COLOR #BD9A7B

HEX: #BD9A7B
RGB: (189,154,123)

Color info

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

RGB color model

#BD9A7B color RGB value is (189,154,123).

  • red value is 189;
  • green value is 154;
  • blue value is 123.
RGB:
(189,154,123)
(74%,60%,48%)

RGB channels and saturation

R 189 of 255 = 74%
G 154 of 255 = 60%
B 123 of 255 = 48%

189
154
123

R + G + B ~ 61%. #BD9A7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 154 + 123 = 466 (100%)
R 189 of 466 ~ 40.56%
G 154 of 466 ~ 33.05%
B 123 of 466 ~ 26.39%

%40.56
%33.05
%26.39

CMYK color model

#BD9A7B color CMYK value is (0,19,35,26).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 34.92%
  • key color value is 25.88%
CMYK:
(0,19,35,26)
C0M19Y35K26 
(0%,19%,35%,26%)
(0.00/0.19/0.35/0.26)	

CMYK percentages

%0
%18.52
%34.92
%25.88

Codes

Color #BD9A7B in popluar color models

BD9A7B
RGB189154123
HSL28°33.33%61.18%
HSB/HSV28°34.92%74.12%
CMYK0.00%18.52%34.92%
25.88%

Color #BD9A7B in popluar number systems.

HEXBD9A7B
Decimal189154123
Binary10111101100110101111011
Octal275232173

Shades and tints

Shades of #BD9A7B

#BD9A7B
(189,154,123)
#AC8C70
(172,140,112)
#9B7E65
(155,126,101)
#8A705A
(138,112,90)
#79624F
(121,98,79)
#685444
(104,84,68)
#574639
(87,70,57)
#46382E
(70,56,46)
#352A23
(53,42,35)
#241C18
(36,28,24)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #BD9A7B

#BD9A7B
(189,154,123)
#C3A387
(195,163,135)
#C9AC93
(201,172,147)
#CFB59F
(207,181,159)
#D5BEAB
(213,190,171)
#DBC7B7
(219,199,183)
#E1D0C3
(225,208,195)
#E7D9CF
(231,217,207)
#EDE2DB
(237,226,219)
#F3EBE7
(243,235,231)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9A7B; }

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

This text font color is #BD9A7B.


Background Color

.myBgColor { background-color: #BD9A7B; }

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

This div background color is #BD9A7B.


Border color

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

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

This div border color is #BD9A7B.


Opacity

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

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

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

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

This text has shadow with #BD9A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9A7B on black background.


Color preview on white background

This text has color #BD9A7B on white background.



Black color preview on #BD9A7B background

This text has black color on #BD9A7B background.


White color preview on #BD9A7B background

This text has white color on #BD9A7B background.