COLOR #BB9C76

HEX: #BB9C76
RGB: (187,156,118)

Color info

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

RGB color model

#BB9C76 color RGB value is (187,156,118).

  • red value is 187;
  • green value is 156;
  • blue value is 118.
RGB:
(187,156,118)
(73%,61%,46%)

RGB channels and saturation

R 187 of 255 = 73%
G 156 of 255 = 61%
B 118 of 255 = 46%

187
156
118

R + G + B ~ 60%. #BB9C76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 156 + 118 = 461 (100%)
R 187 of 461 ~ 40.56%
G 156 of 461 ~ 33.84%
B 118 of 461 ~ 25.6%

%40.56
%33.84
%25.6

CMYK color model

#BB9C76 color CMYK value is (0,17,37,27).

  • cyan value is 0.00%
  • magenta value is 16.58%
  • yellow value is 36.90%
  • key color value is 26.67%
CMYK:
(0,17,37,27)
C0M17Y37K27 
(0%,17%,37%,27%)
(0.00/0.17/0.37/0.27)	

CMYK percentages

%0
%16.58
%36.9
%26.67

Codes

Color #BB9C76 in popluar color models

BB9C76
RGB187156118
HSL33°33.66%59.80%
HSB/HSV33°36.90%73.33%
CMYK0.00%16.58%36.90%
26.67%

Color #BB9C76 in popluar number systems.

HEXBB9C76
Decimal187156118
Binary10111011100111001110110
Octal273234166

Shades and tints

Shades of #BB9C76

#BB9C76
(187,156,118)
#AA8E6C
(170,142,108)
#998062
(153,128,98)
#887258
(136,114,88)
#77644E
(119,100,78)
#665644
(102,86,68)
#55483A
(85,72,58)
#443A30
(68,58,48)
#332C26
(51,44,38)
#221E1C
(34,30,28)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #BB9C76

#BB9C76
(187,156,118)
#C1A582
(193,165,130)
#C7AE8E
(199,174,142)
#CDB79A
(205,183,154)
#D3C0A6
(211,192,166)
#D9C9B2
(217,201,178)
#DFD2BE
(223,210,190)
#E5DBCA
(229,219,202)
#EBE4D6
(235,228,214)
#F1EDE2
(241,237,226)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9C76 color. Also use rgb(187,156,118) instead hex code.

Text Font Color

.myTextColor { color: #BB9C76; }

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

This text font color is #BB9C76.


Background Color

.myBgColor { background-color: #BB9C76; }

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

This div background color is #BB9C76.


Border color

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

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

This div border color is #BB9C76.


Opacity

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

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

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

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

This text has shadow with #BB9C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9C76 on black background.


Color preview on white background

This text has color #BB9C76 on white background.



Black color preview on #BB9C76 background

This text has black color on #BB9C76 background.


White color preview on #BB9C76 background

This text has white color on #BB9C76 background.