COLOR #BDA59A

HEX: #BDA59A RGB: (189,165,154)

Color info

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

RGB color model

#BDA59A color RGB value is (189,165,154).

RGB: (189,165,154) (74%, 65%, 60%)

RGB channels and saturation

R 189 of 255 = 74%
G 165 of 255 = 65%
B 154 of 255 = 60%

189
165
154

R + G + B ~ 66%. #BDA59A is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 165 + 154 = 508 (100%)
R 189 of 508 ~ 37.2%
G 165 of 508 ~ 32.48%
B 154 of 508 ~ 30.31'%

%37.2
%32.48
%30.31

CMYK color model

#BDA59A color CMYK value is (0,13,19,26).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 18.52%
  • key color value is 25.88%

CMYK: (0,13,19,26)
C0M13Y19K26 (0%, 13%, 19%, 26%)
(0.00 / 0.13 / 0.19 / 0.26)

CMYK percentages

%0
%12.7
%18.52
%25.88

Codes

Color #BDA59A in popluar color models

BD A5 9A
RGB 189 165 154
HSL 19° 20.96% 67.25%
HSB/HSV 19° 18.52% 74.12%
CMYK 0.00% 12.70% 18.52%
25.88%

Color #BDA59A in popluar number systems.

HEX BD A5 9A
Decimal 189 165 154
Binary 10111101 10100101 10011010
Octal 275 245 232

Shades and tints

Shades of #BDA59A

#BDA59A
(189,165,154)
#AC968C
(172,150,140)
#9B877E
(155,135,126)
#8A7870
(138,120,112)
#796962
(121,105,98)
#685A54
(104,90,84)
#574B46
(87,75,70)
#463C38
(70,60,56)
#352D2A
(53,45,42)
#241E1C
(36,30,28)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #BDA59A

#BDA59A
(189,165,154)
#C3ADA3
(195,173,163)
#C9B5AC
(201,181,172)
#CFBDB5
(207,189,181)
#D5C5BE
(213,197,190)
#DBCDC7
(219,205,199)
#E1D5D0
(225,213,208)
#E7DDD9
(231,221,217)
#EDE5E2
(237,229,226)
#F3EDEB
(243,237,235)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA59A color. Also use rgb(189,165,154) instead hex code.

Text Font Color

.myTextColor { color: #BDA59A; }

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

This text font color is #BDA59A.

Background Color

.myBgColor { background-color: #BDA59A; }

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

This div background color is #BDA59A.

Border color

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

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

This div border color is #BDA59A.

Opacity

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

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

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

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

This text has shadow with #BDA59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA59A.

Preview

Color preview on black background

This text has color #BDA59A on black background.


Color preview on white background

This text has color #BDA59A on white background.


Black color preview on #BDA59A background

This text has black color on #BDA59A background.


White color preview on #BDA59A background

This text has white color on #BDA59A background.


Related colors

Complementary color

Complementary color for #hex is #425A65.


I love getcolorcode.com

Triadic colors

1 #9ABDA5 and #A59ABD with #BDA59A are triadic colors.

2 #9AA5BD and #A5BD9A with #BDA59A are triadic colors.