COLOR #BB976B

HEX: #BB976B
RGB: (187,151,107)

Color info

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

RGB color model

#BB976B color RGB value is (187,151,107).

  • red value is 187;
  • green value is 151;
  • blue value is 107.
RGB:
(187,151,107)
(73%,59%,42%)

RGB channels and saturation

R 187 of 255 = 73%
G 151 of 255 = 59%
B 107 of 255 = 42%

187
151
107

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

Portions of RGB colors in percentages

R + G + B =
187 + 151 + 107 = 445 (100%)
R 187 of 445 ~ 42.02%
G 151 of 445 ~ 33.93%
B 107 of 445 ~ 24.04%

%42.02
%33.93
%24.04

CMYK color model

#BB976B color CMYK value is (0,19,43,27).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 42.78%
  • key color value is 26.67%
CMYK:
(0,19,43,27)
C0M19Y43K27 
(0%,19%,43%,27%)
(0.00/0.19/0.43/0.27)	

CMYK percentages

%0
%19.25
%42.78
%26.67

Codes

Color #BB976B in popluar color models

BB976B
RGB187151107
HSL33°37.04%57.65%
HSB/HSV33°42.78%73.33%
CMYK0.00%19.25%42.78%
26.67%

Color #BB976B in popluar number systems.

HEXBB976B
Decimal187151107
Binary10111011100101111101011
Octal273227153

Shades and tints

Shades of #BB976B

#BB976B
(187,151,107)
#AA8A62
(170,138,98)
#997D59
(153,125,89)
#887050
(136,112,80)
#776347
(119,99,71)
#66563E
(102,86,62)
#554935
(85,73,53)
#443C2C
(68,60,44)
#332F23
(51,47,35)
#22221A
(34,34,26)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #BB976B

#BB976B
(187,151,107)
#C1A078
(193,160,120)
#C7A985
(199,169,133)
#CDB292
(205,178,146)
#D3BB9F
(211,187,159)
#D9C4AC
(217,196,172)
#DFCDB9
(223,205,185)
#E5D6C6
(229,214,198)
#EBDFD3
(235,223,211)
#F1E8E0
(241,232,224)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB976B; }

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

This text font color is #BB976B.


Background Color

.myBgColor { background-color: #BB976B; }

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

This div background color is #BB976B.


Border color

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

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

This div border color is #BB976B.


Opacity

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

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

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

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

This text has shadow with #BB976B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB976B on black background.


Color preview on white background

This text has color #BB976B on white background.



Black color preview on #BB976B background

This text has black color on #BB976B background.


White color preview on #BB976B background

This text has white color on #BB976B background.