COLOR #B8A577

HEX: #B8A577 RGB: (184,165,119)

Color info

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

RGB color model

#B8A577 color RGB value is (184,165,119).

RGB: (184,165,119) (72%, 65%, 47%)

RGB channels and saturation

R 184 of 255 = 72%
G 165 of 255 = 65%
B 119 of 255 = 47%

184
165
119

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

Portions of RGB colors in percentages

R + G + B = 184 + 165 + 119 = 468 (100%)
R 184 of 468 ~ 39.32%
G 165 of 468 ~ 35.26%
B 119 of 468 ~ 25.43'%

%39.32
%35.26
%25.43

CMYK color model

#B8A577 color CMYK value is (0,10,35,28).

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 35.33%
  • key color value is 27.84%

CMYK: (0,10,35,28)
C0M10Y35K28 (0%, 10%, 35%, 28%)
(0.00 / 0.10 / 0.35 / 0.28)

CMYK percentages

%0
%10.33
%35.33
%27.84

Codes

Color #B8A577 in popluar color models

B8 A5 77
RGB 184 165 119
HSL 42° 31.40% 59.41%
HSB/HSV 42° 35.33% 72.16%
CMYK 0.00% 10.33% 35.33%
27.84%

Color #B8A577 in popluar number systems.

HEX B8 A5 77
Decimal 184 165 119
Binary 10111000 10100101 1110111
Octal 270 245 167

Shades and tints

Shades of #B8A577

#B8A577
(184,165,119)
#A8966D
(168,150,109)
#988763
(152,135,99)
#887859
(136,120,89)
#78694F
(120,105,79)
#685A45
(104,90,69)
#584B3B
(88,75,59)
#483C31
(72,60,49)
#382D27
(56,45,39)
#281E1D
(40,30,29)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #B8A577

#B8A577
(184,165,119)
#BEAD83
(190,173,131)
#C4B58F
(196,181,143)
#CABD9B
(202,189,155)
#D0C5A7
(208,197,167)
#D6CDB3
(214,205,179)
#DCD5BF
(220,213,191)
#E2DDCB
(226,221,203)
#E8E5D7
(232,229,215)
#EEEDE3
(238,237,227)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A577 color. Also use rgb(184,165,119) instead hex code.

Text Font Color

.myTextColor { color: #B8A577; }

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

This text font color is #B8A577.

Background Color

.myBgColor { background-color: #B8A577; }

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

This div background color is #B8A577.

Border color

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

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

This div border color is #B8A577.

Opacity

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

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

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

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

This text has shadow with #B8A577 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A577.

Preview

Color preview on black background

This text has color #B8A577 on black background.


Color preview on white background

This text has color #B8A577 on white background.


Black color preview on #B8A577 background

This text has black color on #B8A577 background.


White color preview on #B8A577 background

This text has white color on #B8A577 background.


Related colors

Complementary color

Complementary color for #hex is #475A88.


I love getcolorcode.com

Triadic colors

1 #77B8A5 and #A577B8 with #B8A577 are triadic colors.

2 #77A5B8 and #A5B877 with #B8A577 are triadic colors.