COLOR #B9AF88

HEX: #B9AF88
RGB: (185,175,136)

Color info

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

RGB color model

#B9AF88 color RGB value is (185,175,136).

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

RGB channels and saturation

R 185 of 255 = 73%
G 175 of 255 = 69%
B 136 of 255 = 53%

185
175
136

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

Portions of RGB colors in percentages

R + G + B =
185 + 175 + 136 = 496 (100%)
R 185 of 496 ~ 37.3%
G 175 of 496 ~ 35.28%
B 136 of 496 ~ 27.42%

%37.3
%35.28
%27.42

CMYK color model

#B9AF88 color CMYK value is (0,5,26,27).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 26.49%
  • key color value is 27.45%
CMYK:
(0,5,26,27)
C0M5Y26K27 
(0%,5%,26%,27%)
(0.00/0.05/0.26/0.27)	

CMYK percentages

%0
%5.41
%26.49
%27.45

Codes

Color #B9AF88 in popluar color models

B9AF88
RGB185175136
HSL48°25.93%62.94%
HSB/HSV48°26.49%72.55%
CMYK0.00%5.41%26.49%
27.45%

Color #B9AF88 in popluar number systems.

HEXB9AF88
Decimal185175136
Binary101110011010111110001000
Octal271257210

Shades and tints

Shades of #B9AF88

#B9AF88
(185,175,136)
#A9A07C
(169,160,124)
#999170
(153,145,112)
#898264
(137,130,100)
#797358
(121,115,88)
#69644C
(105,100,76)
#595540
(89,85,64)
#494634
(73,70,52)
#393728
(57,55,40)
#29281C
(41,40,28)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #B9AF88

#B9AF88
(185,175,136)
#BFB692
(191,182,146)
#C5BD9C
(197,189,156)
#CBC4A6
(203,196,166)
#D1CBB0
(209,203,176)
#D7D2BA
(215,210,186)
#DDD9C4
(221,217,196)
#E3E0CE
(227,224,206)
#E9E7D8
(233,231,216)
#EFEEE2
(239,238,226)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AF88; }

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

This text font color is #B9AF88.


Background Color

.myBgColor { background-color: #B9AF88; }

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

This div background color is #B9AF88.


Border color

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

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

This div border color is #B9AF88.


Opacity

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

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

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

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

This text has shadow with #B9AF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AF88 on black background.


Color preview on white background

This text has color #B9AF88 on white background.



Black color preview on #B9AF88 background

This text has black color on #B9AF88 background.


White color preview on #B9AF88 background

This text has white color on #B9AF88 background.