COLOR #BB976F

HEX: #BB976F RGB: (187,151,111)

Color info

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

RGB color model

#BB976F color RGB value is (187,151,111).

RGB: (187,151,111) (73%, 59%, 44%)

RGB channels and saturation

R 187 of 255 = 73%
G 151 of 255 = 59%
B 111 of 255 = 44%

187
151
111

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

Portions of RGB colors in percentages

R + G + B = 187 + 151 + 111 = 449 (100%)
R 187 of 449 ~ 41.65%
G 151 of 449 ~ 33.63%
B 111 of 449 ~ 24.72'%

%41.65
%33.63
%24.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 40.64%
  • key color value is 26.67%

CMYK: (0,19,41,27)
C0M19Y41K27 (0%, 19%, 41%, 27%)
(0.00 / 0.19 / 0.41 / 0.27)

CMYK percentages

%0
%19.25
%40.64
%26.67

Codes

Color #BB976F in popluar color models

BB 97 6F
RGB 187 151 111
HSL 32° 35.85% 58.43%
HSB/HSV 32° 40.64% 73.33%
CMYK 0.00% 19.25% 40.64%
26.67%

Color #BB976F in popluar number systems.

HEX BB 97 6F
Decimal 187 151 111
Binary 10111011 10010111 1101111
Octal 273 227 157

Shades and tints

Shades of #BB976F

#BB976F
(187,151,111)
#AA8A65
(170,138,101)
#997D5B
(153,125,91)
#887051
(136,112,81)
#776347
(119,99,71)
#66563D
(102,86,61)
#554933
(85,73,51)
#443C29
(68,60,41)
#332F1F
(51,47,31)
#222215
(34,34,21)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #BB976F

#BB976F
(187,151,111)
#C1A07C
(193,160,124)
#C7A989
(199,169,137)
#CDB296
(205,178,150)
#D3BBA3
(211,187,163)
#D9C4B0
(217,196,176)
#DFCDBD
(223,205,189)
#E5D6CA
(229,214,202)
#EBDFD7
(235,223,215)
#F1E8E4
(241,232,228)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB976F; }

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

This text font color is #BB976F.

Background Color

.myBgColor { background-color: #BB976F; }

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

This div background color is #BB976F.

Border color

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

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

This div border color is #BB976F.

Opacity

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

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

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

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

This text has shadow with #BB976F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB976F.

Preview

Color preview on black background

This text has color #BB976F on black background.


Color preview on white background

This text has color #BB976F on white background.


Black color preview on #BB976F background

This text has black color on #BB976F background.


White color preview on #BB976F background

This text has white color on #BB976F background.


Related colors

Complementary color

Complementary color for #hex is #446890.


I love getcolorcode.com

Triadic colors

1 #6FBB97 and #976FBB with #BB976F are triadic colors.

2 #6F97BB and #97BB6F with #BB976F are triadic colors.