COLOR #BB9F72

HEX: #BB9F72
RGB: (187,159,114)

Color info

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

RGB color model

#BB9F72 color RGB value is (187,159,114).

  • red value is 187;
  • green value is 159;
  • blue value is 114.
RGB:
(187,159,114)
(73%,62%,45%)

RGB channels and saturation

R 187 of 255 = 73%
G 159 of 255 = 62%
B 114 of 255 = 45%

187
159
114

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

Portions of RGB colors in percentages

R + G + B =
187 + 159 + 114 = 460 (100%)
R 187 of 460 ~ 40.65%
G 159 of 460 ~ 34.57%
B 114 of 460 ~ 24.78%

%40.65
%34.57
%24.78

CMYK color model

#BB9F72 color CMYK value is (0,15,39,27).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 39.04%
  • key color value is 26.67%
CMYK:
(0,15,39,27)
C0M15Y39K27 
(0%,15%,39%,27%)
(0.00/0.15/0.39/0.27)	

CMYK percentages

%0
%14.97
%39.04
%26.67

Codes

Color #BB9F72 in popluar color models

BB9F72
RGB187159114
HSL37°34.93%59.02%
HSB/HSV37°39.04%73.33%
CMYK0.00%14.97%39.04%
26.67%

Color #BB9F72 in popluar number systems.

HEXBB9F72
Decimal187159114
Binary10111011100111111110010
Octal273237162

Shades and tints

Shades of #BB9F72

#BB9F72
(187,159,114)
#AA9168
(170,145,104)
#99835E
(153,131,94)
#887554
(136,117,84)
#77674A
(119,103,74)
#665940
(102,89,64)
#554B36
(85,75,54)
#443D2C
(68,61,44)
#332F22
(51,47,34)
#222118
(34,33,24)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #BB9F72

#BB9F72
(187,159,114)
#C1A77E
(193,167,126)
#C7AF8A
(199,175,138)
#CDB796
(205,183,150)
#D3BFA2
(211,191,162)
#D9C7AE
(217,199,174)
#DFCFBA
(223,207,186)
#E5D7C6
(229,215,198)
#EBDFD2
(235,223,210)
#F1E7DE
(241,231,222)
#F7EFEA
(247,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9F72 color. Also use rgb(187,159,114) instead hex code.

Text Font Color

.myTextColor { color: #BB9F72; }

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

This text font color is #BB9F72.


Background Color

.myBgColor { background-color: #BB9F72; }

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

This div background color is #BB9F72.


Border color

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

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

This div border color is #BB9F72.


Opacity

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

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

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

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

This text has shadow with #BB9F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9F72 on black background.


Color preview on white background

This text has color #BB9F72 on white background.



Black color preview on #BB9F72 background

This text has black color on #BB9F72 background.


White color preview on #BB9F72 background

This text has white color on #BB9F72 background.