COLOR #BB8D5C

HEX: #BB8D5C
RGB: (187,141,92)

Color info

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

RGB color model

#BB8D5C color RGB value is (187,141,92).

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

RGB channels and saturation

R 187 of 255 = 73%
G 141 of 255 = 55%
B 92 of 255 = 36%

187
141
92

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

Portions of RGB colors in percentages

R + G + B =
187 + 141 + 92 = 420 (100%)
R 187 of 420 ~ 44.52%
G 141 of 420 ~ 33.57%
B 92 of 420 ~ 21.9%

%44.52
%33.57
%21.9

CMYK color model

#BB8D5C color CMYK value is (0,25,51,27).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 50.80%
  • key color value is 26.67%
CMYK:
(0,25,51,27)
C0M25Y51K27 
(0%,25%,51%,27%)
(0.00/0.25/0.51/0.27)	

CMYK percentages

%0
%24.6
%50.8
%26.67

Codes

Color #BB8D5C in popluar color models

BB8D5C
RGB18714192
HSL31°41.13%54.71%
HSB/HSV31°50.80%73.33%
CMYK0.00%24.60%50.80%
26.67%

Color #BB8D5C in popluar number systems.

HEXBB8D5C
Decimal18714192
Binary10111011100011011011100
Octal273215134

Shades and tints

Shades of #BB8D5C

#BB8D5C
(187,141,92)
#AA8154
(170,129,84)
#99754C
(153,117,76)
#886944
(136,105,68)
#775D3C
(119,93,60)
#665134
(102,81,52)
#55452C
(85,69,44)
#443924
(68,57,36)
#332D1C
(51,45,28)
#222114
(34,33,20)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #BB8D5C

#BB8D5C
(187,141,92)
#C1976A
(193,151,106)
#C7A178
(199,161,120)
#CDAB86
(205,171,134)
#D3B594
(211,181,148)
#D9BFA2
(217,191,162)
#DFC9B0
(223,201,176)
#E5D3BE
(229,211,190)
#EBDDCC
(235,221,204)
#F1E7DA
(241,231,218)
#F7F1E8
(247,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8D5C; }

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

This text font color is #BB8D5C.


Background Color

.myBgColor { background-color: #BB8D5C; }

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

This div background color is #BB8D5C.


Border color

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

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

This div border color is #BB8D5C.


Opacity

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

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

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

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

This text has shadow with #BB8D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8D5C on black background.


Color preview on white background

This text has color #BB8D5C on white background.



Black color preview on #BB8D5C background

This text has black color on #BB8D5C background.


White color preview on #BB8D5C background

This text has white color on #BB8D5C background.