COLOR #BBAF9F

HEX: #BBAF9F
RGB: (187,175,159)

Color info

#BBAF9F contains red, green and blue colors in about the same proportion. Web safe color of #BBAF9F is #CC9999 (or #C99).

RGB color model

#BBAF9F color RGB value is (187,175,159).

  • red value is 187;
  • green value is 175;
  • blue value is 159.
RGB:
(187,175,159)
(73%,69%,62%)

RGB channels and saturation

R 187 of 255 = 73%
G 175 of 255 = 69%
B 159 of 255 = 62%

187
175
159

R + G + B ~ 68%. #BBAF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 175 + 159 = 521 (100%)
R 187 of 521 ~ 35.89%
G 175 of 521 ~ 33.59%
B 159 of 521 ~ 30.52%

%35.89
%33.59
%30.52

CMYK color model

#BBAF9F color CMYK value is (0,6,15,27).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 14.97%
  • key color value is 26.67%
CMYK:
(0,6,15,27)
C0M6Y15K27 
(0%,6%,15%,27%)
(0.00/0.06/0.15/0.27)	

CMYK percentages

%0
%6.42
%14.97
%26.67

Codes

Color #BBAF9F in popluar color models

BBAF9F
RGB187175159
HSL34°17.07%67.84%
HSB/HSV34°14.97%73.33%
CMYK0.00%6.42%14.97%
26.67%

Color #BBAF9F in popluar number systems.

HEXBBAF9F
Decimal187175159
Binary101110111010111110011111
Octal273257237

Shades and tints

Shades of #BBAF9F

#BBAF9F
(187,175,159)
#AAA091
(170,160,145)
#999183
(153,145,131)
#888275
(136,130,117)
#777367
(119,115,103)
#666459
(102,100,89)
#55554B
(85,85,75)
#44463D
(68,70,61)
#33372F
(51,55,47)
#222821
(34,40,33)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #BBAF9F

#BBAF9F
(187,175,159)
#C1B6A7
(193,182,167)
#C7BDAF
(199,189,175)
#CDC4B7
(205,196,183)
#D3CBBF
(211,203,191)
#D9D2C7
(217,210,199)
#DFD9CF
(223,217,207)
#E5E0D7
(229,224,215)
#EBE7DF
(235,231,223)
#F1EEE7
(241,238,231)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAF9F color. Also use rgb(187,175,159) instead hex code.

Text Font Color

.myTextColor { color: #BBAF9F; }

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

This text font color is #BBAF9F.


Background Color

.myBgColor { background-color: #BBAF9F; }

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

This div background color is #BBAF9F.


Border color

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

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

This div border color is #BBAF9F.


Opacity

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

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

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

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

This text has shadow with #BBAF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAF9F on black background.


Color preview on white background

This text has color #BBAF9F on white background.



Black color preview on #BBAF9F background

This text has black color on #BBAF9F background.


White color preview on #BBAF9F background

This text has white color on #BBAF9F background.