COLOR #BDAD83

HEX: #BDAD83 RGB: (189,173,131)

Color info

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

RGB color model

#BDAD83 color RGB value is (189,173,131).

RGB: (189,173,131) (74%, 68%, 51%)

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 131 of 255 = 51%

189
173
131

R + G + B ~ 64%. #BDAD83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 173 + 131 = 493 (100%)
R 189 of 493 ~ 38.34%
G 173 of 493 ~ 35.09%
B 131 of 493 ~ 26.57'%

%38.34
%35.09
%26.57

CMYK color model

#BDAD83 color CMYK value is (0,8,31,26).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 30.69%
  • key color value is 25.88%
CMYK: (0,8,31,26) C0M8Y31K26 (0%,8%,31%,26%) (0.00/0.08/0.31/0.26) 

CMYK percentages

%0
%8.47
%30.69
%25.88

Codes

Color #BDAD83 in popluar color models

BD AD 83
RGB 189 173 131
HSL 43° 30.53% 62.75%
HSB/HSV 43° 30.69% 74.12%
CMYK 0.00% 8.47% 30.69%
25.88%

Color #BDAD83 in popluar number systems.

HEX BD AD 83
Decimal 189 173 131
Binary 10111101 10101101 10000011
Octal 275 255 203

Shades and tints

Shades of #BDAD83

#BDAD83
(189,173,131)
#AC9E78
(172,158,120)
#9B8F6D
(155,143,109)
#8A8062
(138,128,98)
#797157
(121,113,87)
#68624C
(104,98,76)
#575341
(87,83,65)
#464436
(70,68,54)
#35352B
(53,53,43)
#242620
(36,38,32)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #BDAD83

#BDAD83
(189,173,131)
#C3B48E
(195,180,142)
#C9BB99
(201,187,153)
#CFC2A4
(207,194,164)
#D5C9AF
(213,201,175)
#DBD0BA
(219,208,186)
#E1D7C5
(225,215,197)
#E7DED0
(231,222,208)
#EDE5DB
(237,229,219)
#F3ECE6
(243,236,230)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAD83 color. Also use rgb(189,173,131) instead hex code.

Text Font Color

.myTextColor { color: #BDAD83; }

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

This text font color is #BDAD83.

Background Color

.myBgColor { background-color: #BDAD83; }

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

This div background color is #BDAD83.

Border color

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

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

This div border color is #BDAD83.

Opacity

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

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

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

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

This text has shadow with #BDAD83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAD83.

Preview

Color preview on black background

This text has color #BDAD83 on black background.


Color preview on white background

This text has color #BDAD83 on white background.


Black color preview on #BDAD83 background

This text has black color on #BDAD83 background.


White color preview on #BDAD83 background

This text has white color on #BDAD83 background.


Related colors

Complementary color

Complementary color for #hex is #42527C.


I love getcolorcode.com

Triadic colors

1 #83BDAD and #AD83BD with #BDAD83 are triadic colors.

2 #83ADBD and #ADBD83 with #BDAD83 are triadic colors.