COLOR #BDAF95

HEX: #BDAF95
RGB: (189,175,149)

Color info

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

RGB color model

#BDAF95 color RGB value is (189,175,149).

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

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 149 of 255 = 58%

189
175
149

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

Portions of RGB colors in percentages

R + G + B =
189 + 175 + 149 = 513 (100%)
R 189 of 513 ~ 36.84%
G 175 of 513 ~ 34.11%
B 149 of 513 ~ 29.04%

%36.84
%34.11
%29.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 21.16%
  • 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
%21.16
%25.88

Codes

Color #BDAF95 in popluar color models

BDAF95
RGB189175149
HSL39°23.26%66.27%
HSB/HSV39°21.16%74.12%
CMYK0.00%7.41%21.16%
25.88%

Color #BDAF95 in popluar number systems.

HEXBDAF95
Decimal189175149
Binary101111011010111110010101
Octal275257225

Shades and tints

Shades of #BDAF95

#BDAF95
(189,175,149)
#ACA088
(172,160,136)
#9B917B
(155,145,123)
#8A826E
(138,130,110)
#797361
(121,115,97)
#686454
(104,100,84)
#575547
(87,85,71)
#46463A
(70,70,58)
#35372D
(53,55,45)
#242820
(36,40,32)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #BDAF95

#BDAF95
(189,175,149)
#C3B69E
(195,182,158)
#C9BDA7
(201,189,167)
#CFC4B0
(207,196,176)
#D5CBB9
(213,203,185)
#DBD2C2
(219,210,194)
#E1D9CB
(225,217,203)
#E7E0D4
(231,224,212)
#EDE7DD
(237,231,221)
#F3EEE6
(243,238,230)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAF95; }

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

This text font color is #BDAF95.


Background Color

.myBgColor { background-color: #BDAF95; }

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

This div background color is #BDAF95.


Border color

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

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

This div border color is #BDAF95.


Opacity

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

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

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

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

This text has shadow with #BDAF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAF95 on black background.


Color preview on white background

This text has color #BDAF95 on white background.



Black color preview on #BDAF95 background

This text has black color on #BDAF95 background.


White color preview on #BDAF95 background

This text has white color on #BDAF95 background.