COLOR #BB9B7F

HEX: #BB9B7F
RGB: (187,155,127)

Color info

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

RGB color model

#BB9B7F color RGB value is (187,155,127).

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

RGB channels and saturation

R 187 of 255 = 73%
G 155 of 255 = 61%
B 127 of 255 = 50%

187
155
127

R + G + B ~ 61%. #BB9B7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 155 + 127 = 469 (100%)
R 187 of 469 ~ 39.87%
G 155 of 469 ~ 33.05%
B 127 of 469 ~ 27.08%

%39.87
%33.05
%27.08

CMYK color model

#BB9B7F color CMYK value is (0,17,32,27).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 32.09%
  • key color value is 26.67%
CMYK:
(0,17,32,27)
C0M17Y32K27 
(0%,17%,32%,27%)
(0.00/0.17/0.32/0.27)	

CMYK percentages

%0
%17.11
%32.09
%26.67

Codes

Color #BB9B7F in popluar color models

BB9B7F
RGB187155127
HSL28°30.61%61.57%
HSB/HSV28°32.09%73.33%
CMYK0.00%17.11%32.09%
26.67%

Color #BB9B7F in popluar number systems.

HEXBB9B7F
Decimal187155127
Binary10111011100110111111111
Octal273233177

Shades and tints

Shades of #BB9B7F

#BB9B7F
(187,155,127)
#AA8D74
(170,141,116)
#997F69
(153,127,105)
#88715E
(136,113,94)
#776353
(119,99,83)
#665548
(102,85,72)
#55473D
(85,71,61)
#443932
(68,57,50)
#332B27
(51,43,39)
#221D1C
(34,29,28)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #BB9B7F

#BB9B7F
(187,155,127)
#C1A48A
(193,164,138)
#C7AD95
(199,173,149)
#CDB6A0
(205,182,160)
#D3BFAB
(211,191,171)
#D9C8B6
(217,200,182)
#DFD1C1
(223,209,193)
#E5DACC
(229,218,204)
#EBE3D7
(235,227,215)
#F1ECE2
(241,236,226)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9B7F; }

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

This text font color is #BB9B7F.


Background Color

.myBgColor { background-color: #BB9B7F; }

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

This div background color is #BB9B7F.


Border color

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

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

This div border color is #BB9B7F.


Opacity

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

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

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

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

This text has shadow with #BB9B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9B7F on black background.


Color preview on white background

This text has color #BB9B7F on white background.



Black color preview on #BB9B7F background

This text has black color on #BB9B7F background.


White color preview on #BB9B7F background

This text has white color on #BB9B7F background.