COLOR #B8B382

HEX: #B8B382
RGB: (184,179,130)

Color info

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

RGB color model

#B8B382 color RGB value is (184,179,130).

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

RGB channels and saturation

R 184 of 255 = 72%
G 179 of 255 = 70%
B 130 of 255 = 51%

184
179
130

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

Portions of RGB colors in percentages

R + G + B =
184 + 179 + 130 = 493 (100%)
R 184 of 493 ~ 37.32%
G 179 of 493 ~ 36.31%
B 130 of 493 ~ 26.37%

%37.32
%36.31
%26.37

CMYK color model

#B8B382 color CMYK value is (0,3,29,28).

  • cyan value is 0.00%
  • magenta value is 2.72%
  • yellow value is 29.35%
  • key color value is 27.84%
CMYK:
(0,3,29,28)
C0M3Y29K28 
(0%,3%,29%,28%)
(0.00/0.03/0.29/0.28)	

CMYK percentages

%0
%2.72
%29.35
%27.84

Codes

Color #B8B382 in popluar color models

B8B382
RGB184179130
HSL54°27.55%61.57%
HSB/HSV54°29.35%72.16%
CMYK0.00%2.72%29.35%
27.84%

Color #B8B382 in popluar number systems.

HEXB8B382
Decimal184179130
Binary101110001011001110000010
Octal270263202

Shades and tints

Shades of #B8B382

#B8B382
(184,179,130)
#A8A377
(168,163,119)
#98936C
(152,147,108)
#888361
(136,131,97)
#787356
(120,115,86)
#68634B
(104,99,75)
#585340
(88,83,64)
#484335
(72,67,53)
#38332A
(56,51,42)
#28231F
(40,35,31)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #B8B382

#B8B382
(184,179,130)
#BEB98D
(190,185,141)
#C4BF98
(196,191,152)
#CAC5A3
(202,197,163)
#D0CBAE
(208,203,174)
#D6D1B9
(214,209,185)
#DCD7C4
(220,215,196)
#E2DDCF
(226,221,207)
#E8E3DA
(232,227,218)
#EEE9E5
(238,233,229)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B382; }

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

This text font color is #B8B382.


Background Color

.myBgColor { background-color: #B8B382; }

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

This div background color is #B8B382.


Border color

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

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

This div border color is #B8B382.


Opacity

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

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

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

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

This text has shadow with #B8B382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B382 on black background.


Color preview on white background

This text has color #B8B382 on white background.



Black color preview on #B8B382 background

This text has black color on #B8B382 background.


White color preview on #B8B382 background

This text has white color on #B8B382 background.