COLOR #BDAF96

HEX: #BDAF96
RGB: (189,175,150)

Color info

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

RGB color model

#BDAF96 color RGB value is (189,175,150).

  • red value is 189;
  • green value is 175;
  • blue value is 150.
RGB:
(189,175,150)
(74%,69%,59%)

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 150 of 255 = 59%

189
175
150

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

Portions of RGB colors in percentages

R + G + B =
189 + 175 + 150 = 514 (100%)
R 189 of 514 ~ 36.77%
G 175 of 514 ~ 34.05%
B 150 of 514 ~ 29.18%

%36.77
%34.05
%29.18

CMYK color model

#BDAF96 color CMYK value is (0,7,21,26).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 20.63%
  • key color value is 25.88%
CMYK:
(0,7,21,26)
C0M7Y21K26 
(0%,7%,21%,26%)
(0.00/0.07/0.21/0.26)	

CMYK percentages

%0
%7.41
%20.63
%25.88

Codes

Color #BDAF96 in popluar color models

BDAF96
RGB189175150
HSL38°22.81%66.47%
HSB/HSV38°20.63%74.12%
CMYK0.00%7.41%20.63%
25.88%

Color #BDAF96 in popluar number systems.

HEXBDAF96
Decimal189175150
Binary101111011010111110010110
Octal275257226

Shades and tints

Shades of #BDAF96

#BDAF96
(189,175,150)
#ACA089
(172,160,137)
#9B917C
(155,145,124)
#8A826F
(138,130,111)
#797362
(121,115,98)
#686455
(104,100,85)
#575548
(87,85,72)
#46463B
(70,70,59)
#35372E
(53,55,46)
#242821
(36,40,33)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #BDAF96

#BDAF96
(189,175,150)
#C3B69F
(195,182,159)
#C9BDA8
(201,189,168)
#CFC4B1
(207,196,177)
#D5CBBA
(213,203,186)
#DBD2C3
(219,210,195)
#E1D9CC
(225,217,204)
#E7E0D5
(231,224,213)
#EDE7DE
(237,231,222)
#F3EEE7
(243,238,231)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAF96; }

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

This text font color is #BDAF96.


Background Color

.myBgColor { background-color: #BDAF96; }

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

This div background color is #BDAF96.


Border color

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

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

This div border color is #BDAF96.


Opacity

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

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

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

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

This text has shadow with #BDAF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAF96 on black background.


Color preview on white background

This text has color #BDAF96 on white background.



Black color preview on #BDAF96 background

This text has black color on #BDAF96 background.


White color preview on #BDAF96 background

This text has white color on #BDAF96 background.