COLOR #B0AB78

HEX: #B0AB78 RGB: (176,171,120)

Color info

#B0AB78 contains red, green and blue colors in about the same proportion. Web safe color of #B0AB78 is #999966 (or #996).

RGB color model

#B0AB78 color RGB value is (176,171,120).

RGB: (176,171,120) (69%, 67%, 47%)

RGB channels and saturation

R 176 of 255 = 69%
G 171 of 255 = 67%
B 120 of 255 = 47%

176
171
120

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

Portions of RGB colors in percentages

R + G + B = 176 + 171 + 120 = 467 (100%)
R 176 of 467 ~ 37.69%
G 171 of 467 ~ 36.62%
B 120 of 467 ~ 25.7'%

%37.69
%36.62
%25.7

CMYK color model

#B0AB78 color CMYK value is (0,3,32,31).

  • cyan value is 0.00%
  • magenta value is 2.84%
  • yellow value is 31.82%
  • key color value is 30.98%

CMYK: (0,3,32,31)
C0M3Y32K31 (0%, 3%, 32%, 31%)
(0.00 / 0.03 / 0.32 / 0.31)

CMYK percentages

%0
%2.84
%31.82
%30.98

Codes

Color #B0AB78 in popluar color models

B0 AB 78
RGB 176 171 120
HSL 55° 26.17% 58.04%
HSB/HSV 55° 31.82% 69.02%
CMYK 0.00% 2.84% 31.82%
30.98%

Color #B0AB78 in popluar number systems.

HEX B0 AB 78
Decimal 176 171 120
Binary 10110000 10101011 1111000
Octal 260 253 170

Shades and tints

Shades of #B0AB78

#B0AB78
(176,171,120)
#A09C6E
(160,156,110)
#908D64
(144,141,100)
#807E5A
(128,126,90)
#706F50
(112,111,80)
#606046
(96,96,70)
#50513C
(80,81,60)
#404232
(64,66,50)
#303328
(48,51,40)
#20241E
(32,36,30)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #B0AB78

#B0AB78
(176,171,120)
#B7B284
(183,178,132)
#BEB990
(190,185,144)
#C5C09C
(197,192,156)
#CCC7A8
(204,199,168)
#D3CEB4
(211,206,180)
#DAD5C0
(218,213,192)
#E1DCCC
(225,220,204)
#E8E3D8
(232,227,216)
#EFEAE4
(239,234,228)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AB78 color. Also use rgb(176,171,120) instead hex code.

Text Font Color

.myTextColor { color: #B0AB78; }

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

This text font color is #B0AB78.

Background Color

.myBgColor { background-color: #B0AB78; }

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

This div background color is #B0AB78.

Border color

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

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

This div border color is #B0AB78.

Opacity

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

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

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

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

This text has shadow with #B0AB78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0AB78.

Preview

Color preview on black background

This text has color #B0AB78 on black background.


Color preview on white background

This text has color #B0AB78 on white background.


Black color preview on #B0AB78 background

This text has black color on #B0AB78 background.


White color preview on #B0AB78 background

This text has white color on #B0AB78 background.


Related colors

Complementary color

Complementary color for #hex is #4F5487.


I love getcolorcode.com

Triadic colors

1 #78B0AB and #AB78B0 with #B0AB78 are triadic colors.

2 #78ABB0 and #ABB078 with #B0AB78 are triadic colors.