COLOR #BD9C51

HEX: #BD9C51
RGB: (189,156,81)

Color info

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

RGB color model

#BD9C51 color RGB value is (189,156,81).

  • red value is 189;
  • green value is 156;
  • blue value is 81.
RGB:
(189,156,81)
(74%,61%,32%)

RGB channels and saturation

R 189 of 255 = 74%
G 156 of 255 = 61%
B 81 of 255 = 32%

189
156
81

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

Portions of RGB colors in percentages

R + G + B =
189 + 156 + 81 = 426 (100%)
R 189 of 426 ~ 44.37%
G 156 of 426 ~ 36.62%
B 81 of 426 ~ 19.01%

%44.37
%36.62
%19.01

CMYK color model

#BD9C51 color CMYK value is (0,17,57,26).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 57.14%
  • key color value is 25.88%
CMYK:
(0,17,57,26)
C0M17Y57K26 
(0%,17%,57%,26%)
(0.00/0.17/0.57/0.26)	

CMYK percentages

%0
%17.46
%57.14
%25.88

Codes

Color #BD9C51 in popluar color models

BD9C51
RGB18915681
HSL42°45.00%52.94%
HSB/HSV42°57.14%74.12%
CMYK0.00%17.46%57.14%
25.88%

Color #BD9C51 in popluar number systems.

HEXBD9C51
Decimal18915681
Binary10111101100111001010001
Octal275234121

Shades and tints

Shades of #BD9C51

#BD9C51
(189,156,81)
#AC8E4A
(172,142,74)
#9B8043
(155,128,67)
#8A723C
(138,114,60)
#796435
(121,100,53)
#68562E
(104,86,46)
#574827
(87,72,39)
#463A20
(70,58,32)
#352C19
(53,44,25)
#241E12
(36,30,18)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #BD9C51

#BD9C51
(189,156,81)
#C3A560
(195,165,96)
#C9AE6F
(201,174,111)
#CFB77E
(207,183,126)
#D5C08D
(213,192,141)
#DBC99C
(219,201,156)
#E1D2AB
(225,210,171)
#E7DBBA
(231,219,186)
#EDE4C9
(237,228,201)
#F3EDD8
(243,237,216)
#F9F6E7
(249,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9C51 color. Also use rgb(189,156,81) instead hex code.

Text Font Color

.myTextColor { color: #BD9C51; }

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

This text font color is #BD9C51.


Background Color

.myBgColor { background-color: #BD9C51; }

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

This div background color is #BD9C51.


Border color

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

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

This div border color is #BD9C51.


Opacity

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

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

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

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

This text has shadow with #BD9C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9C51 on black background.


Color preview on white background

This text has color #BD9C51 on white background.



Black color preview on #BD9C51 background

This text has black color on #BD9C51 background.


White color preview on #BD9C51 background

This text has white color on #BD9C51 background.