COLOR #B8B276

HEX: #B8B276
RGB: (184,178,118)

Color info

#B8B276 contains mainly red and green colors. Web safe color of #B8B276 is #CC9966 (or #C96).

RGB color model

#B8B276 color RGB value is (184,178,118).

  • red value is 184;
  • green value is 178;
  • blue value is 118.
RGB:
(184,178,118)
(72%,70%,46%)

RGB channels and saturation

R 184 of 255 = 72%
G 178 of 255 = 70%
B 118 of 255 = 46%

184
178
118

R + G + B ~ 63%. #B8B276 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 178 + 118 = 480 (100%)
R 184 of 480 ~ 38.33%
G 178 of 480 ~ 37.08%
B 118 of 480 ~ 24.58%

%38.33
%37.08
%24.58

CMYK color model

#B8B276 color CMYK value is (0,3,36,28).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 35.87%
  • key color value is 27.84%
CMYK:
(0,3,36,28)
C0M3Y36K28 
(0%,3%,36%,28%)
(0.00/0.03/0.36/0.28)	

CMYK percentages

%0
%3.26
%35.87
%27.84

Codes

Color #B8B276 in popluar color models

B8B276
RGB184178118
HSL55°31.73%59.22%
HSB/HSV55°35.87%72.16%
CMYK0.00%3.26%35.87%
27.84%

Color #B8B276 in popluar number systems.

HEXB8B276
Decimal184178118
Binary10111000101100101110110
Octal270262166

Shades and tints

Shades of #B8B276

#B8B276
(184,178,118)
#A8A26C
(168,162,108)
#989262
(152,146,98)
#888258
(136,130,88)
#78724E
(120,114,78)
#686244
(104,98,68)
#58523A
(88,82,58)
#484230
(72,66,48)
#383226
(56,50,38)
#28221C
(40,34,28)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #B8B276

#B8B276
(184,178,118)
#BEB982
(190,185,130)
#C4C08E
(196,192,142)
#CAC79A
(202,199,154)
#D0CEA6
(208,206,166)
#D6D5B2
(214,213,178)
#DCDCBE
(220,220,190)
#E2E3CA
(226,227,202)
#E8EAD6
(232,234,214)
#EEF1E2
(238,241,226)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B276 color. Also use rgb(184,178,118) instead hex code.

Text Font Color

.myTextColor { color: #B8B276; }

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

This text font color is #B8B276.


Background Color

.myBgColor { background-color: #B8B276; }

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

This div background color is #B8B276.


Border color

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

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

This div border color is #B8B276.


Opacity

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

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

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

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

This text has shadow with #B8B276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B276 on black background.


Color preview on white background

This text has color #B8B276 on white background.



Black color preview on #B8B276 background

This text has black color on #B8B276 background.


White color preview on #B8B276 background

This text has white color on #B8B276 background.