COLOR #BB9F7F

HEX: #BB9F7F
RGB: (187,159,127)

Color info

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

RGB color model

#BB9F7F color RGB value is (187,159,127).

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

RGB channels and saturation

R 187 of 255 = 73%
G 159 of 255 = 62%
B 127 of 255 = 50%

187
159
127

R + G + B ~ 62%. #BB9F7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 159 + 127 = 473 (100%)
R 187 of 473 ~ 39.53%
G 159 of 473 ~ 33.62%
B 127 of 473 ~ 26.85%

%39.53
%33.62
%26.85

CMYK color model

#BB9F7F color CMYK value is (0,15,32,27).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 32.09%
  • key color value is 26.67%
CMYK:
(0,15,32,27)
C0M15Y32K27 
(0%,15%,32%,27%)
(0.00/0.15/0.32/0.27)	

CMYK percentages

%0
%14.97
%32.09
%26.67

Codes

Color #BB9F7F in popluar color models

BB9F7F
RGB187159127
HSL32°30.61%61.57%
HSB/HSV32°32.09%73.33%
CMYK0.00%14.97%32.09%
26.67%

Color #BB9F7F in popluar number systems.

HEXBB9F7F
Decimal187159127
Binary10111011100111111111111
Octal273237177

Shades and tints

Shades of #BB9F7F

#BB9F7F
(187,159,127)
#AA9174
(170,145,116)
#998369
(153,131,105)
#88755E
(136,117,94)
#776753
(119,103,83)
#665948
(102,89,72)
#554B3D
(85,75,61)
#443D32
(68,61,50)
#332F27
(51,47,39)
#22211C
(34,33,28)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #BB9F7F

#BB9F7F
(187,159,127)
#C1A78A
(193,167,138)
#C7AF95
(199,175,149)
#CDB7A0
(205,183,160)
#D3BFAB
(211,191,171)
#D9C7B6
(217,199,182)
#DFCFC1
(223,207,193)
#E5D7CC
(229,215,204)
#EBDFD7
(235,223,215)
#F1E7E2
(241,231,226)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9F7F; }

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

This text font color is #BB9F7F.


Background Color

.myBgColor { background-color: #BB9F7F; }

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

This div background color is #BB9F7F.


Border color

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

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

This div border color is #BB9F7F.


Opacity

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

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

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

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

This text has shadow with #BB9F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9F7F on black background.


Color preview on white background

This text has color #BB9F7F on white background.



Black color preview on #BB9F7F background

This text has black color on #BB9F7F background.


White color preview on #BB9F7F background

This text has white color on #BB9F7F background.