COLOR #B4A377

HEX: #B4A377
RGB: (180,163,119)

Color info

#B4A377 contains mainly red and green colors. Web safe color of #B4A377 is #CC9966 (or #C96).

RGB color model

#B4A377 color RGB value is (180,163,119).

  • red value is 180;
  • green value is 163;
  • blue value is 119.
RGB:
(180,163,119)
(71%,64%,47%)

RGB channels and saturation

R 180 of 255 = 71%
G 163 of 255 = 64%
B 119 of 255 = 47%

180
163
119

R + G + B ~ 61%. #B4A377 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 163 + 119 = 462 (100%)
R 180 of 462 ~ 38.96%
G 163 of 462 ~ 35.28%
B 119 of 462 ~ 25.76%

%38.96
%35.28
%25.76

CMYK color model

#B4A377 color CMYK value is (0,9,34,29).

  • cyan value is 0.00%
  • magenta value is 9.44%
  • yellow value is 33.89%
  • key color value is 29.41%
CMYK:
(0,9,34,29)
C0M9Y34K29 
(0%,9%,34%,29%)
(0.00/0.09/0.34/0.29)	

CMYK percentages

%0
%9.44
%33.89
%29.41

Codes

Color #B4A377 in popluar color models

B4A377
RGB180163119
HSL43°28.91%58.63%
HSB/HSV43°33.89%70.59%
CMYK0.00%9.44%33.89%
29.41%

Color #B4A377 in popluar number systems.

HEXB4A377
Decimal180163119
Binary10110100101000111110111
Octal264243167

Shades and tints

Shades of #B4A377

#B4A377
(180,163,119)
#A4956D
(164,149,109)
#948763
(148,135,99)
#847959
(132,121,89)
#746B4F
(116,107,79)
#645D45
(100,93,69)
#544F3B
(84,79,59)
#444131
(68,65,49)
#343327
(52,51,39)
#24251D
(36,37,29)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #B4A377

#B4A377
(180,163,119)
#BAAB83
(186,171,131)
#C0B38F
(192,179,143)
#C6BB9B
(198,187,155)
#CCC3A7
(204,195,167)
#D2CBB3
(210,203,179)
#D8D3BF
(216,211,191)
#DEDBCB
(222,219,203)
#E4E3D7
(228,227,215)
#EAEBE3
(234,235,227)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A377; }

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

This text font color is #B4A377.


Background Color

.myBgColor { background-color: #B4A377; }

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

This div background color is #B4A377.


Border color

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

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

This div border color is #B4A377.


Opacity

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

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

Text with #B4A377 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 #B4A377;}

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

This text has shadow with #B4A377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A377 on black background.


Color preview on white background

This text has color #B4A377 on white background.



Black color preview on #B4A377 background

This text has black color on #B4A377 background.


White color preview on #B4A377 background

This text has white color on #B4A377 background.