COLOR #BD896F

HEX: #BD896F
RGB: (189,137,111)

Color info

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

RGB color model

#BD896F color RGB value is (189,137,111).

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

RGB channels and saturation

R 189 of 255 = 74%
G 137 of 255 = 54%
B 111 of 255 = 44%

189
137
111

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

Portions of RGB colors in percentages

R + G + B =
189 + 137 + 111 = 437 (100%)
R 189 of 437 ~ 43.25%
G 137 of 437 ~ 31.35%
B 111 of 437 ~ 25.4%

%43.25
%31.35
%25.4

CMYK color model

#BD896F color CMYK value is (0,28,41,26).

  • cyan value is 0.00%
  • magenta value is 27.51%
  • yellow value is 41.27%
  • key color value is 25.88%
CMYK:
(0,28,41,26)
C0M28Y41K26 
(0%,28%,41%,26%)
(0.00/0.28/0.41/0.26)	

CMYK percentages

%0
%27.51
%41.27
%25.88

Codes

Color #BD896F in popluar color models

BD896F
RGB189137111
HSL20°37.14%58.82%
HSB/HSV20°41.27%74.12%
CMYK0.00%27.51%41.27%
25.88%

Color #BD896F in popluar number systems.

HEXBD896F
Decimal189137111
Binary10111101100010011101111
Octal275211157

Shades and tints

Shades of #BD896F

#BD896F
(189,137,111)
#AC7D65
(172,125,101)
#9B715B
(155,113,91)
#8A6551
(138,101,81)
#795947
(121,89,71)
#684D3D
(104,77,61)
#574133
(87,65,51)
#463529
(70,53,41)
#35291F
(53,41,31)
#241D15
(36,29,21)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #BD896F

#BD896F
(189,137,111)
#C3937C
(195,147,124)
#C99D89
(201,157,137)
#CFA796
(207,167,150)
#D5B1A3
(213,177,163)
#DBBBB0
(219,187,176)
#E1C5BD
(225,197,189)
#E7CFCA
(231,207,202)
#EDD9D7
(237,217,215)
#F3E3E4
(243,227,228)
#F9EDF1
(249,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD896F; }

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

This text font color is #BD896F.


Background Color

.myBgColor { background-color: #BD896F; }

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

This div background color is #BD896F.


Border color

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

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

This div border color is #BD896F.


Opacity

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

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

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

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

This text has shadow with #BD896F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD896F on black background.


Color preview on white background

This text has color #BD896F on white background.



Black color preview on #BD896F background

This text has black color on #BD896F background.


White color preview on #BD896F background

This text has white color on #BD896F background.