COLOR #BB966E

HEX: #BB966E RGB: (187,150,110)

Color info

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

RGB color model

#BB966E color RGB value is (187,150,110).

RGB: (187,150,110) (73%, 59%, 43%)

RGB channels and saturation

R 187 of 255 = 73%
G 150 of 255 = 59%
B 110 of 255 = 43%

187
150
110

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

Portions of RGB colors in percentages

R + G + B = 187 + 150 + 110 = 447 (100%)
R 187 of 447 ~ 41.83%
G 150 of 447 ~ 33.56%
B 110 of 447 ~ 24.61'%

%41.83
%33.56
%24.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 41.18%
  • key color value is 26.67%
CMYK: (0,20,41,27) C0M20Y41K27 (0%,20%,41%,27%) (0.00/0.20/0.41/0.27) 

CMYK percentages

%0
%19.79
%41.18
%26.67

Codes

Color #BB966E in popluar color models

BB 96 6E
RGB 187 150 110
HSL 31° 36.15% 58.24%
HSB/HSV 31° 41.18% 73.33%
CMYK 0.00% 19.79% 41.18%
26.67%

Color #BB966E in popluar number systems.

HEX BB 96 6E
Decimal 187 150 110
Binary 10111011 10010110 1101110
Octal 273 226 156

Shades and tints

Shades of #BB966E

#BB966E
(187,150,110)
#AA8964
(170,137,100)
#997C5A
(153,124,90)
#886F50
(136,111,80)
#776246
(119,98,70)
#66553C
(102,85,60)
#554832
(85,72,50)
#443B28
(68,59,40)
#332E1E
(51,46,30)
#222114
(34,33,20)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #BB966E

#BB966E
(187,150,110)
#C19F7B
(193,159,123)
#C7A888
(199,168,136)
#CDB195
(205,177,149)
#D3BAA2
(211,186,162)
#D9C3AF
(217,195,175)
#DFCCBC
(223,204,188)
#E5D5C9
(229,213,201)
#EBDED6
(235,222,214)
#F1E7E3
(241,231,227)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB966E color. Also use rgb(187,150,110) instead hex code.

Text Font Color

.myTextColor { color: #BB966E; }

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

This text font color is #BB966E.

Background Color

.myBgColor { background-color: #BB966E; }

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

This div background color is #BB966E.

Border color

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

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

This div border color is #BB966E.

Opacity

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

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

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

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

This text has shadow with #BB966E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB966E.

Preview

Color preview on black background

This text has color #BB966E on black background.


Color preview on white background

This text has color #BB966E on white background.


Black color preview on #BB966E background

This text has black color on #BB966E background.


White color preview on #BB966E background

This text has white color on #BB966E background.


Related colors

Complementary color

Complementary color for #hex is #446991.


I love getcolorcode.com

Triadic colors

1 #6EBB96 and #966EBB with #BB966E are triadic colors.

2 #6E96BB and #96BB6E with #BB966E are triadic colors.