COLOR #BB855B

HEX: #BB855B
RGB: (187,133,91)

Color info

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

RGB color model

#BB855B color RGB value is (187,133,91).

  • red value is 187;
  • green value is 133;
  • blue value is 91.
RGB:
(187,133,91)
(73%,52%,36%)

RGB channels and saturation

R 187 of 255 = 73%
G 133 of 255 = 52%
B 91 of 255 = 36%

187
133
91

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

Portions of RGB colors in percentages

R + G + B =
187 + 133 + 91 = 411 (100%)
R 187 of 411 ~ 45.5%
G 133 of 411 ~ 32.36%
B 91 of 411 ~ 22.14%

%45.5
%32.36
%22.14

CMYK color model

#BB855B color CMYK value is (0,29,51,27).

  • cyan value is 0.00%
  • magenta value is 28.88%
  • yellow value is 51.34%
  • key color value is 26.67%
CMYK:
(0,29,51,27)
C0M29Y51K27 
(0%,29%,51%,27%)
(0.00/0.29/0.51/0.27)	

CMYK percentages

%0
%28.88
%51.34
%26.67

Codes

Color #BB855B in popluar color models

BB855B
RGB18713391
HSL26°41.38%54.51%
HSB/HSV26°51.34%73.33%
CMYK0.00%28.88%51.34%
26.67%

Color #BB855B in popluar number systems.

HEXBB855B
Decimal18713391
Binary10111011100001011011011
Octal273205133

Shades and tints

Shades of #BB855B

#BB855B
(187,133,91)
#AA7953
(170,121,83)
#996D4B
(153,109,75)
#886143
(136,97,67)
#77553B
(119,85,59)
#664933
(102,73,51)
#553D2B
(85,61,43)
#443123
(68,49,35)
#33251B
(51,37,27)
#221913
(34,25,19)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #BB855B

#BB855B
(187,133,91)
#C19069
(193,144,105)
#C79B77
(199,155,119)
#CDA685
(205,166,133)
#D3B193
(211,177,147)
#D9BCA1
(217,188,161)
#DFC7AF
(223,199,175)
#E5D2BD
(229,210,189)
#EBDDCB
(235,221,203)
#F1E8D9
(241,232,217)
#F7F3E7
(247,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB855B color. Also use rgb(187,133,91) instead hex code.

Text Font Color

.myTextColor { color: #BB855B; }

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

This text font color is #BB855B.


Background Color

.myBgColor { background-color: #BB855B; }

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

This div background color is #BB855B.


Border color

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

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

This div border color is #BB855B.


Opacity

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

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

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

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

This text has shadow with #BB855B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB855B on black background.


Color preview on white background

This text has color #BB855B on white background.



Black color preview on #BB855B background

This text has black color on #BB855B background.


White color preview on #BB855B background

This text has white color on #BB855B background.