COLOR #BDAF82

HEX: #BDAF82
RGB: (189,175,130)

Color info

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

RGB color model

#BDAF82 color RGB value is (189,175,130).

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

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 130 of 255 = 51%

189
175
130

R + G + B ~ 65%. #BDAF82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 175 + 130 = 494 (100%)
R 189 of 494 ~ 38.26%
G 175 of 494 ~ 35.43%
B 130 of 494 ~ 26.32%

%38.26
%35.43
%26.32

CMYK color model

#BDAF82 color CMYK value is (0,7,31,26).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 31.22%
  • key color value is 25.88%
CMYK:
(0,7,31,26)
C0M7Y31K26 
(0%,7%,31%,26%)
(0.00/0.07/0.31/0.26)	

CMYK percentages

%0
%7.41
%31.22
%25.88

Codes

Color #BDAF82 in popluar color models

BDAF82
RGB189175130
HSL46°30.89%62.55%
HSB/HSV46°31.22%74.12%
CMYK0.00%7.41%31.22%
25.88%

Color #BDAF82 in popluar number systems.

HEXBDAF82
Decimal189175130
Binary101111011010111110000010
Octal275257202

Shades and tints

Shades of #BDAF82

#BDAF82
(189,175,130)
#ACA077
(172,160,119)
#9B916C
(155,145,108)
#8A8261
(138,130,97)
#797356
(121,115,86)
#68644B
(104,100,75)
#575540
(87,85,64)
#464635
(70,70,53)
#35372A
(53,55,42)
#24281F
(36,40,31)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #BDAF82

#BDAF82
(189,175,130)
#C3B68D
(195,182,141)
#C9BD98
(201,189,152)
#CFC4A3
(207,196,163)
#D5CBAE
(213,203,174)
#DBD2B9
(219,210,185)
#E1D9C4
(225,217,196)
#E7E0CF
(231,224,207)
#EDE7DA
(237,231,218)
#F3EEE5
(243,238,229)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAF82; }

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

This text font color is #BDAF82.


Background Color

.myBgColor { background-color: #BDAF82; }

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

This div background color is #BDAF82.


Border color

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

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

This div border color is #BDAF82.


Opacity

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

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

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

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

This text has shadow with #BDAF82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAF82 on black background.


Color preview on white background

This text has color #BDAF82 on white background.



Black color preview on #BDAF82 background

This text has black color on #BDAF82 background.


White color preview on #BDAF82 background

This text has white color on #BDAF82 background.