COLOR #B8A37E

HEX: #B8A37E
RGB: (184,163,126)

Color info

#B8A37E contains red, green and blue colors in about the same proportion. Web safe color of #B8A37E is #CC9966 (or #C96).

RGB color model

#B8A37E color RGB value is (184,163,126).

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

RGB channels and saturation

R 184 of 255 = 72%
G 163 of 255 = 64%
B 126 of 255 = 49%

184
163
126

R + G + B ~ 62%. #B8A37E is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 163 + 126 = 473 (100%)
R 184 of 473 ~ 38.9%
G 163 of 473 ~ 34.46%
B 126 of 473 ~ 26.64%

%38.9
%34.46
%26.64

CMYK color model

#B8A37E color CMYK value is (0,11,32,28).

  • cyan value is 0.00%
  • magenta value is 11.41%
  • yellow value is 31.52%
  • key color value is 27.84%
CMYK:
(0,11,32,28)
C0M11Y32K28 
(0%,11%,32%,28%)
(0.00/0.11/0.32/0.28)	

CMYK percentages

%0
%11.41
%31.52
%27.84

Codes

Color #B8A37E in popluar color models

B8A37E
RGB184163126
HSL38°29.00%60.78%
HSB/HSV38°31.52%72.16%
CMYK0.00%11.41%31.52%
27.84%

Color #B8A37E in popluar number systems.

HEXB8A37E
Decimal184163126
Binary10111000101000111111110
Octal270243176

Shades and tints

Shades of #B8A37E

#B8A37E
(184,163,126)
#A89573
(168,149,115)
#988768
(152,135,104)
#88795D
(136,121,93)
#786B52
(120,107,82)
#685D47
(104,93,71)
#584F3C
(88,79,60)
#484131
(72,65,49)
#383326
(56,51,38)
#28251B
(40,37,27)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #B8A37E

#B8A37E
(184,163,126)
#BEAB89
(190,171,137)
#C4B394
(196,179,148)
#CABB9F
(202,187,159)
#D0C3AA
(208,195,170)
#D6CBB5
(214,203,181)
#DCD3C0
(220,211,192)
#E2DBCB
(226,219,203)
#E8E3D6
(232,227,214)
#EEEBE1
(238,235,225)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A37E; }

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

This text font color is #B8A37E.


Background Color

.myBgColor { background-color: #B8A37E; }

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

This div background color is #B8A37E.


Border color

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

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

This div border color is #B8A37E.


Opacity

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

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

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

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

This text has shadow with #B8A37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A37E on black background.


Color preview on white background

This text has color #B8A37E on white background.



Black color preview on #B8A37E background

This text has black color on #B8A37E background.


White color preview on #B8A37E background

This text has white color on #B8A37E background.