COLOR #B8AF8D

HEX: #B8AF8D
RGB: (184,175,141)

Color info

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

RGB color model

#B8AF8D color RGB value is (184,175,141).

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

RGB channels and saturation

R 184 of 255 = 72%
G 175 of 255 = 69%
B 141 of 255 = 55%

184
175
141

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

Portions of RGB colors in percentages

R + G + B =
184 + 175 + 141 = 500 (100%)
R 184 of 500 ~ 36.8%
G 175 of 500 ~ 35%
B 141 of 500 ~ 28.2%

%36.8
%35
%28.2

CMYK color model

#B8AF8D color CMYK value is (0,5,23,28).

  • cyan value is 0.00%
  • magenta value is 4.89%
  • yellow value is 23.37%
  • key color value is 27.84%
CMYK:
(0,5,23,28)
C0M5Y23K28 
(0%,5%,23%,28%)
(0.00/0.05/0.23/0.28)	

CMYK percentages

%0
%4.89
%23.37
%27.84

Codes

Color #B8AF8D in popluar color models

B8AF8D
RGB184175141
HSL47°23.24%63.73%
HSB/HSV47°23.37%72.16%
CMYK0.00%4.89%23.37%
27.84%

Color #B8AF8D in popluar number systems.

HEXB8AF8D
Decimal184175141
Binary101110001010111110001101
Octal270257215

Shades and tints

Shades of #B8AF8D

#B8AF8D
(184,175,141)
#A8A081
(168,160,129)
#989175
(152,145,117)
#888269
(136,130,105)
#78735D
(120,115,93)
#686451
(104,100,81)
#585545
(88,85,69)
#484639
(72,70,57)
#38372D
(56,55,45)
#282821
(40,40,33)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #B8AF8D

#B8AF8D
(184,175,141)
#BEB697
(190,182,151)
#C4BDA1
(196,189,161)
#CAC4AB
(202,196,171)
#D0CBB5
(208,203,181)
#D6D2BF
(214,210,191)
#DCD9C9
(220,217,201)
#E2E0D3
(226,224,211)
#E8E7DD
(232,231,221)
#EEEEE7
(238,238,231)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AF8D; }

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

This text font color is #B8AF8D.


Background Color

.myBgColor { background-color: #B8AF8D; }

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

This div background color is #B8AF8D.


Border color

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

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

This div border color is #B8AF8D.


Opacity

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

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

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

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

This text has shadow with #B8AF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AF8D on black background.


Color preview on white background

This text has color #B8AF8D on white background.



Black color preview on #B8AF8D background

This text has black color on #B8AF8D background.


White color preview on #B8AF8D background

This text has white color on #B8AF8D background.