COLOR #BB886D

HEX: #BB886D
RGB: (187,136,109)

Color info

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

RGB color model

#BB886D color RGB value is (187,136,109).

  • red value is 187;
  • green value is 136;
  • blue value is 109.
RGB:
(187,136,109)
(73%,53%,43%)

RGB channels and saturation

R 187 of 255 = 73%
G 136 of 255 = 53%
B 109 of 255 = 43%

187
136
109

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

Portions of RGB colors in percentages

R + G + B =
187 + 136 + 109 = 432 (100%)
R 187 of 432 ~ 43.29%
G 136 of 432 ~ 31.48%
B 109 of 432 ~ 25.23%

%43.29
%31.48
%25.23

CMYK color model

#BB886D color CMYK value is (0,27,42,27).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 41.71%
  • key color value is 26.67%
CMYK:
(0,27,42,27)
C0M27Y42K27 
(0%,27%,42%,27%)
(0.00/0.27/0.42/0.27)	

CMYK percentages

%0
%27.27
%41.71
%26.67

Codes

Color #BB886D in popluar color models

BB886D
RGB187136109
HSL21°36.45%58.04%
HSB/HSV21°41.71%73.33%
CMYK0.00%27.27%41.71%
26.67%

Color #BB886D in popluar number systems.

HEXBB886D
Decimal187136109
Binary10111011100010001101101
Octal273210155

Shades and tints

Shades of #BB886D

#BB886D
(187,136,109)
#AA7C64
(170,124,100)
#99705B
(153,112,91)
#886452
(136,100,82)
#775849
(119,88,73)
#664C40
(102,76,64)
#554037
(85,64,55)
#44342E
(68,52,46)
#332825
(51,40,37)
#221C1C
(34,28,28)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #BB886D

#BB886D
(187,136,109)
#C1927A
(193,146,122)
#C79C87
(199,156,135)
#CDA694
(205,166,148)
#D3B0A1
(211,176,161)
#D9BAAE
(217,186,174)
#DFC4BB
(223,196,187)
#E5CEC8
(229,206,200)
#EBD8D5
(235,216,213)
#F1E2E2
(241,226,226)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB886D; }

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

This text font color is #BB886D.


Background Color

.myBgColor { background-color: #BB886D; }

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

This div background color is #BB886D.


Border color

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

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

This div border color is #BB886D.


Opacity

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

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

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

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

This text has shadow with #BB886D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB886D on black background.


Color preview on white background

This text has color #BB886D on white background.



Black color preview on #BB886D background

This text has black color on #BB886D background.


White color preview on #BB886D background

This text has white color on #BB886D background.