COLOR #BB886F

HEX: #BB886F RGB: (187,136,111)

Color info

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

RGB color model

#BB886F color RGB value is (187,136,111).

RGB: (187,136,111) (73%, 53%, 44%)

RGB channels and saturation

R 187 of 255 = 73%
G 136 of 255 = 53%
B 111 of 255 = 44%

187
136
111

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

Portions of RGB colors in percentages

R + G + B = 187 + 136 + 111 = 434 (100%)
R 187 of 434 ~ 43.09%
G 136 of 434 ~ 31.34%
B 111 of 434 ~ 25.58'%

%43.09
%31.34
%25.58

CMYK color model

#BB886F color CMYK value is (0,27,41,27).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 40.64%
  • key color value is 26.67%
CMYK: (0,27,41,27) C0M27Y41K27 (0%,27%,41%,27%) (0.00/0.27/0.41/0.27) 

CMYK percentages

%0
%27.27
%40.64
%26.67

Codes

Color #BB886F in popluar color models

BB 88 6F
RGB 187 136 111
HSL 20° 35.85% 58.43%
HSB/HSV 20° 40.64% 73.33%
CMYK 0.00% 27.27% 40.64%
26.67%

Color #BB886F in popluar number systems.

HEX BB 88 6F
Decimal 187 136 111
Binary 10111011 10001000 1101111
Octal 273 210 157

Shades and tints

Shades of #BB886F

#BB886F
(187,136,111)
#AA7C65
(170,124,101)
#99705B
(153,112,91)
#886451
(136,100,81)
#775847
(119,88,71)
#664C3D
(102,76,61)
#554033
(85,64,51)
#443429
(68,52,41)
#33281F
(51,40,31)
#221C15
(34,28,21)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #BB886F

#BB886F
(187,136,111)
#C1927C
(193,146,124)
#C79C89
(199,156,137)
#CDA696
(205,166,150)
#D3B0A3
(211,176,163)
#D9BAB0
(217,186,176)
#DFC4BD
(223,196,189)
#E5CECA
(229,206,202)
#EBD8D7
(235,216,215)
#F1E2E4
(241,226,228)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB886F color. Also use rgb(187,136,111) instead hex code.

Text Font Color

.myTextColor { color: #BB886F; }

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

This text font color is #BB886F.

Background Color

.myBgColor { background-color: #BB886F; }

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

This div background color is #BB886F.

Border color

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

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

This div border color is #BB886F.

Opacity

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

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

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

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

This text has shadow with #BB886F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB886F.

Preview

Color preview on black background

This text has color #BB886F on black background.


Color preview on white background

This text has color #BB886F on white background.


Black color preview on #BB886F background

This text has black color on #BB886F background.


White color preview on #BB886F background

This text has white color on #BB886F background.


Related colors

Complementary color

Complementary color for #hex is #447790.


I love getcolorcode.com

Triadic colors

1 #6FBB88 and #886FBB with #BB886F are triadic colors.

2 #6F88BB and #88BB6F with #BB886F are triadic colors.