COLOR #B8AF99

HEX: #B8AF99
RGB: (184,175,153)

Color info

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

RGB color model

#B8AF99 color RGB value is (184,175,153).

  • red value is 184;
  • green value is 175;
  • blue value is 153.
RGB:
(184,175,153)
(72%,69%,60%)

RGB channels and saturation

R 184 of 255 = 72%
G 175 of 255 = 69%
B 153 of 255 = 60%

184
175
153

R + G + B ~ 67%. #B8AF99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 175 + 153 = 512 (100%)
R 184 of 512 ~ 35.94%
G 175 of 512 ~ 34.18%
B 153 of 512 ~ 29.88%

%35.94
%34.18
%29.88

CMYK color model

#B8AF99 color CMYK value is (0,5,17,28).

  • cyan value is 0.00%
  • magenta value is 4.89%
  • yellow value is 16.85%
  • key color value is 27.84%
CMYK:
(0,5,17,28)
C0M5Y17K28 
(0%,5%,17%,28%)
(0.00/0.05/0.17/0.28)	

CMYK percentages

%0
%4.89
%16.85
%27.84

Codes

Color #B8AF99 in popluar color models

B8AF99
RGB184175153
HSL43°17.92%66.08%
HSB/HSV43°16.85%72.16%
CMYK0.00%4.89%16.85%
27.84%

Color #B8AF99 in popluar number systems.

HEXB8AF99
Decimal184175153
Binary101110001010111110011001
Octal270257231

Shades and tints

Shades of #B8AF99

#B8AF99
(184,175,153)
#A8A08C
(168,160,140)
#98917F
(152,145,127)
#888272
(136,130,114)
#787365
(120,115,101)
#686458
(104,100,88)
#58554B
(88,85,75)
#48463E
(72,70,62)
#383731
(56,55,49)
#282824
(40,40,36)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #B8AF99

#B8AF99
(184,175,153)
#BEB6A2
(190,182,162)
#C4BDAB
(196,189,171)
#CAC4B4
(202,196,180)
#D0CBBD
(208,203,189)
#D6D2C6
(214,210,198)
#DCD9CF
(220,217,207)
#E2E0D8
(226,224,216)
#E8E7E1
(232,231,225)
#EEEEEA
(238,238,234)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AF99 color. Also use rgb(184,175,153) instead hex code.

Text Font Color

.myTextColor { color: #B8AF99; }

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

This text font color is #B8AF99.


Background Color

.myBgColor { background-color: #B8AF99; }

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

This div background color is #B8AF99.


Border color

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

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

This div border color is #B8AF99.


Opacity

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

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

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

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

This text has shadow with #B8AF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AF99 on black background.


Color preview on white background

This text has color #B8AF99 on white background.



Black color preview on #B8AF99 background

This text has black color on #B8AF99 background.


White color preview on #B8AF99 background

This text has white color on #B8AF99 background.