COLOR #BBAF99

HEX: #BBAF99 RGB: (187,175,153)

Color info

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

RGB color model

#BBAF99 color RGB value is (187,175,153).

RGB: (187,175,153) (73%, 69%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 175 of 255 = 69%
B 153 of 255 = 60%

187
175
153

R + G + B ~ 67%. #BBAF99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 175 + 153 = 515 (100%)
R 187 of 515 ~ 36.31%
G 175 of 515 ~ 33.98%
B 153 of 515 ~ 29.71'%

%36.31
%33.98
%29.71

CMYK color model

#BBAF99 color CMYK value is (0,6,18,27).

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

CMYK: (0,6,18,27)
C0M6Y18K27 (0%, 6%, 18%, 27%)
(0.00 / 0.06 / 0.18 / 0.27)

CMYK percentages

%0
%6.42
%18.18
%26.67

Codes

Color #BBAF99 in popluar color models

BB AF 99
RGB 187 175 153
HSL 39° 20.00% 66.67%
HSB/HSV 39° 18.18% 73.33%
CMYK 0.00% 6.42% 18.18%
26.67%

Color #BBAF99 in popluar number systems.

HEX BB AF 99
Decimal 187 175 153
Binary 10111011 10101111 10011001
Octal 273 257 231

Shades and tints

Shades of #BBAF99

#BBAF99
(187,175,153)
#AAA08C
(170,160,140)
#99917F
(153,145,127)
#888272
(136,130,114)
#777365
(119,115,101)
#666458
(102,100,88)
#55554B
(85,85,75)
#44463E
(68,70,62)
#333731
(51,55,49)
#222824
(34,40,36)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #BBAF99

#BBAF99
(187,175,153)
#C1B6A2
(193,182,162)
#C7BDAB
(199,189,171)
#CDC4B4
(205,196,180)
#D3CBBD
(211,203,189)
#D9D2C6
(217,210,198)
#DFD9CF
(223,217,207)
#E5E0D8
(229,224,216)
#EBE7E1
(235,231,225)
#F1EEEA
(241,238,234)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAF99; }

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

This text font color is #BBAF99.

Background Color

.myBgColor { background-color: #BBAF99; }

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

This div background color is #BBAF99.

Border color

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

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

This div border color is #BBAF99.

Opacity

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

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

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

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

This text has shadow with #BBAF99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAF99.

Preview

Color preview on black background

This text has color #BBAF99 on black background.


Color preview on white background

This text has color #BBAF99 on white background.


Black color preview on #BBAF99 background

This text has black color on #BBAF99 background.


White color preview on #BBAF99 background

This text has white color on #BBAF99 background.


Related colors

Complementary color

Complementary color for #hex is #445066.


I love getcolorcode.com

Triadic colors

1 #99BBAF and #AF99BB with #BBAF99 are triadic colors.

2 #99AFBB and #AFBB99 with #BBAF99 are triadic colors.