COLOR #BB8E71

HEX: #BB8E71
RGB: (187,142,113)

Color info

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

RGB color model

#BB8E71 color RGB value is (187,142,113).

  • red value is 187;
  • green value is 142;
  • blue value is 113.
RGB:
(187,142,113)
(73%,56%,44%)

RGB channels and saturation

R 187 of 255 = 73%
G 142 of 255 = 56%
B 113 of 255 = 44%

187
142
113

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

Portions of RGB colors in percentages

R + G + B =
187 + 142 + 113 = 442 (100%)
R 187 of 442 ~ 42.31%
G 142 of 442 ~ 32.13%
B 113 of 442 ~ 25.57%

%42.31
%32.13
%25.57

CMYK color model

#BB8E71 color CMYK value is (0,24,40,27).

  • cyan value is 0.00%
  • magenta value is 24.06%
  • yellow value is 39.57%
  • key color value is 26.67%
CMYK:
(0,24,40,27)
C0M24Y40K27 
(0%,24%,40%,27%)
(0.00/0.24/0.40/0.27)	

CMYK percentages

%0
%24.06
%39.57
%26.67

Codes

Color #BB8E71 in popluar color models

BB8E71
RGB187142113
HSL24°35.24%58.82%
HSB/HSV24°39.57%73.33%
CMYK0.00%24.06%39.57%
26.67%

Color #BB8E71 in popluar number systems.

HEXBB8E71
Decimal187142113
Binary10111011100011101110001
Octal273216161

Shades and tints

Shades of #BB8E71

#BB8E71
(187,142,113)
#AA8267
(170,130,103)
#99765D
(153,118,93)
#886A53
(136,106,83)
#775E49
(119,94,73)
#66523F
(102,82,63)
#554635
(85,70,53)
#443A2B
(68,58,43)
#332E21
(51,46,33)
#222217
(34,34,23)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #BB8E71

#BB8E71
(187,142,113)
#C1987D
(193,152,125)
#C7A289
(199,162,137)
#CDAC95
(205,172,149)
#D3B6A1
(211,182,161)
#D9C0AD
(217,192,173)
#DFCAB9
(223,202,185)
#E5D4C5
(229,212,197)
#EBDED1
(235,222,209)
#F1E8DD
(241,232,221)
#F7F2E9
(247,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8E71 color. Also use rgb(187,142,113) instead hex code.

Text Font Color

.myTextColor { color: #BB8E71; }

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

This text font color is #BB8E71.


Background Color

.myBgColor { background-color: #BB8E71; }

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

This div background color is #BB8E71.


Border color

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

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

This div border color is #BB8E71.


Opacity

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

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

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

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

This text has shadow with #BB8E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8E71 on black background.


Color preview on white background

This text has color #BB8E71 on white background.



Black color preview on #BB8E71 background

This text has black color on #BB8E71 background.


White color preview on #BB8E71 background

This text has white color on #BB8E71 background.