COLOR #B5AF70

HEX: #B5AF70
RGB: (181,175,112)

Color info

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

RGB color model

#B5AF70 color RGB value is (181,175,112).

  • red value is 181;
  • green value is 175;
  • blue value is 112.
RGB:
(181,175,112)
(71%,69%,44%)

RGB channels and saturation

R 181 of 255 = 71%
G 175 of 255 = 69%
B 112 of 255 = 44%

181
175
112

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

Portions of RGB colors in percentages

R + G + B =
181 + 175 + 112 = 468 (100%)
R 181 of 468 ~ 38.68%
G 175 of 468 ~ 37.39%
B 112 of 468 ~ 23.93%

%38.68
%37.39
%23.93

CMYK color model

#B5AF70 color CMYK value is (0,3,38,29).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 38.12%
  • key color value is 29.02%
CMYK:
(0,3,38,29)
C0M3Y38K29 
(0%,3%,38%,29%)
(0.00/0.03/0.38/0.29)	

CMYK percentages

%0
%3.31
%38.12
%29.02

Codes

Color #B5AF70 in popluar color models

B5AF70
RGB181175112
HSL55°31.80%57.45%
HSB/HSV55°38.12%70.98%
CMYK0.00%3.31%38.12%
29.02%

Color #B5AF70 in popluar number systems.

HEXB5AF70
Decimal181175112
Binary10110101101011111110000
Octal265257160

Shades and tints

Shades of #B5AF70

#B5AF70
(181,175,112)
#A5A066
(165,160,102)
#95915C
(149,145,92)
#858252
(133,130,82)
#757348
(117,115,72)
#65643E
(101,100,62)
#555534
(85,85,52)
#45462A
(69,70,42)
#353720
(53,55,32)
#252816
(37,40,22)
#15190C
(21,25,12)
#000000
(0,0,0)

Tints of #B5AF70

#B5AF70
(181,175,112)
#BBB67D
(187,182,125)
#C1BD8A
(193,189,138)
#C7C497
(199,196,151)
#CDCBA4
(205,203,164)
#D3D2B1
(211,210,177)
#D9D9BE
(217,217,190)
#DFE0CB
(223,224,203)
#E5E7D8
(229,231,216)
#EBEEE5
(235,238,229)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AF70 color. Also use rgb(181,175,112) instead hex code.

Text Font Color

.myTextColor { color: #B5AF70; }

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

This text font color is #B5AF70.


Background Color

.myBgColor { background-color: #B5AF70; }

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

This div background color is #B5AF70.


Border color

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

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

This div border color is #B5AF70.


Opacity

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

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

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

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

This text has shadow with #B5AF70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AF70 on black background.


Color preview on white background

This text has color #B5AF70 on white background.



Black color preview on #B5AF70 background

This text has black color on #B5AF70 background.


White color preview on #B5AF70 background

This text has white color on #B5AF70 background.