COLOR #B5AF8B

HEX: #B5AF8B
RGB: (181,175,139)

Color info

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

RGB color model

#B5AF8B color RGB value is (181,175,139).

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

RGB channels and saturation

R 181 of 255 = 71%
G 175 of 255 = 69%
B 139 of 255 = 55%

181
175
139

R + G + B ~ 65%. #B5AF8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 175 + 139 = 495 (100%)
R 181 of 495 ~ 36.57%
G 175 of 495 ~ 35.35%
B 139 of 495 ~ 28.08%

%36.57
%35.35
%28.08

CMYK color model

#B5AF8B color CMYK value is (0,3,23,29).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 23.20%
  • key color value is 29.02%
CMYK:
(0,3,23,29)
C0M3Y23K29 
(0%,3%,23%,29%)
(0.00/0.03/0.23/0.29)	

CMYK percentages

%0
%3.31
%23.2
%29.02

Codes

Color #B5AF8B in popluar color models

B5AF8B
RGB181175139
HSL51°22.11%62.75%
HSB/HSV51°23.20%70.98%
CMYK0.00%3.31%23.20%
29.02%

Color #B5AF8B in popluar number systems.

HEXB5AF8B
Decimal181175139
Binary101101011010111110001011
Octal265257213

Shades and tints

Shades of #B5AF8B

#B5AF8B
(181,175,139)
#A5A07F
(165,160,127)
#959173
(149,145,115)
#858267
(133,130,103)
#75735B
(117,115,91)
#65644F
(101,100,79)
#555543
(85,85,67)
#454637
(69,70,55)
#35372B
(53,55,43)
#25281F
(37,40,31)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #B5AF8B

#B5AF8B
(181,175,139)
#BBB695
(187,182,149)
#C1BD9F
(193,189,159)
#C7C4A9
(199,196,169)
#CDCBB3
(205,203,179)
#D3D2BD
(211,210,189)
#D9D9C7
(217,217,199)
#DFE0D1
(223,224,209)
#E5E7DB
(229,231,219)
#EBEEE5
(235,238,229)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AF8B; }

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

This text font color is #B5AF8B.


Background Color

.myBgColor { background-color: #B5AF8B; }

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

This div background color is #B5AF8B.


Border color

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

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

This div border color is #B5AF8B.


Opacity

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

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

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

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

This text has shadow with #B5AF8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AF8B on black background.


Color preview on white background

This text has color #B5AF8B on white background.



Black color preview on #B5AF8B background

This text has black color on #B5AF8B background.


White color preview on #B5AF8B background

This text has white color on #B5AF8B background.