COLOR #BAAF96

HEX: #BAAF96 RGB: (186,175,150)

Color info

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

RGB color model

#BAAF96 color RGB value is (186,175,150).

RGB: (186,175,150) (73%, 69%, 59%)

RGB channels and saturation

R 186 of 255 = 73%
G 175 of 255 = 69%
B 150 of 255 = 59%

186
175
150

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

Portions of RGB colors in percentages

R + G + B = 186 + 175 + 150 = 511 (100%)
R 186 of 511 ~ 36.4%
G 175 of 511 ~ 34.25%
B 150 of 511 ~ 29.35'%

%36.4
%34.25
%29.35

CMYK color model

#BAAF96 color CMYK value is (0,6,19,27).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 19.35%
  • key color value is 27.06%

CMYK: (0,6,19,27)
C0M6Y19K27 (0%, 6%, 19%, 27%)
(0.00 / 0.06 / 0.19 / 0.27)

CMYK percentages

%0
%5.91
%19.35
%27.06

Codes

Color #BAAF96 in popluar color models

BA AF 96
RGB 186 175 150
HSL 42° 20.69% 65.88%
HSB/HSV 42° 19.35% 72.94%
CMYK 0.00% 5.91% 19.35%
27.06%

Color #BAAF96 in popluar number systems.

HEX BA AF 96
Decimal 186 175 150
Binary 10111010 10101111 10010110
Octal 272 257 226

Shades and tints

Shades of #BAAF96

#BAAF96
(186,175,150)
#AAA089
(170,160,137)
#9A917C
(154,145,124)
#8A826F
(138,130,111)
#7A7362
(122,115,98)
#6A6455
(106,100,85)
#5A5548
(90,85,72)
#4A463B
(74,70,59)
#3A372E
(58,55,46)
#2A2821
(42,40,33)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #BAAF96

#BAAF96
(186,175,150)
#C0B69F
(192,182,159)
#C6BDA8
(198,189,168)
#CCC4B1
(204,196,177)
#D2CBBA
(210,203,186)
#D8D2C3
(216,210,195)
#DED9CC
(222,217,204)
#E4E0D5
(228,224,213)
#EAE7DE
(234,231,222)
#F0EEE7
(240,238,231)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAF96 color. Also use rgb(186,175,150) instead hex code.

Text Font Color

.myTextColor { color: #BAAF96; }

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

This text font color is #BAAF96.

Background Color

.myBgColor { background-color: #BAAF96; }

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

This div background color is #BAAF96.

Border color

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

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

This div border color is #BAAF96.

Opacity

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

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

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

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

This text has shadow with #BAAF96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAF96.

Preview

Color preview on black background

This text has color #BAAF96 on black background.


Color preview on white background

This text has color #BAAF96 on white background.


Black color preview on #BAAF96 background

This text has black color on #BAAF96 background.


White color preview on #BAAF96 background

This text has white color on #BAAF96 background.


Related colors

Complementary color

Complementary color for #hex is #455069.


I love getcolorcode.com

Triadic colors

1 #96BAAF and #AF96BA with #BAAF96 are triadic colors.

2 #96AFBA and #AFBA96 with #BAAF96 are triadic colors.