COLOR #B8A29B

HEX: #B8A29B
RGB: (184,162,155)

Color info

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

RGB color model

#B8A29B color RGB value is (184,162,155).

  • red value is 184;
  • green value is 162;
  • blue value is 155.
RGB:
(184,162,155)
(72%,64%,61%)

RGB channels and saturation

R 184 of 255 = 72%
G 162 of 255 = 64%
B 155 of 255 = 61%

184
162
155

R + G + B ~ 66%. #B8A29B is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 162 + 155 = 501 (100%)
R 184 of 501 ~ 36.73%
G 162 of 501 ~ 32.34%
B 155 of 501 ~ 30.94%

%36.73
%32.34
%30.94

CMYK color model

#B8A29B color CMYK value is (0,12,16,28).

  • cyan value is 0.00%
  • magenta value is 11.96%
  • yellow value is 15.76%
  • key color value is 27.84%
CMYK:
(0,12,16,28)
C0M12Y16K28 
(0%,12%,16%,28%)
(0.00/0.12/0.16/0.28)	

CMYK percentages

%0
%11.96
%15.76
%27.84

Codes

Color #B8A29B in popluar color models

B8A29B
RGB184162155
HSL14°16.96%66.47%
HSB/HSV14°15.76%72.16%
CMYK0.00%11.96%15.76%
27.84%

Color #B8A29B in popluar number systems.

HEXB8A29B
Decimal184162155
Binary101110001010001010011011
Octal270242233

Shades and tints

Shades of #B8A29B

#B8A29B
(184,162,155)
#A8948D
(168,148,141)
#98867F
(152,134,127)
#887871
(136,120,113)
#786A63
(120,106,99)
#685C55
(104,92,85)
#584E47
(88,78,71)
#484039
(72,64,57)
#38322B
(56,50,43)
#28241D
(40,36,29)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #B8A29B

#B8A29B
(184,162,155)
#BEAAA4
(190,170,164)
#C4B2AD
(196,178,173)
#CABAB6
(202,186,182)
#D0C2BF
(208,194,191)
#D6CAC8
(214,202,200)
#DCD2D1
(220,210,209)
#E2DADA
(226,218,218)
#E8E2E3
(232,226,227)
#EEEAEC
(238,234,236)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A29B color. Also use rgb(184,162,155) instead hex code.

Text Font Color

.myTextColor { color: #B8A29B; }

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

This text font color is #B8A29B.


Background Color

.myBgColor { background-color: #B8A29B; }

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

This div background color is #B8A29B.


Border color

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

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

This div border color is #B8A29B.


Opacity

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

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

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

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

This text has shadow with #B8A29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A29B on black background.


Color preview on white background

This text has color #B8A29B on white background.



Black color preview on #B8A29B background

This text has black color on #B8A29B background.


White color preview on #B8A29B background

This text has white color on #B8A29B background.