COLOR #BD877B

HEX: #BD877B RGB: (189,135,123)

Color info

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

RGB color model

#BD877B color RGB value is (189,135,123).

RGB: (189,135,123) (74%, 53%, 48%)

RGB channels and saturation

R 189 of 255 = 74%
G 135 of 255 = 53%
B 123 of 255 = 48%

189
135
123

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

Portions of RGB colors in percentages

R + G + B = 189 + 135 + 123 = 447 (100%)
R 189 of 447 ~ 42.28%
G 135 of 447 ~ 30.2%
B 123 of 447 ~ 27.52'%

%42.28
%30.2
%27.52

CMYK color model

#BD877B color CMYK value is (0,29,35,26).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 34.92%
  • key color value is 25.88%
CMYK: (0,29,35,26) C0M29Y35K26 (0%,29%,35%,26%) (0.00/0.29/0.35/0.26) 

CMYK percentages

%0
%28.57
%34.92
%25.88

Codes

Color #BD877B in popluar color models

BD 87 7B
RGB 189 135 123
HSL 11° 33.33% 61.18%
HSB/HSV 11° 34.92% 74.12%
CMYK 0.00% 28.57% 34.92%
25.88%

Color #BD877B in popluar number systems.

HEX BD 87 7B
Decimal 189 135 123
Binary 10111101 10000111 1111011
Octal 275 207 173

Shades and tints

Shades of #BD877B

#BD877B
(189,135,123)
#AC7B70
(172,123,112)
#9B6F65
(155,111,101)
#8A635A
(138,99,90)
#79574F
(121,87,79)
#684B44
(104,75,68)
#573F39
(87,63,57)
#46332E
(70,51,46)
#352723
(53,39,35)
#241B18
(36,27,24)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #BD877B

#BD877B
(189,135,123)
#C39187
(195,145,135)
#C99B93
(201,155,147)
#CFA59F
(207,165,159)
#D5AFAB
(213,175,171)
#DBB9B7
(219,185,183)
#E1C3C3
(225,195,195)
#E7CDCF
(231,205,207)
#EDD7DB
(237,215,219)
#F3E1E7
(243,225,231)
#F9EBF3
(249,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD877B color. Also use rgb(189,135,123) instead hex code.

Text Font Color

.myTextColor { color: #BD877B; }

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

This text font color is #BD877B.

Background Color

.myBgColor { background-color: #BD877B; }

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

This div background color is #BD877B.

Border color

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

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

This div border color is #BD877B.

Opacity

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

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

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

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

This text has shadow with #BD877B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD877B.

Preview

Color preview on black background

This text has color #BD877B on black background.


Color preview on white background

This text has color #BD877B on white background.


Black color preview on #BD877B background

This text has black color on #BD877B background.


White color preview on #BD877B background

This text has white color on #BD877B background.


Related colors

Complementary color

Complementary color for #hex is #427884.


I love getcolorcode.com

Triadic colors

1 #7BBD87 and #877BBD with #BD877B are triadic colors.

2 #7B87BD and #87BD7B with #BD877B are triadic colors.