COLOR #BB8D6B

HEX: #BB8D6B RGB: (187,141,107)

Color info

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

RGB color model

#BB8D6B color RGB value is (187,141,107).

RGB: (187,141,107) (73%, 55%, 42%)

RGB channels and saturation

R 187 of 255 = 73%
G 141 of 255 = 55%
B 107 of 255 = 42%

187
141
107

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

Portions of RGB colors in percentages

R + G + B = 187 + 141 + 107 = 435 (100%)
R 187 of 435 ~ 42.99%
G 141 of 435 ~ 32.41%
B 107 of 435 ~ 24.6'%

%42.99
%32.41
%24.6

CMYK color model

#BB8D6B color CMYK value is (0,25,43,27).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 42.78%
  • key color value is 26.67%

CMYK: (0,25,43,27)
C0M25Y43K27 (0%, 25%, 43%, 27%)
(0.00 / 0.25 / 0.43 / 0.27)

CMYK percentages

%0
%24.6
%42.78
%26.67

Codes

Color #BB8D6B in popluar color models

BB 8D 6B
RGB 187 141 107
HSL 26° 37.04% 57.65%
HSB/HSV 26° 42.78% 73.33%
CMYK 0.00% 24.60% 42.78%
26.67%

Color #BB8D6B in popluar number systems.

HEX BB 8D 6B
Decimal 187 141 107
Binary 10111011 10001101 1101011
Octal 273 215 153

Shades and tints

Shades of #BB8D6B

#BB8D6B
(187,141,107)
#AA8162
(170,129,98)
#997559
(153,117,89)
#886950
(136,105,80)
#775D47
(119,93,71)
#66513E
(102,81,62)
#554535
(85,69,53)
#44392C
(68,57,44)
#332D23
(51,45,35)
#22211A
(34,33,26)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #BB8D6B

#BB8D6B
(187,141,107)
#C19778
(193,151,120)
#C7A185
(199,161,133)
#CDAB92
(205,171,146)
#D3B59F
(211,181,159)
#D9BFAC
(217,191,172)
#DFC9B9
(223,201,185)
#E5D3C6
(229,211,198)
#EBDDD3
(235,221,211)
#F1E7E0
(241,231,224)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8D6B; }

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

This text font color is #BB8D6B.

Background Color

.myBgColor { background-color: #BB8D6B; }

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

This div background color is #BB8D6B.

Border color

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

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

This div border color is #BB8D6B.

Opacity

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

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

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

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

This text has shadow with #BB8D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8D6B.

Preview

Color preview on black background

This text has color #BB8D6B on black background.


Color preview on white background

This text has color #BB8D6B on white background.


Black color preview on #BB8D6B background

This text has black color on #BB8D6B background.


White color preview on #BB8D6B background

This text has white color on #BB8D6B background.


Related colors

Complementary color

Complementary color for #hex is #447294.


I love getcolorcode.com

Triadic colors

1 #6BBB8D and #8D6BBB with #BB8D6B are triadic colors.

2 #6B8DBB and #8DBB6B with #BB8D6B are triadic colors.