COLOR #BD893F

HEX: #BD893F
RGB: (189,137,63)

Color info

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

RGB color model

#BD893F color RGB value is (189,137,63).

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

RGB channels and saturation

R 189 of 255 = 74%
G 137 of 255 = 54%
B 63 of 255 = 25%

189
137
63

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

Portions of RGB colors in percentages

R + G + B =
189 + 137 + 63 = 389 (100%)
R 189 of 389 ~ 48.59%
G 137 of 389 ~ 35.22%
B 63 of 389 ~ 16.2%

%48.59
%35.22
%16.2

CMYK color model

#BD893F color CMYK value is (0,28,67,26).

  • cyan value is 0.00%
  • magenta value is 27.51%
  • yellow value is 66.67%
  • key color value is 25.88%
CMYK:
(0,28,67,26)
C0M28Y67K26 
(0%,28%,67%,26%)
(0.00/0.28/0.67/0.26)	

CMYK percentages

%0
%27.51
%66.67
%25.88

Codes

Color #BD893F in popluar color models

BD893F
RGB18913763
HSL35°50.00%49.41%
HSB/HSV35°66.67%74.12%
CMYK0.00%27.51%66.67%
25.88%

Color #BD893F in popluar number systems.

HEXBD893F
Decimal18913763
Binary1011110110001001111111
Octal27521177

Shades and tints

Shades of #BD893F

#BD893F
(189,137,63)
#AC7D3A
(172,125,58)
#9B7135
(155,113,53)
#8A6530
(138,101,48)
#79592B
(121,89,43)
#684D26
(104,77,38)
#574121
(87,65,33)
#46351C
(70,53,28)
#352917
(53,41,23)
#241D12
(36,29,18)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #BD893F

#BD893F
(189,137,63)
#C39350
(195,147,80)
#C99D61
(201,157,97)
#CFA772
(207,167,114)
#D5B183
(213,177,131)
#DBBB94
(219,187,148)
#E1C5A5
(225,197,165)
#E7CFB6
(231,207,182)
#EDD9C7
(237,217,199)
#F3E3D8
(243,227,216)
#F9EDE9
(249,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD893F; }

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

This text font color is #BD893F.


Background Color

.myBgColor { background-color: #BD893F; }

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

This div background color is #BD893F.


Border color

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

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

This div border color is #BD893F.


Opacity

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

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

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

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

This text has shadow with #BD893F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD893F on black background.


Color preview on white background

This text has color #BD893F on white background.



Black color preview on #BD893F background

This text has black color on #BD893F background.


White color preview on #BD893F background

This text has white color on #BD893F background.