COLOR #B8A39C

HEX: #B8A39C
RGB: (184,163,156)

Color info

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

RGB color model

#B8A39C color RGB value is (184,163,156).

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

RGB channels and saturation

R 184 of 255 = 72%
G 163 of 255 = 64%
B 156 of 255 = 61%

184
163
156

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

Portions of RGB colors in percentages

R + G + B =
184 + 163 + 156 = 503 (100%)
R 184 of 503 ~ 36.58%
G 163 of 503 ~ 32.41%
B 156 of 503 ~ 31.01%

%36.58
%32.41
%31.01

CMYK color model

#B8A39C color CMYK value is (0,11,15,28).

  • cyan value is 0.00%
  • magenta value is 11.41%
  • yellow value is 15.22%
  • key color value is 27.84%
CMYK:
(0,11,15,28)
C0M11Y15K28 
(0%,11%,15%,28%)
(0.00/0.11/0.15/0.28)	

CMYK percentages

%0
%11.41
%15.22
%27.84

Codes

Color #B8A39C in popluar color models

B8A39C
RGB184163156
HSL15°16.47%66.67%
HSB/HSV15°15.22%72.16%
CMYK0.00%11.41%15.22%
27.84%

Color #B8A39C in popluar number systems.

HEXB8A39C
Decimal184163156
Binary101110001010001110011100
Octal270243234

Shades and tints

Shades of #B8A39C

#B8A39C
(184,163,156)
#A8958E
(168,149,142)
#988780
(152,135,128)
#887972
(136,121,114)
#786B64
(120,107,100)
#685D56
(104,93,86)
#584F48
(88,79,72)
#48413A
(72,65,58)
#38332C
(56,51,44)
#28251E
(40,37,30)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #B8A39C

#B8A39C
(184,163,156)
#BEABA5
(190,171,165)
#C4B3AE
(196,179,174)
#CABBB7
(202,187,183)
#D0C3C0
(208,195,192)
#D6CBC9
(214,203,201)
#DCD3D2
(220,211,210)
#E2DBDB
(226,219,219)
#E8E3E4
(232,227,228)
#EEEBED
(238,235,237)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A39C color. Also use rgb(184,163,156) instead hex code.

Text Font Color

.myTextColor { color: #B8A39C; }

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

This text font color is #B8A39C.


Background Color

.myBgColor { background-color: #B8A39C; }

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

This div background color is #B8A39C.


Border color

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

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

This div border color is #B8A39C.


Opacity

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

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

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

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

This text has shadow with #B8A39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A39C on black background.


Color preview on white background

This text has color #B8A39C on white background.



Black color preview on #B8A39C background

This text has black color on #B8A39C background.


White color preview on #B8A39C background

This text has white color on #B8A39C background.