COLOR #B0AF7E

HEX: #B0AF7E
RGB: (176,175,126)

Color info

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

RGB color model

#B0AF7E color RGB value is (176,175,126).

  • red value is 176;
  • green value is 175;
  • blue value is 126.
RGB:
(176,175,126)
(69%,69%,49%)

RGB channels and saturation

R 176 of 255 = 69%
G 175 of 255 = 69%
B 126 of 255 = 49%

176
175
126

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

Portions of RGB colors in percentages

R + G + B =
176 + 175 + 126 = 477 (100%)
R 176 of 477 ~ 36.9%
G 175 of 477 ~ 36.69%
B 126 of 477 ~ 26.42%

%36.9
%36.69
%26.42

CMYK color model

#B0AF7E color CMYK value is (0,1,28,31).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 28.41%
  • key color value is 30.98%
CMYK:
(0,1,28,31)
C0M1Y28K31 
(0%,1%,28%,31%)
(0.00/0.01/0.28/0.31)	

CMYK percentages

%0
%0.57
%28.41
%30.98

Codes

Color #B0AF7E in popluar color models

B0AF7E
RGB176175126
HSL59°24.04%59.22%
HSB/HSV59°28.41%69.02%
CMYK0.00%0.57%28.41%
30.98%

Color #B0AF7E in popluar number systems.

HEXB0AF7E
Decimal176175126
Binary10110000101011111111110
Octal260257176

Shades and tints

Shades of #B0AF7E

#B0AF7E
(176,175,126)
#A0A073
(160,160,115)
#909168
(144,145,104)
#80825D
(128,130,93)
#707352
(112,115,82)
#606447
(96,100,71)
#50553C
(80,85,60)
#404631
(64,70,49)
#303726
(48,55,38)
#20281B
(32,40,27)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #B0AF7E

#B0AF7E
(176,175,126)
#B7B689
(183,182,137)
#BEBD94
(190,189,148)
#C5C49F
(197,196,159)
#CCCBAA
(204,203,170)
#D3D2B5
(211,210,181)
#DAD9C0
(218,217,192)
#E1E0CB
(225,224,203)
#E8E7D6
(232,231,214)
#EFEEE1
(239,238,225)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AF7E color. Also use rgb(176,175,126) instead hex code.

Text Font Color

.myTextColor { color: #B0AF7E; }

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

This text font color is #B0AF7E.


Background Color

.myBgColor { background-color: #B0AF7E; }

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

This div background color is #B0AF7E.


Border color

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

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

This div border color is #B0AF7E.


Opacity

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

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

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

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

This text has shadow with #B0AF7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AF7E on black background.


Color preview on white background

This text has color #B0AF7E on white background.



Black color preview on #B0AF7E background

This text has black color on #B0AF7E background.


White color preview on #B0AF7E background

This text has white color on #B0AF7E background.