COLOR #BB947F

HEX: #BB947F
RGB: (187,148,127)

Color info

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

RGB color model

#BB947F color RGB value is (187,148,127).

  • red value is 187;
  • green value is 148;
  • blue value is 127.
RGB:
(187,148,127)
(73%,58%,50%)

RGB channels and saturation

R 187 of 255 = 73%
G 148 of 255 = 58%
B 127 of 255 = 50%

187
148
127

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

Portions of RGB colors in percentages

R + G + B =
187 + 148 + 127 = 462 (100%)
R 187 of 462 ~ 40.48%
G 148 of 462 ~ 32.03%
B 127 of 462 ~ 27.49%

%40.48
%32.03
%27.49

CMYK color model

#BB947F color CMYK value is (0,21,32,27).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 32.09%
  • key color value is 26.67%
CMYK:
(0,21,32,27)
C0M21Y32K27 
(0%,21%,32%,27%)
(0.00/0.21/0.32/0.27)	

CMYK percentages

%0
%20.86
%32.09
%26.67

Codes

Color #BB947F in popluar color models

BB947F
RGB187148127
HSL21°30.61%61.57%
HSB/HSV21°32.09%73.33%
CMYK0.00%20.86%32.09%
26.67%

Color #BB947F in popluar number systems.

HEXBB947F
Decimal187148127
Binary10111011100101001111111
Octal273224177

Shades and tints

Shades of #BB947F

#BB947F
(187,148,127)
#AA8774
(170,135,116)
#997A69
(153,122,105)
#886D5E
(136,109,94)
#776053
(119,96,83)
#665348
(102,83,72)
#55463D
(85,70,61)
#443932
(68,57,50)
#332C27
(51,44,39)
#221F1C
(34,31,28)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #BB947F

#BB947F
(187,148,127)
#C19D8A
(193,157,138)
#C7A695
(199,166,149)
#CDAFA0
(205,175,160)
#D3B8AB
(211,184,171)
#D9C1B6
(217,193,182)
#DFCAC1
(223,202,193)
#E5D3CC
(229,211,204)
#EBDCD7
(235,220,215)
#F1E5E2
(241,229,226)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB947F color. Also use rgb(187,148,127) instead hex code.

Text Font Color

.myTextColor { color: #BB947F; }

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

This text font color is #BB947F.


Background Color

.myBgColor { background-color: #BB947F; }

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

This div background color is #BB947F.


Border color

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

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

This div border color is #BB947F.


Opacity

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

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

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

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

This text has shadow with #BB947F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB947F on black background.


Color preview on white background

This text has color #BB947F on white background.



Black color preview on #BB947F background

This text has black color on #BB947F background.


White color preview on #BB947F background

This text has white color on #BB947F background.