COLOR #BB997F

HEX: #BB997F
RGB: (187,153,127)

Color info

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

RGB color model

#BB997F color RGB value is (187,153,127).

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

RGB channels and saturation

R 187 of 255 = 73%
G 153 of 255 = 60%
B 127 of 255 = 50%

187
153
127

R + G + B ~ 61%. #BB997F is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 153 + 127 = 467 (100%)
R 187 of 467 ~ 40.04%
G 153 of 467 ~ 32.76%
B 127 of 467 ~ 27.19%

%40.04
%32.76
%27.19

CMYK color model

#BB997F color CMYK value is (0,18,32,27).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 32.09%
  • key color value is 26.67%
CMYK:
(0,18,32,27)
C0M18Y32K27 
(0%,18%,32%,27%)
(0.00/0.18/0.32/0.27)	

CMYK percentages

%0
%18.18
%32.09
%26.67

Codes

Color #BB997F in popluar color models

BB997F
RGB187153127
HSL26°30.61%61.57%
HSB/HSV26°32.09%73.33%
CMYK0.00%18.18%32.09%
26.67%

Color #BB997F in popluar number systems.

HEXBB997F
Decimal187153127
Binary10111011100110011111111
Octal273231177

Shades and tints

Shades of #BB997F

#BB997F
(187,153,127)
#AA8C74
(170,140,116)
#997F69
(153,127,105)
#88725E
(136,114,94)
#776553
(119,101,83)
#665848
(102,88,72)
#554B3D
(85,75,61)
#443E32
(68,62,50)
#333127
(51,49,39)
#22241C
(34,36,28)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #BB997F

#BB997F
(187,153,127)
#C1A28A
(193,162,138)
#C7AB95
(199,171,149)
#CDB4A0
(205,180,160)
#D3BDAB
(211,189,171)
#D9C6B6
(217,198,182)
#DFCFC1
(223,207,193)
#E5D8CC
(229,216,204)
#EBE1D7
(235,225,215)
#F1EAE2
(241,234,226)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB997F; }

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

This text font color is #BB997F.


Background Color

.myBgColor { background-color: #BB997F; }

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

This div background color is #BB997F.


Border color

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

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

This div border color is #BB997F.


Opacity

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

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

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

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

This text has shadow with #BB997F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB997F on black background.


Color preview on white background

This text has color #BB997F on white background.



Black color preview on #BB997F background

This text has black color on #BB997F background.


White color preview on #BB997F background

This text has white color on #BB997F background.