COLOR #B5AF91

HEX: #B5AF91
RGB: (181,175,145)

Color info

#B5AF91 contains red, green and blue colors in about the same proportion. Web safe color of #B5AF91 is #CC9999 (or #C99).

RGB color model

#B5AF91 color RGB value is (181,175,145).

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

RGB channels and saturation

R 181 of 255 = 71%
G 175 of 255 = 69%
B 145 of 255 = 57%

181
175
145

R + G + B ~ 66%. #B5AF91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 175 + 145 = 501 (100%)
R 181 of 501 ~ 36.13%
G 175 of 501 ~ 34.93%
B 145 of 501 ~ 28.94%

%36.13
%34.93
%28.94

CMYK color model

#B5AF91 color CMYK value is (0,3,20,29).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 19.89%
  • key color value is 29.02%
CMYK:
(0,3,20,29)
C0M3Y20K29 
(0%,3%,20%,29%)
(0.00/0.03/0.20/0.29)	

CMYK percentages

%0
%3.31
%19.89
%29.02

Codes

Color #B5AF91 in popluar color models

B5AF91
RGB181175145
HSL50°19.57%63.92%
HSB/HSV50°19.89%70.98%
CMYK0.00%3.31%19.89%
29.02%

Color #B5AF91 in popluar number systems.

HEXB5AF91
Decimal181175145
Binary101101011010111110010001
Octal265257221

Shades and tints

Shades of #B5AF91

#B5AF91
(181,175,145)
#A5A084
(165,160,132)
#959177
(149,145,119)
#85826A
(133,130,106)
#75735D
(117,115,93)
#656450
(101,100,80)
#555543
(85,85,67)
#454636
(69,70,54)
#353729
(53,55,41)
#25281C
(37,40,28)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #B5AF91

#B5AF91
(181,175,145)
#BBB69B
(187,182,155)
#C1BDA5
(193,189,165)
#C7C4AF
(199,196,175)
#CDCBB9
(205,203,185)
#D3D2C3
(211,210,195)
#D9D9CD
(217,217,205)
#DFE0D7
(223,224,215)
#E5E7E1
(229,231,225)
#EBEEEB
(235,238,235)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AF91; }

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

This text font color is #B5AF91.


Background Color

.myBgColor { background-color: #B5AF91; }

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

This div background color is #B5AF91.


Border color

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

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

This div border color is #B5AF91.


Opacity

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

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

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

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

This text has shadow with #B5AF91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AF91 on black background.


Color preview on white background

This text has color #B5AF91 on white background.



Black color preview on #B5AF91 background

This text has black color on #B5AF91 background.


White color preview on #B5AF91 background

This text has white color on #B5AF91 background.