COLOR #B0AF71

HEX: #B0AF71
RGB: (176,175,113)

Color info

#B0AF71 contains mainly red and green colors. Web safe color of #B0AF71 is #999966 (or #996).

RGB color model

#B0AF71 color RGB value is (176,175,113).

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

RGB channels and saturation

R 176 of 255 = 69%
G 175 of 255 = 69%
B 113 of 255 = 44%

176
175
113

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

Portions of RGB colors in percentages

R + G + B =
176 + 175 + 113 = 464 (100%)
R 176 of 464 ~ 37.93%
G 175 of 464 ~ 37.72%
B 113 of 464 ~ 24.35%

%37.93
%37.72
%24.35

CMYK color model

#B0AF71 color CMYK value is (0,1,36,31).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 35.80%
  • key color value is 30.98%
CMYK:
(0,1,36,31)
C0M1Y36K31 
(0%,1%,36%,31%)
(0.00/0.01/0.36/0.31)	

CMYK percentages

%0
%0.57
%35.8
%30.98

Codes

Color #B0AF71 in popluar color models

B0AF71
RGB176175113
HSL59°28.51%56.67%
HSB/HSV59°35.80%69.02%
CMYK0.00%0.57%35.80%
30.98%

Color #B0AF71 in popluar number systems.

HEXB0AF71
Decimal176175113
Binary10110000101011111110001
Octal260257161

Shades and tints

Shades of #B0AF71

#B0AF71
(176,175,113)
#A0A067
(160,160,103)
#90915D
(144,145,93)
#808253
(128,130,83)
#707349
(112,115,73)
#60643F
(96,100,63)
#505535
(80,85,53)
#40462B
(64,70,43)
#303721
(48,55,33)
#202817
(32,40,23)
#10190D
(16,25,13)
#000000
(0,0,0)

Tints of #B0AF71

#B0AF71
(176,175,113)
#B7B67D
(183,182,125)
#BEBD89
(190,189,137)
#C5C495
(197,196,149)
#CCCBA1
(204,203,161)
#D3D2AD
(211,210,173)
#DAD9B9
(218,217,185)
#E1E0C5
(225,224,197)
#E8E7D1
(232,231,209)
#EFEEDD
(239,238,221)
#F6F5E9
(246,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AF71; }

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

This text font color is #B0AF71.


Background Color

.myBgColor { background-color: #B0AF71; }

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

This div background color is #B0AF71.


Border color

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

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

This div border color is #B0AF71.


Opacity

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

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

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

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

This text has shadow with #B0AF71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AF71 on black background.


Color preview on white background

This text has color #B0AF71 on white background.



Black color preview on #B0AF71 background

This text has black color on #B0AF71 background.


White color preview on #B0AF71 background

This text has white color on #B0AF71 background.