COLOR #BB8D7B

HEX: #BB8D7B
RGB: (187,141,123)

Color info

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

RGB color model

#BB8D7B color RGB value is (187,141,123).

  • red value is 187;
  • green value is 141;
  • blue value is 123.
RGB:
(187,141,123)
(73%,55%,48%)

RGB channels and saturation

R 187 of 255 = 73%
G 141 of 255 = 55%
B 123 of 255 = 48%

187
141
123

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

Portions of RGB colors in percentages

R + G + B =
187 + 141 + 123 = 451 (100%)
R 187 of 451 ~ 41.46%
G 141 of 451 ~ 31.26%
B 123 of 451 ~ 27.27%

%41.46
%31.26
%27.27

CMYK color model

#BB8D7B color CMYK value is (0,25,34,27).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 34.22%
  • key color value is 26.67%
CMYK:
(0,25,34,27)
C0M25Y34K27 
(0%,25%,34%,27%)
(0.00/0.25/0.34/0.27)	

CMYK percentages

%0
%24.6
%34.22
%26.67

Codes

Color #BB8D7B in popluar color models

BB8D7B
RGB187141123
HSL17°32.00%60.78%
HSB/HSV17°34.22%73.33%
CMYK0.00%24.60%34.22%
26.67%

Color #BB8D7B in popluar number systems.

HEXBB8D7B
Decimal187141123
Binary10111011100011011111011
Octal273215173

Shades and tints

Shades of #BB8D7B

#BB8D7B
(187,141,123)
#AA8170
(170,129,112)
#997565
(153,117,101)
#88695A
(136,105,90)
#775D4F
(119,93,79)
#665144
(102,81,68)
#554539
(85,69,57)
#44392E
(68,57,46)
#332D23
(51,45,35)
#222118
(34,33,24)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #BB8D7B

#BB8D7B
(187,141,123)
#C19787
(193,151,135)
#C7A193
(199,161,147)
#CDAB9F
(205,171,159)
#D3B5AB
(211,181,171)
#D9BFB7
(217,191,183)
#DFC9C3
(223,201,195)
#E5D3CF
(229,211,207)
#EBDDDB
(235,221,219)
#F1E7E7
(241,231,231)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8D7B color. Also use rgb(187,141,123) instead hex code.

Text Font Color

.myTextColor { color: #BB8D7B; }

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

This text font color is #BB8D7B.


Background Color

.myBgColor { background-color: #BB8D7B; }

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

This div background color is #BB8D7B.


Border color

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

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

This div border color is #BB8D7B.


Opacity

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

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

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

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

This text has shadow with #BB8D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8D7B on black background.


Color preview on white background

This text has color #BB8D7B on white background.



Black color preview on #BB8D7B background

This text has black color on #BB8D7B background.


White color preview on #BB8D7B background

This text has white color on #BB8D7B background.