COLOR #B8A991

HEX: #B8A991
RGB: (184,169,145)

Color info

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

RGB color model

#B8A991 color RGB value is (184,169,145).

  • red value is 184;
  • green value is 169;
  • blue value is 145.
RGB:
(184,169,145)
(72%,66%,57%)

RGB channels and saturation

R 184 of 255 = 72%
G 169 of 255 = 66%
B 145 of 255 = 57%

184
169
145

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

Portions of RGB colors in percentages

R + G + B =
184 + 169 + 145 = 498 (100%)
R 184 of 498 ~ 36.95%
G 169 of 498 ~ 33.94%
B 145 of 498 ~ 29.12%

%36.95
%33.94
%29.12

CMYK color model

#B8A991 color CMYK value is (0,8,21,28).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 21.20%
  • key color value is 27.84%
CMYK:
(0,8,21,28)
C0M8Y21K28 
(0%,8%,21%,28%)
(0.00/0.08/0.21/0.28)	

CMYK percentages

%0
%8.15
%21.2
%27.84

Codes

Color #B8A991 in popluar color models

B8A991
RGB184169145
HSL37°21.55%64.51%
HSB/HSV37°21.20%72.16%
CMYK0.00%8.15%21.20%
27.84%

Color #B8A991 in popluar number systems.

HEXB8A991
Decimal184169145
Binary101110001010100110010001
Octal270251221

Shades and tints

Shades of #B8A991

#B8A991
(184,169,145)
#A89A84
(168,154,132)
#988B77
(152,139,119)
#887C6A
(136,124,106)
#786D5D
(120,109,93)
#685E50
(104,94,80)
#584F43
(88,79,67)
#484036
(72,64,54)
#383129
(56,49,41)
#28221C
(40,34,28)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #B8A991

#B8A991
(184,169,145)
#BEB09B
(190,176,155)
#C4B7A5
(196,183,165)
#CABEAF
(202,190,175)
#D0C5B9
(208,197,185)
#D6CCC3
(214,204,195)
#DCD3CD
(220,211,205)
#E2DAD7
(226,218,215)
#E8E1E1
(232,225,225)
#EEE8EB
(238,232,235)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A991 color. Also use rgb(184,169,145) instead hex code.

Text Font Color

.myTextColor { color: #B8A991; }

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

This text font color is #B8A991.


Background Color

.myBgColor { background-color: #B8A991; }

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

This div background color is #B8A991.


Border color

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

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

This div border color is #B8A991.


Opacity

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

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

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

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

This text has shadow with #B8A991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A991 on black background.


Color preview on white background

This text has color #B8A991 on white background.



Black color preview on #B8A991 background

This text has black color on #B8A991 background.


White color preview on #B8A991 background

This text has white color on #B8A991 background.