COLOR #BB956A

HEX: #BB956A
RGB: (187,149,106)

Color info

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

RGB color model

#BB956A color RGB value is (187,149,106).

  • red value is 187;
  • green value is 149;
  • blue value is 106.
RGB:
(187,149,106)
(73%,58%,42%)

RGB channels and saturation

R 187 of 255 = 73%
G 149 of 255 = 58%
B 106 of 255 = 42%

187
149
106

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

Portions of RGB colors in percentages

R + G + B =
187 + 149 + 106 = 442 (100%)
R 187 of 442 ~ 42.31%
G 149 of 442 ~ 33.71%
B 106 of 442 ~ 23.98%

%42.31
%33.71
%23.98

CMYK color model

#BB956A color CMYK value is (0,20,43,27).

  • cyan value is 0.00%
  • magenta value is 20.32%
  • yellow value is 43.32%
  • key color value is 26.67%
CMYK:
(0,20,43,27)
C0M20Y43K27 
(0%,20%,43%,27%)
(0.00/0.20/0.43/0.27)	

CMYK percentages

%0
%20.32
%43.32
%26.67

Codes

Color #BB956A in popluar color models

BB956A
RGB187149106
HSL32°37.33%57.45%
HSB/HSV32°43.32%73.33%
CMYK0.00%20.32%43.32%
26.67%

Color #BB956A in popluar number systems.

HEXBB956A
Decimal187149106
Binary10111011100101011101010
Octal273225152

Shades and tints

Shades of #BB956A

#BB956A
(187,149,106)
#AA8861
(170,136,97)
#997B58
(153,123,88)
#886E4F
(136,110,79)
#776146
(119,97,70)
#66543D
(102,84,61)
#554734
(85,71,52)
#443A2B
(68,58,43)
#332D22
(51,45,34)
#222019
(34,32,25)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #BB956A

#BB956A
(187,149,106)
#C19E77
(193,158,119)
#C7A784
(199,167,132)
#CDB091
(205,176,145)
#D3B99E
(211,185,158)
#D9C2AB
(217,194,171)
#DFCBB8
(223,203,184)
#E5D4C5
(229,212,197)
#EBDDD2
(235,221,210)
#F1E6DF
(241,230,223)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB956A color. Also use rgb(187,149,106) instead hex code.

Text Font Color

.myTextColor { color: #BB956A; }

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

This text font color is #BB956A.


Background Color

.myBgColor { background-color: #BB956A; }

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

This div background color is #BB956A.


Border color

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

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

This div border color is #BB956A.


Opacity

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

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

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

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

This text has shadow with #BB956A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB956A on black background.


Color preview on white background

This text has color #BB956A on white background.



Black color preview on #BB956A background

This text has black color on #BB956A background.


White color preview on #BB956A background

This text has white color on #BB956A background.