COLOR #B9AF7B

HEX: #B9AF7B
RGB: (185,175,123)

Color info

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

RGB color model

#B9AF7B color RGB value is (185,175,123).

  • red value is 185;
  • green value is 175;
  • blue value is 123.
RGB:
(185,175,123)
(73%,69%,48%)

RGB channels and saturation

R 185 of 255 = 73%
G 175 of 255 = 69%
B 123 of 255 = 48%

185
175
123

R + G + B ~ 63%. #B9AF7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 175 + 123 = 483 (100%)
R 185 of 483 ~ 38.3%
G 175 of 483 ~ 36.23%
B 123 of 483 ~ 25.47%

%38.3
%36.23
%25.47

CMYK color model

#B9AF7B color CMYK value is (0,5,34,27).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 33.51%
  • key color value is 27.45%
CMYK:
(0,5,34,27)
C0M5Y34K27 
(0%,5%,34%,27%)
(0.00/0.05/0.34/0.27)	

CMYK percentages

%0
%5.41
%33.51
%27.45

Codes

Color #B9AF7B in popluar color models

B9AF7B
RGB185175123
HSL50°30.69%60.39%
HSB/HSV50°33.51%72.55%
CMYK0.00%5.41%33.51%
27.45%

Color #B9AF7B in popluar number systems.

HEXB9AF7B
Decimal185175123
Binary10111001101011111111011
Octal271257173

Shades and tints

Shades of #B9AF7B

#B9AF7B
(185,175,123)
#A9A070
(169,160,112)
#999165
(153,145,101)
#89825A
(137,130,90)
#79734F
(121,115,79)
#696444
(105,100,68)
#595539
(89,85,57)
#49462E
(73,70,46)
#393723
(57,55,35)
#292818
(41,40,24)
#19190D
(25,25,13)
#000000
(0,0,0)

Tints of #B9AF7B

#B9AF7B
(185,175,123)
#BFB687
(191,182,135)
#C5BD93
(197,189,147)
#CBC49F
(203,196,159)
#D1CBAB
(209,203,171)
#D7D2B7
(215,210,183)
#DDD9C3
(221,217,195)
#E3E0CF
(227,224,207)
#E9E7DB
(233,231,219)
#EFEEE7
(239,238,231)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AF7B color. Also use rgb(185,175,123) instead hex code.

Text Font Color

.myTextColor { color: #B9AF7B; }

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

This text font color is #B9AF7B.


Background Color

.myBgColor { background-color: #B9AF7B; }

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

This div background color is #B9AF7B.


Border color

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

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

This div border color is #B9AF7B.


Opacity

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

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

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

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

This text has shadow with #B9AF7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AF7B on black background.


Color preview on white background

This text has color #B9AF7B on white background.



Black color preview on #B9AF7B background

This text has black color on #B9AF7B background.


White color preview on #B9AF7B background

This text has white color on #B9AF7B background.