COLOR #B5AF72

HEX: #B5AF72 RGB: (181,175,114)

Color info

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

RGB color model

#B5AF72 color RGB value is (181,175,114).

RGB: (181,175,114) (71%, 69%, 45%)

RGB channels and saturation

R 181 of 255 = 71%
G 175 of 255 = 69%
B 114 of 255 = 45%

181
175
114

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

Portions of RGB colors in percentages

R + G + B = 181 + 175 + 114 = 470 (100%)
R 181 of 470 ~ 38.51%
G 175 of 470 ~ 37.23%
B 114 of 470 ~ 24.26'%

%38.51
%37.23
%24.26

CMYK color model

#B5AF72 color CMYK value is (0,3,37,29).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 37.02%
  • key color value is 29.02%
CMYK: (0,3,37,29) C0M3Y37K29 (0%,3%,37%,29%) (0.00/0.03/0.37/0.29) 

CMYK percentages

%0
%3.31
%37.02
%29.02

Codes

Color #B5AF72 in popluar color models

B5 AF 72
RGB 181 175 114
HSL 55° 31.16% 57.84%
HSB/HSV 55° 37.02% 70.98%
CMYK 0.00% 3.31% 37.02%
29.02%

Color #B5AF72 in popluar number systems.

HEX B5 AF 72
Decimal 181 175 114
Binary 10110101 10101111 1110010
Octal 265 257 162

Shades and tints

Shades of #B5AF72

#B5AF72
(181,175,114)
#A5A068
(165,160,104)
#95915E
(149,145,94)
#858254
(133,130,84)
#75734A
(117,115,74)
#656440
(101,100,64)
#555536
(85,85,54)
#45462C
(69,70,44)
#353722
(53,55,34)
#252818
(37,40,24)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #B5AF72

#B5AF72
(181,175,114)
#BBB67E
(187,182,126)
#C1BD8A
(193,189,138)
#C7C496
(199,196,150)
#CDCBA2
(205,203,162)
#D3D2AE
(211,210,174)
#D9D9BA
(217,217,186)
#DFE0C6
(223,224,198)
#E5E7D2
(229,231,210)
#EBEEDE
(235,238,222)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AF72; }

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

This text font color is #B5AF72.

Background Color

.myBgColor { background-color: #B5AF72; }

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

This div background color is #B5AF72.

Border color

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

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

This div border color is #B5AF72.

Opacity

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

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

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

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

This text has shadow with #B5AF72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AF72.

Preview

Color preview on black background

This text has color #B5AF72 on black background.


Color preview on white background

This text has color #B5AF72 on white background.


Black color preview on #B5AF72 background

This text has black color on #B5AF72 background.


White color preview on #B5AF72 background

This text has white color on #B5AF72 background.


Related colors

Complementary color

Complementary color for #hex is #4A508D.


I love getcolorcode.com

Triadic colors

1 #72B5AF and #AF72B5 with #B5AF72 are triadic colors.

2 #72AFB5 and #AFB572 with #B5AF72 are triadic colors.