COLOR #BBAF9C

HEX: #BBAF9C RGB: (187,175,156)

Color info

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

RGB color model

#BBAF9C color RGB value is (187,175,156).

RGB: (187,175,156) (73%, 69%, 61%)

RGB channels and saturation

R 187 of 255 = 73%
G 175 of 255 = 69%
B 156 of 255 = 61%

187
175
156

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

Portions of RGB colors in percentages

R + G + B = 187 + 175 + 156 = 518 (100%)
R 187 of 518 ~ 36.1%
G 175 of 518 ~ 33.78%
B 156 of 518 ~ 30.12'%

%36.1
%33.78
%30.12

CMYK color model

#BBAF9C color CMYK value is (0,6,17,27).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 16.58%
  • key color value is 26.67%

CMYK: (0,6,17,27)
C0M6Y17K27 (0%, 6%, 17%, 27%)
(0.00 / 0.06 / 0.17 / 0.27)

CMYK percentages

%0
%6.42
%16.58
%26.67

Codes

Color #BBAF9C in popluar color models

BB AF 9C
RGB 187 175 156
HSL 37° 18.56% 67.25%
HSB/HSV 37° 16.58% 73.33%
CMYK 0.00% 6.42% 16.58%
26.67%

Color #BBAF9C in popluar number systems.

HEX BB AF 9C
Decimal 187 175 156
Binary 10111011 10101111 10011100
Octal 273 257 234

Shades and tints

Shades of #BBAF9C

#BBAF9C
(187,175,156)
#AAA08E
(170,160,142)
#999180
(153,145,128)
#888272
(136,130,114)
#777364
(119,115,100)
#666456
(102,100,86)
#555548
(85,85,72)
#44463A
(68,70,58)
#33372C
(51,55,44)
#22281E
(34,40,30)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #BBAF9C

#BBAF9C
(187,175,156)
#C1B6A5
(193,182,165)
#C7BDAE
(199,189,174)
#CDC4B7
(205,196,183)
#D3CBC0
(211,203,192)
#D9D2C9
(217,210,201)
#DFD9D2
(223,217,210)
#E5E0DB
(229,224,219)
#EBE7E4
(235,231,228)
#F1EEED
(241,238,237)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAF9C; }

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

This text font color is #BBAF9C.

Background Color

.myBgColor { background-color: #BBAF9C; }

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

This div background color is #BBAF9C.

Border color

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

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

This div border color is #BBAF9C.

Opacity

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

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

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

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

This text has shadow with #BBAF9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAF9C.

Preview

Color preview on black background

This text has color #BBAF9C on black background.


Color preview on white background

This text has color #BBAF9C on white background.


Black color preview on #BBAF9C background

This text has black color on #BBAF9C background.


White color preview on #BBAF9C background

This text has white color on #BBAF9C background.


Related colors

Complementary color

Complementary color for #hex is #445063.


I love getcolorcode.com

Triadic colors

1 #9CBBAF and #AF9CBB with #BBAF9C are triadic colors.

2 #9CAFBB and #AFBB9C with #BBAF9C are triadic colors.