COLOR #BB9D7D

HEX: #BB9D7D
RGB: (187,157,125)

Color info

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

RGB color model

#BB9D7D color RGB value is (187,157,125).

  • red value is 187;
  • green value is 157;
  • blue value is 125.
RGB:
(187,157,125)
(73%,62%,49%)

RGB channels and saturation

R 187 of 255 = 73%
G 157 of 255 = 62%
B 125 of 255 = 49%

187
157
125

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

Portions of RGB colors in percentages

R + G + B =
187 + 157 + 125 = 469 (100%)
R 187 of 469 ~ 39.87%
G 157 of 469 ~ 33.48%
B 125 of 469 ~ 26.65%

%39.87
%33.48
%26.65

CMYK color model

#BB9D7D color CMYK value is (0,16,33,27).

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 33.16%
  • key color value is 26.67%
CMYK:
(0,16,33,27)
C0M16Y33K27 
(0%,16%,33%,27%)
(0.00/0.16/0.33/0.27)	

CMYK percentages

%0
%16.04
%33.16
%26.67

Codes

Color #BB9D7D in popluar color models

BB9D7D
RGB187157125
HSL31°31.31%61.18%
HSB/HSV31°33.16%73.33%
CMYK0.00%16.04%33.16%
26.67%

Color #BB9D7D in popluar number systems.

HEXBB9D7D
Decimal187157125
Binary10111011100111011111101
Octal273235175

Shades and tints

Shades of #BB9D7D

#BB9D7D
(187,157,125)
#AA8F72
(170,143,114)
#998167
(153,129,103)
#88735C
(136,115,92)
#776551
(119,101,81)
#665746
(102,87,70)
#55493B
(85,73,59)
#443B30
(68,59,48)
#332D25
(51,45,37)
#221F1A
(34,31,26)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #BB9D7D

#BB9D7D
(187,157,125)
#C1A588
(193,165,136)
#C7AD93
(199,173,147)
#CDB59E
(205,181,158)
#D3BDA9
(211,189,169)
#D9C5B4
(217,197,180)
#DFCDBF
(223,205,191)
#E5D5CA
(229,213,202)
#EBDDD5
(235,221,213)
#F1E5E0
(241,229,224)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9D7D color. Also use rgb(187,157,125) instead hex code.

Text Font Color

.myTextColor { color: #BB9D7D; }

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

This text font color is #BB9D7D.


Background Color

.myBgColor { background-color: #BB9D7D; }

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

This div background color is #BB9D7D.


Border color

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

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

This div border color is #BB9D7D.


Opacity

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

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

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

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

This text has shadow with #BB9D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9D7D on black background.


Color preview on white background

This text has color #BB9D7D on white background.



Black color preview on #BB9D7D background

This text has black color on #BB9D7D background.


White color preview on #BB9D7D background

This text has white color on #BB9D7D background.