COLOR #BD897E

HEX: #BD897E RGB: (189,137,126)

Color info

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

RGB color model

#BD897E color RGB value is (189,137,126).

RGB: (189,137,126) (74%, 54%, 49%)

RGB channels and saturation

R 189 of 255 = 74%
G 137 of 255 = 54%
B 126 of 255 = 49%

189
137
126

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

Portions of RGB colors in percentages

R + G + B = 189 + 137 + 126 = 452 (100%)
R 189 of 452 ~ 41.81%
G 137 of 452 ~ 30.31%
B 126 of 452 ~ 27.88'%

%41.81
%30.31
%27.88

CMYK color model

#BD897E color CMYK value is (0,28,33,26).

  • cyan value is 0.00%
  • magenta value is 27.51%
  • yellow value is 33.33%
  • key color value is 25.88%
CMYK: (0,28,33,26) C0M28Y33K26 (0%,28%,33%,26%) (0.00/0.28/0.33/0.26) 

CMYK percentages

%0
%27.51
%33.33
%25.88

Codes

Color #BD897E in popluar color models

BD 89 7E
RGB 189 137 126
HSL 10° 32.31% 61.76%
HSB/HSV 10° 33.33% 74.12%
CMYK 0.00% 27.51% 33.33%
25.88%

Color #BD897E in popluar number systems.

HEX BD 89 7E
Decimal 189 137 126
Binary 10111101 10001001 1111110
Octal 275 211 176

Shades and tints

Shades of #BD897E

#BD897E
(189,137,126)
#AC7D73
(172,125,115)
#9B7168
(155,113,104)
#8A655D
(138,101,93)
#795952
(121,89,82)
#684D47
(104,77,71)
#57413C
(87,65,60)
#463531
(70,53,49)
#352926
(53,41,38)
#241D1B
(36,29,27)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #BD897E

#BD897E
(189,137,126)
#C39389
(195,147,137)
#C99D94
(201,157,148)
#CFA79F
(207,167,159)
#D5B1AA
(213,177,170)
#DBBBB5
(219,187,181)
#E1C5C0
(225,197,192)
#E7CFCB
(231,207,203)
#EDD9D6
(237,217,214)
#F3E3E1
(243,227,225)
#F9EDEC
(249,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD897E; }

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

This text font color is #BD897E.

Background Color

.myBgColor { background-color: #BD897E; }

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

This div background color is #BD897E.

Border color

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

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

This div border color is #BD897E.

Opacity

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

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

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

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

This text has shadow with #BD897E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD897E.

Preview

Color preview on black background

This text has color #BD897E on black background.


Color preview on white background

This text has color #BD897E on white background.


Black color preview on #BD897E background

This text has black color on #BD897E background.


White color preview on #BD897E background

This text has white color on #BD897E background.


Related colors

Complementary color

Complementary color for #hex is #427681.


I love getcolorcode.com

Triadic colors

1 #7EBD89 and #897EBD with #BD897E are triadic colors.

2 #7E89BD and #89BD7E with #BD897E are triadic colors.