COLOR #BD8951

HEX: #BD8951
RGB: (189,137,81)

Color info

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

RGB color model

#BD8951 color RGB value is (189,137,81).

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

RGB channels and saturation

R 189 of 255 = 74%
G 137 of 255 = 54%
B 81 of 255 = 32%

189
137
81

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

Portions of RGB colors in percentages

R + G + B =
189 + 137 + 81 = 407 (100%)
R 189 of 407 ~ 46.44%
G 137 of 407 ~ 33.66%
B 81 of 407 ~ 19.9%

%46.44
%33.66
%19.9

CMYK color model

#BD8951 color CMYK value is (0,28,57,26).

  • cyan value is 0.00%
  • magenta value is 27.51%
  • yellow value is 57.14%
  • key color value is 25.88%
CMYK:
(0,28,57,26)
C0M28Y57K26 
(0%,28%,57%,26%)
(0.00/0.28/0.57/0.26)	

CMYK percentages

%0
%27.51
%57.14
%25.88

Codes

Color #BD8951 in popluar color models

BD8951
RGB18913781
HSL31°45.00%52.94%
HSB/HSV31°57.14%74.12%
CMYK0.00%27.51%57.14%
25.88%

Color #BD8951 in popluar number systems.

HEXBD8951
Decimal18913781
Binary10111101100010011010001
Octal275211121

Shades and tints

Shades of #BD8951

#BD8951
(189,137,81)
#AC7D4A
(172,125,74)
#9B7143
(155,113,67)
#8A653C
(138,101,60)
#795935
(121,89,53)
#684D2E
(104,77,46)
#574127
(87,65,39)
#463520
(70,53,32)
#352919
(53,41,25)
#241D12
(36,29,18)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #BD8951

#BD8951
(189,137,81)
#C39360
(195,147,96)
#C99D6F
(201,157,111)
#CFA77E
(207,167,126)
#D5B18D
(213,177,141)
#DBBB9C
(219,187,156)
#E1C5AB
(225,197,171)
#E7CFBA
(231,207,186)
#EDD9C9
(237,217,201)
#F3E3D8
(243,227,216)
#F9EDE7
(249,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8951; }

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

This text font color is #BD8951.


Background Color

.myBgColor { background-color: #BD8951; }

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

This div background color is #BD8951.


Border color

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

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

This div border color is #BD8951.


Opacity

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

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

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

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

This text has shadow with #BD8951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8951 on black background.


Color preview on white background

This text has color #BD8951 on white background.



Black color preview on #BD8951 background

This text has black color on #BD8951 background.


White color preview on #BD8951 background

This text has white color on #BD8951 background.