COLOR #BD9A70

HEX: #BD9A70 RGB: (189,154,112)

Color info

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

RGB color model

#BD9A70 color RGB value is (189,154,112).

RGB: (189,154,112) (74%, 60%, 44%)

RGB channels and saturation

R 189 of 255 = 74%
G 154 of 255 = 60%
B 112 of 255 = 44%

189
154
112

R + G + B ~ 59%. #BD9A70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 189 + 154 + 112 = 455 (100%)
R 189 of 455 ~ 41.54%
G 154 of 455 ~ 33.85%
B 112 of 455 ~ 24.62'%

%41.54
%33.85
%24.62

CMYK color model

#BD9A70 color CMYK value is (0,19,41,26).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 40.74%
  • key color value is 25.88%
CMYK: (0,19,41,26) C0M19Y41K26 (0%,19%,41%,26%) (0.00/0.19/0.41/0.26) 

CMYK percentages

%0
%18.52
%40.74
%25.88

Codes

Color #BD9A70 in popluar color models

BD 9A 70
RGB 189 154 112
HSL 33° 36.84% 59.02%
HSB/HSV 33° 40.74% 74.12%
CMYK 0.00% 18.52% 40.74%
25.88%

Color #BD9A70 in popluar number systems.

HEX BD 9A 70
Decimal 189 154 112
Binary 10111101 10011010 1110000
Octal 275 232 160

Shades and tints

Shades of #BD9A70

#BD9A70
(189,154,112)
#AC8C66
(172,140,102)
#9B7E5C
(155,126,92)
#8A7052
(138,112,82)
#796248
(121,98,72)
#68543E
(104,84,62)
#574634
(87,70,52)
#46382A
(70,56,42)
#352A20
(53,42,32)
#241C16
(36,28,22)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #BD9A70

#BD9A70
(189,154,112)
#C3A37D
(195,163,125)
#C9AC8A
(201,172,138)
#CFB597
(207,181,151)
#D5BEA4
(213,190,164)
#DBC7B1
(219,199,177)
#E1D0BE
(225,208,190)
#E7D9CB
(231,217,203)
#EDE2D8
(237,226,216)
#F3EBE5
(243,235,229)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9A70; }

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

This text font color is #BD9A70.

Background Color

.myBgColor { background-color: #BD9A70; }

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

This div background color is #BD9A70.

Border color

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

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

This div border color is #BD9A70.

Opacity

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

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

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

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

This text has shadow with #BD9A70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9A70.

Preview

Color preview on black background

This text has color #BD9A70 on black background.


Color preview on white background

This text has color #BD9A70 on white background.


Black color preview on #BD9A70 background

This text has black color on #BD9A70 background.


White color preview on #BD9A70 background

This text has white color on #BD9A70 background.


Related colors

Complementary color

Complementary color for #hex is #42658F.


I love getcolorcode.com

Triadic colors

1 #70BD9A and #9A70BD with #BD9A70 are triadic colors.

2 #709ABD and #9ABD70 with #BD9A70 are triadic colors.