COLOR #BD9A50

HEX: #BD9A50
RGB: (189,154,80)

Color info

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

RGB color model

#BD9A50 color RGB value is (189,154,80).

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

RGB channels and saturation

R 189 of 255 = 74%
G 154 of 255 = 60%
B 80 of 255 = 31%

189
154
80

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

Portions of RGB colors in percentages

R + G + B =
189 + 154 + 80 = 423 (100%)
R 189 of 423 ~ 44.68%
G 154 of 423 ~ 36.41%
B 80 of 423 ~ 18.91%

%44.68
%36.41
%18.91

CMYK color model

#BD9A50 color CMYK value is (0,19,58,26).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 57.67%
  • key color value is 25.88%
CMYK:
(0,19,58,26)
C0M19Y58K26 
(0%,19%,58%,26%)
(0.00/0.19/0.58/0.26)	

CMYK percentages

%0
%18.52
%57.67
%25.88

Codes

Color #BD9A50 in popluar color models

BD9A50
RGB18915480
HSL41°45.23%52.75%
HSB/HSV41°57.67%74.12%
CMYK0.00%18.52%57.67%
25.88%

Color #BD9A50 in popluar number systems.

HEXBD9A50
Decimal18915480
Binary10111101100110101010000
Octal275232120

Shades and tints

Shades of #BD9A50

#BD9A50
(189,154,80)
#AC8C49
(172,140,73)
#9B7E42
(155,126,66)
#8A703B
(138,112,59)
#796234
(121,98,52)
#68542D
(104,84,45)
#574626
(87,70,38)
#46381F
(70,56,31)
#352A18
(53,42,24)
#241C11
(36,28,17)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #BD9A50

#BD9A50
(189,154,80)
#C3A35F
(195,163,95)
#C9AC6E
(201,172,110)
#CFB57D
(207,181,125)
#D5BE8C
(213,190,140)
#DBC79B
(219,199,155)
#E1D0AA
(225,208,170)
#E7D9B9
(231,217,185)
#EDE2C8
(237,226,200)
#F3EBD7
(243,235,215)
#F9F4E6
(249,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9A50; }

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

This text font color is #BD9A50.


Background Color

.myBgColor { background-color: #BD9A50; }

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

This div background color is #BD9A50.


Border color

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

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

This div border color is #BD9A50.


Opacity

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

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

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

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

This text has shadow with #BD9A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9A50 on black background.


Color preview on white background

This text has color #BD9A50 on white background.



Black color preview on #BD9A50 background

This text has black color on #BD9A50 background.


White color preview on #BD9A50 background

This text has white color on #BD9A50 background.