COLOR #BDAF76

HEX: #BDAF76
RGB: (189,175,118)

Color info

#BDAF76 contains mainly red and green colors. Web safe color of #BDAF76 is #CC9966 (or #C96).

RGB color model

#BDAF76 color RGB value is (189,175,118).

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

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 118 of 255 = 46%

189
175
118

R + G + B ~ 63%. #BDAF76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 175 + 118 = 482 (100%)
R 189 of 482 ~ 39.21%
G 175 of 482 ~ 36.31%
B 118 of 482 ~ 24.48%

%39.21
%36.31
%24.48

CMYK color model

#BDAF76 color CMYK value is (0,7,38,26).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 37.57%
  • key color value is 25.88%
CMYK:
(0,7,38,26)
C0M7Y38K26 
(0%,7%,38%,26%)
(0.00/0.07/0.38/0.26)	

CMYK percentages

%0
%7.41
%37.57
%25.88

Codes

Color #BDAF76 in popluar color models

BDAF76
RGB189175118
HSL48°34.98%60.20%
HSB/HSV48°37.57%74.12%
CMYK0.00%7.41%37.57%
25.88%

Color #BDAF76 in popluar number systems.

HEXBDAF76
Decimal189175118
Binary10111101101011111110110
Octal275257166

Shades and tints

Shades of #BDAF76

#BDAF76
(189,175,118)
#ACA06C
(172,160,108)
#9B9162
(155,145,98)
#8A8258
(138,130,88)
#79734E
(121,115,78)
#686444
(104,100,68)
#57553A
(87,85,58)
#464630
(70,70,48)
#353726
(53,55,38)
#24281C
(36,40,28)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #BDAF76

#BDAF76
(189,175,118)
#C3B682
(195,182,130)
#C9BD8E
(201,189,142)
#CFC49A
(207,196,154)
#D5CBA6
(213,203,166)
#DBD2B2
(219,210,178)
#E1D9BE
(225,217,190)
#E7E0CA
(231,224,202)
#EDE7D6
(237,231,214)
#F3EEE2
(243,238,226)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAF76; }

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

This text font color is #BDAF76.


Background Color

.myBgColor { background-color: #BDAF76; }

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

This div background color is #BDAF76.


Border color

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

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

This div border color is #BDAF76.


Opacity

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

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

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

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

This text has shadow with #BDAF76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAF76 on black background.


Color preview on white background

This text has color #BDAF76 on white background.



Black color preview on #BDAF76 background

This text has black color on #BDAF76 background.


White color preview on #BDAF76 background

This text has white color on #BDAF76 background.