COLOR #B8A38E

HEX: #B8A38E
RGB: (184,163,142)

Color info

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

RGB color model

#B8A38E color RGB value is (184,163,142).

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

RGB channels and saturation

R 184 of 255 = 72%
G 163 of 255 = 64%
B 142 of 255 = 56%

184
163
142

R + G + B ~ 64%. #B8A38E is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 163 + 142 = 489 (100%)
R 184 of 489 ~ 37.63%
G 163 of 489 ~ 33.33%
B 142 of 489 ~ 29.04%

%37.63
%33.33
%29.04

CMYK color model

#B8A38E color CMYK value is (0,11,23,28).

  • cyan value is 0.00%
  • magenta value is 11.41%
  • yellow value is 22.83%
  • key color value is 27.84%
CMYK:
(0,11,23,28)
C0M11Y23K28 
(0%,11%,23%,28%)
(0.00/0.11/0.23/0.28)	

CMYK percentages

%0
%11.41
%22.83
%27.84

Codes

Color #B8A38E in popluar color models

B8A38E
RGB184163142
HSL30°22.83%63.92%
HSB/HSV30°22.83%72.16%
CMYK0.00%11.41%22.83%
27.84%

Color #B8A38E in popluar number systems.

HEXB8A38E
Decimal184163142
Binary101110001010001110001110
Octal270243216

Shades and tints

Shades of #B8A38E

#B8A38E
(184,163,142)
#A89582
(168,149,130)
#988776
(152,135,118)
#88796A
(136,121,106)
#786B5E
(120,107,94)
#685D52
(104,93,82)
#584F46
(88,79,70)
#48413A
(72,65,58)
#38332E
(56,51,46)
#282522
(40,37,34)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #B8A38E

#B8A38E
(184,163,142)
#BEAB98
(190,171,152)
#C4B3A2
(196,179,162)
#CABBAC
(202,187,172)
#D0C3B6
(208,195,182)
#D6CBC0
(214,203,192)
#DCD3CA
(220,211,202)
#E2DBD4
(226,219,212)
#E8E3DE
(232,227,222)
#EEEBE8
(238,235,232)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A38E; }

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

This text font color is #B8A38E.


Background Color

.myBgColor { background-color: #B8A38E; }

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

This div background color is #B8A38E.


Border color

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

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

This div border color is #B8A38E.


Opacity

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

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

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

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

This text has shadow with #B8A38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A38E on black background.


Color preview on white background

This text has color #B8A38E on white background.



Black color preview on #B8A38E background

This text has black color on #B8A38E background.


White color preview on #B8A38E background

This text has white color on #B8A38E background.