COLOR #BB9076

HEX: #BB9076
RGB: (187,144,118)

Color info

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

RGB color model

#BB9076 color RGB value is (187,144,118).

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

RGB channels and saturation

R 187 of 255 = 73%
G 144 of 255 = 56%
B 118 of 255 = 46%

187
144
118

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

Portions of RGB colors in percentages

R + G + B =
187 + 144 + 118 = 449 (100%)
R 187 of 449 ~ 41.65%
G 144 of 449 ~ 32.07%
B 118 of 449 ~ 26.28%

%41.65
%32.07
%26.28

CMYK color model

#BB9076 color CMYK value is (0,23,37,27).

  • cyan value is 0.00%
  • magenta value is 22.99%
  • yellow value is 36.90%
  • key color value is 26.67%
CMYK:
(0,23,37,27)
C0M23Y37K27 
(0%,23%,37%,27%)
(0.00/0.23/0.37/0.27)	

CMYK percentages

%0
%22.99
%36.9
%26.67

Codes

Color #BB9076 in popluar color models

BB9076
RGB187144118
HSL23°33.66%59.80%
HSB/HSV23°36.90%73.33%
CMYK0.00%22.99%36.90%
26.67%

Color #BB9076 in popluar number systems.

HEXBB9076
Decimal187144118
Binary10111011100100001110110
Octal273220166

Shades and tints

Shades of #BB9076

#BB9076
(187,144,118)
#AA836C
(170,131,108)
#997662
(153,118,98)
#886958
(136,105,88)
#775C4E
(119,92,78)
#664F44
(102,79,68)
#55423A
(85,66,58)
#443530
(68,53,48)
#332826
(51,40,38)
#221B1C
(34,27,28)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #BB9076

#BB9076
(187,144,118)
#C19A82
(193,154,130)
#C7A48E
(199,164,142)
#CDAE9A
(205,174,154)
#D3B8A6
(211,184,166)
#D9C2B2
(217,194,178)
#DFCCBE
(223,204,190)
#E5D6CA
(229,214,202)
#EBE0D6
(235,224,214)
#F1EAE2
(241,234,226)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9076; }

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

This text font color is #BB9076.


Background Color

.myBgColor { background-color: #BB9076; }

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

This div background color is #BB9076.


Border color

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

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

This div border color is #BB9076.


Opacity

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

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

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

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

This text has shadow with #BB9076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9076 on black background.


Color preview on white background

This text has color #BB9076 on white background.



Black color preview on #BB9076 background

This text has black color on #BB9076 background.


White color preview on #BB9076 background

This text has white color on #BB9076 background.