COLOR #BD8D45

HEX: #BD8D45
RGB: (189,141,69)

Color info

#BD8D45 contains mainly red and green colors. Web safe color of #BD8D45 is #CC9933 (or #C93).

RGB color model

#BD8D45 color RGB value is (189,141,69).

  • red value is 189;
  • green value is 141;
  • blue value is 69.
RGB:
(189,141,69)
(74%,55%,27%)

RGB channels and saturation

R 189 of 255 = 74%
G 141 of 255 = 55%
B 69 of 255 = 27%

189
141
69

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

Portions of RGB colors in percentages

R + G + B =
189 + 141 + 69 = 399 (100%)
R 189 of 399 ~ 47.37%
G 141 of 399 ~ 35.34%
B 69 of 399 ~ 17.29%

%47.37
%35.34
%17.29

CMYK color model

#BD8D45 color CMYK value is (0,25,63,26).

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 63.49%
  • key color value is 25.88%
CMYK:
(0,25,63,26)
C0M25Y63K26 
(0%,25%,63%,26%)
(0.00/0.25/0.63/0.26)	

CMYK percentages

%0
%25.4
%63.49
%25.88

Codes

Color #BD8D45 in popluar color models

BD8D45
RGB18914169
HSL36°47.62%50.59%
HSB/HSV36°63.49%74.12%
CMYK0.00%25.40%63.49%
25.88%

Color #BD8D45 in popluar number systems.

HEXBD8D45
Decimal18914169
Binary10111101100011011000101
Octal275215105

Shades and tints

Shades of #BD8D45

#BD8D45
(189,141,69)
#AC813F
(172,129,63)
#9B7539
(155,117,57)
#8A6933
(138,105,51)
#795D2D
(121,93,45)
#685127
(104,81,39)
#574521
(87,69,33)
#46391B
(70,57,27)
#352D15
(53,45,21)
#24210F
(36,33,15)
#131509
(19,21,9)
#000000
(0,0,0)

Tints of #BD8D45

#BD8D45
(189,141,69)
#C39755
(195,151,85)
#C9A165
(201,161,101)
#CFAB75
(207,171,117)
#D5B585
(213,181,133)
#DBBF95
(219,191,149)
#E1C9A5
(225,201,165)
#E7D3B5
(231,211,181)
#EDDDC5
(237,221,197)
#F3E7D5
(243,231,213)
#F9F1E5
(249,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8D45 color. Also use rgb(189,141,69) instead hex code.

Text Font Color

.myTextColor { color: #BD8D45; }

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

This text font color is #BD8D45.


Background Color

.myBgColor { background-color: #BD8D45; }

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

This div background color is #BD8D45.


Border color

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

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

This div border color is #BD8D45.


Opacity

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

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

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

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

This text has shadow with #BD8D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8D45 on black background.


Color preview on white background

This text has color #BD8D45 on white background.



Black color preview on #BD8D45 background

This text has black color on #BD8D45 background.


White color preview on #BD8D45 background

This text has white color on #BD8D45 background.