COLOR #BD9E5A

HEX: #BD9E5A
RGB: (189,158,90)

Color info

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

RGB color model

#BD9E5A color RGB value is (189,158,90).

  • red value is 189;
  • green value is 158;
  • blue value is 90.
RGB:
(189,158,90)
(74%,62%,35%)

RGB channels and saturation

R 189 of 255 = 74%
G 158 of 255 = 62%
B 90 of 255 = 35%

189
158
90

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

Portions of RGB colors in percentages

R + G + B =
189 + 158 + 90 = 437 (100%)
R 189 of 437 ~ 43.25%
G 158 of 437 ~ 36.16%
B 90 of 437 ~ 20.59%

%43.25
%36.16
%20.59

CMYK color model

#BD9E5A color CMYK value is (0,16,52,26).

  • cyan value is 0.00%
  • magenta value is 16.40%
  • yellow value is 52.38%
  • key color value is 25.88%
CMYK:
(0,16,52,26)
C0M16Y52K26 
(0%,16%,52%,26%)
(0.00/0.16/0.52/0.26)	

CMYK percentages

%0
%16.4
%52.38
%25.88

Codes

Color #BD9E5A in popluar color models

BD9E5A
RGB18915890
HSL41°42.86%54.71%
HSB/HSV41°52.38%74.12%
CMYK0.00%16.40%52.38%
25.88%

Color #BD9E5A in popluar number systems.

HEXBD9E5A
Decimal18915890
Binary10111101100111101011010
Octal275236132

Shades and tints

Shades of #BD9E5A

#BD9E5A
(189,158,90)
#AC9052
(172,144,82)
#9B824A
(155,130,74)
#8A7442
(138,116,66)
#79663A
(121,102,58)
#685832
(104,88,50)
#574A2A
(87,74,42)
#463C22
(70,60,34)
#352E1A
(53,46,26)
#242012
(36,32,18)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #BD9E5A

#BD9E5A
(189,158,90)
#C3A669
(195,166,105)
#C9AE78
(201,174,120)
#CFB687
(207,182,135)
#D5BE96
(213,190,150)
#DBC6A5
(219,198,165)
#E1CEB4
(225,206,180)
#E7D6C3
(231,214,195)
#EDDED2
(237,222,210)
#F3E6E1
(243,230,225)
#F9EEF0
(249,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9E5A color. Also use rgb(189,158,90) instead hex code.

Text Font Color

.myTextColor { color: #BD9E5A; }

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

This text font color is #BD9E5A.


Background Color

.myBgColor { background-color: #BD9E5A; }

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

This div background color is #BD9E5A.


Border color

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

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

This div border color is #BD9E5A.


Opacity

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

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

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

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

This text has shadow with #BD9E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9E5A on black background.


Color preview on white background

This text has color #BD9E5A on white background.



Black color preview on #BD9E5A background

This text has black color on #BD9E5A background.


White color preview on #BD9E5A background

This text has white color on #BD9E5A background.