COLOR #B8B38A

HEX: #B8B38A
RGB: (184,179,138)

Color info

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

RGB color model

#B8B38A color RGB value is (184,179,138).

  • red value is 184;
  • green value is 179;
  • blue value is 138.
RGB:
(184,179,138)
(72%,70%,54%)

RGB channels and saturation

R 184 of 255 = 72%
G 179 of 255 = 70%
B 138 of 255 = 54%

184
179
138

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

Portions of RGB colors in percentages

R + G + B =
184 + 179 + 138 = 501 (100%)
R 184 of 501 ~ 36.73%
G 179 of 501 ~ 35.73%
B 138 of 501 ~ 27.54%

%36.73
%35.73
%27.54

CMYK color model

#B8B38A color CMYK value is (0,3,25,28).

  • cyan value is 0.00%
  • magenta value is 2.72%
  • yellow value is 25.00%
  • key color value is 27.84%
CMYK:
(0,3,25,28)
C0M3Y25K28 
(0%,3%,25%,28%)
(0.00/0.03/0.25/0.28)	

CMYK percentages

%0
%2.72
%25
%27.84

Codes

Color #B8B38A in popluar color models

B8B38A
RGB184179138
HSL53°24.47%63.14%
HSB/HSV53°25.00%72.16%
CMYK0.00%2.72%25.00%
27.84%

Color #B8B38A in popluar number systems.

HEXB8B38A
Decimal184179138
Binary101110001011001110001010
Octal270263212

Shades and tints

Shades of #B8B38A

#B8B38A
(184,179,138)
#A8A37E
(168,163,126)
#989372
(152,147,114)
#888366
(136,131,102)
#78735A
(120,115,90)
#68634E
(104,99,78)
#585342
(88,83,66)
#484336
(72,67,54)
#38332A
(56,51,42)
#28231E
(40,35,30)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #B8B38A

#B8B38A
(184,179,138)
#BEB994
(190,185,148)
#C4BF9E
(196,191,158)
#CAC5A8
(202,197,168)
#D0CBB2
(208,203,178)
#D6D1BC
(214,209,188)
#DCD7C6
(220,215,198)
#E2DDD0
(226,221,208)
#E8E3DA
(232,227,218)
#EEE9E4
(238,233,228)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B38A color. Also use rgb(184,179,138) instead hex code.

Text Font Color

.myTextColor { color: #B8B38A; }

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

This text font color is #B8B38A.


Background Color

.myBgColor { background-color: #B8B38A; }

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

This div background color is #B8B38A.


Border color

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

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

This div border color is #B8B38A.


Opacity

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

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

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

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

This text has shadow with #B8B38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B38A on black background.


Color preview on white background

This text has color #B8B38A on white background.



Black color preview on #B8B38A background

This text has black color on #B8B38A background.


White color preview on #B8B38A background

This text has white color on #B8B38A background.