COLOR #B4A380

HEX: #B4A380
RGB: (180,163,128)

Renk bilgisi

#B4A380 contains red, green and blue colors in about the same proportion. #B4A380 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#B4A380 color RGB value is (180,163,128).

  • kırmız ton 180;
  • yeşil ton 163;
  • mavi ton 128.
RGB:
(180,163,128)
(71%,64%,50%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 163 of 255 = 64%
B 128 of 255 = 50%

180
163
128

R + G + B ~ 62%. #B4A380 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 163 + 128 = 471 (100%)
R 180 of 471 ~ 38.22%
G 163 of 471 ~ 34.61%
B 128 of 471 ~ 27.18%

%38.22
%34.61
%27.18

CMYK RENK MODELİ

#B4A380 rengi CMYK tonu (0,9,29,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.44%
  • sarı tonu 28.89%
  • ana renk tonu 29.41%
CMYK:
(0,9,29,29)
C0M9Y29K29 
(0%,9%,29%,29%)
(0.00/0.09/0.29/0.29)	

CMYK yüzdeleri

%0
%9.44
%28.89
%29.41

Codes

Color #B4A380 in popluar color models

B4A380
RGB180163128
HSL40°25.74%60.39%
HSB/HSV40°28.89%70.59%
CMYK0.00%9.44%28.89%
29.41%

Color #B4A380 in popluar number systems.

HEXB4A380
Decimal180163128
Binary101101001010001110000000
Octal264243200

Shades and tints

Shades of #B4A380

#B4A380
(180,163,128)
#A49575
(164,149,117)
#94876A
(148,135,106)
#84795F
(132,121,95)
#746B54
(116,107,84)
#645D49
(100,93,73)
#544F3E
(84,79,62)
#444133
(68,65,51)
#343328
(52,51,40)
#24251D
(36,37,29)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #B4A380

#B4A380
(180,163,128)
#BAAB8B
(186,171,139)
#C0B396
(192,179,150)
#C6BBA1
(198,187,161)
#CCC3AC
(204,195,172)
#D2CBB7
(210,203,183)
#D8D3C2
(216,211,194)
#DEDBCD
(222,219,205)
#E4E3D8
(228,227,216)
#EAEBE3
(234,235,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A380 color. Also use rgb(180,163,128) instead hex code.

Text Font Color

.myTextColor { color: #B4A380; }

<p style="color:#B4A380">This sample text font color is #B4A380.</p>

This text font color is #B4A380.


Background Color

.myBgColor { background-color: #B4A380; }

<div style="background-color:#B4A380">Inner text</div>

This div background color is #B4A380.


Border color

.myBorderColor { border: 1px solid #B4A380; }

<div style="border:3px solid #B4A380">Div</div>

This div border color is #B4A380.


Opacity

.myOpacity80 { color: #B4A380; opacity: 0.8; }

<p style="color:#B4A380;opacity:0.8;">80%</p>

Text with #B4A380 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B4A380;}

<p style="text-shadow: 3px 3px 1px #B4A380">Text here.</p>

This text has shadow with #B4A380 color.

.textShadow {text-shadow: 3px 3px 1px #B4A380, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B4A380, 5px 5px 20px red">Text here.</p>

This text has shadow with #B4A380 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4A380, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B4A380, Direction=45, Strength=4)">Text</p>

This text has shadow with #B4A380 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B4A380;
  -webkit-box-shadow:	1px 1px 3px 2px #B4A380;
  box-shadow:		1px 1px 3px 2px #B4A380;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4A380;
-webkit-box-shadow: 1px 1px 3px 2px #B4A380;
box-shadow:1px 1px 3px 2px #B4A380;">
Div content here</div>
This div box has shadow with color #B4A380.

Preview

Color preview on black background

This text has color #B4A380 on black background.


Color preview on white background

This text has color #B4A380 on white background.



Black color preview on #B4A380 background

This text has black color on #B4A380 background.


White color preview on #B4A380 background

This text has white color on #B4A380 background.