COLOR #BD876A

HEX: #BD876A RGB: (189,135,106)

Color info

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

RGB color model

#BD876A color RGB value is (189,135,106).

RGB: (189,135,106) (74%, 53%, 42%)

RGB channels and saturation

R 189 of 255 = 74%
G 135 of 255 = 53%
B 106 of 255 = 42%

189
135
106

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

Portions of RGB colors in percentages

R + G + B = 189 + 135 + 106 = 430 (100%)
R 189 of 430 ~ 43.95%
G 135 of 430 ~ 31.4%
B 106 of 430 ~ 24.65'%

%43.95
%31.4
%24.65

CMYK color model

#BD876A color CMYK value is (0,29,44,26).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 43.92%
  • key color value is 25.88%
CMYK: (0,29,44,26) C0M29Y44K26 (0%,29%,44%,26%) (0.00/0.29/0.44/0.26) 

CMYK percentages

%0
%28.57
%43.92
%25.88

Codes

Color #BD876A in popluar color models

BD 87 6A
RGB 189 135 106
HSL 21° 38.60% 57.84%
HSB/HSV 21° 43.92% 74.12%
CMYK 0.00% 28.57% 43.92%
25.88%

Color #BD876A in popluar number systems.

HEX BD 87 6A
Decimal 189 135 106
Binary 10111101 10000111 1101010
Octal 275 207 152

Shades and tints

Shades of #BD876A

#BD876A
(189,135,106)
#AC7B61
(172,123,97)
#9B6F58
(155,111,88)
#8A634F
(138,99,79)
#795746
(121,87,70)
#684B3D
(104,75,61)
#573F34
(87,63,52)
#46332B
(70,51,43)
#352722
(53,39,34)
#241B19
(36,27,25)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #BD876A

#BD876A
(189,135,106)
#C39177
(195,145,119)
#C99B84
(201,155,132)
#CFA591
(207,165,145)
#D5AF9E
(213,175,158)
#DBB9AB
(219,185,171)
#E1C3B8
(225,195,184)
#E7CDC5
(231,205,197)
#EDD7D2
(237,215,210)
#F3E1DF
(243,225,223)
#F9EBEC
(249,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD876A; }

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

This text font color is #BD876A.

Background Color

.myBgColor { background-color: #BD876A; }

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

This div background color is #BD876A.

Border color

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

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

This div border color is #BD876A.

Opacity

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

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

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

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

This text has shadow with #BD876A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD876A.

Preview

Color preview on black background

This text has color #BD876A on black background.


Color preview on white background

This text has color #BD876A on white background.


Black color preview on #BD876A background

This text has black color on #BD876A background.


White color preview on #BD876A background

This text has white color on #BD876A background.


Related colors

Complementary color

Complementary color for #hex is #427895.


I love getcolorcode.com

Triadic colors

1 #6ABD87 and #876ABD with #BD876A are triadic colors.

2 #6A87BD and #87BD6A with #BD876A are triadic colors.