COLOR #BD856B

HEX: #BD856B RGB: (189,133,107)

Color info

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

RGB color model

#BD856B color RGB value is (189,133,107).

RGB: (189,133,107) (74%, 52%, 42%)

RGB channels and saturation

R 189 of 255 = 74%
G 133 of 255 = 52%
B 107 of 255 = 42%

189
133
107

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

Portions of RGB colors in percentages

R + G + B = 189 + 133 + 107 = 429 (100%)
R 189 of 429 ~ 44.06%
G 133 of 429 ~ 31%
B 107 of 429 ~ 24.94'%

%44.06
%31
%24.94

CMYK color model

#BD856B color CMYK value is (0,30,43,26).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 43.39%
  • key color value is 25.88%

CMYK: (0,30,43,26)
C0M30Y43K26 (0%, 30%, 43%, 26%)
(0.00 / 0.30 / 0.43 / 0.26)

CMYK percentages

%0
%29.63
%43.39
%25.88

Codes

Color #BD856B in popluar color models

BD 85 6B
RGB 189 133 107
HSL 19° 38.32% 58.04%
HSB/HSV 19° 43.39% 74.12%
CMYK 0.00% 29.63% 43.39%
25.88%

Color #BD856B in popluar number systems.

HEX BD 85 6B
Decimal 189 133 107
Binary 10111101 10000101 1101011
Octal 275 205 153

Shades and tints

Shades of #BD856B

#BD856B
(189,133,107)
#AC7962
(172,121,98)
#9B6D59
(155,109,89)
#8A6150
(138,97,80)
#795547
(121,85,71)
#68493E
(104,73,62)
#573D35
(87,61,53)
#46312C
(70,49,44)
#352523
(53,37,35)
#24191A
(36,25,26)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #BD856B

#BD856B
(189,133,107)
#C39078
(195,144,120)
#C99B85
(201,155,133)
#CFA692
(207,166,146)
#D5B19F
(213,177,159)
#DBBCAC
(219,188,172)
#E1C7B9
(225,199,185)
#E7D2C6
(231,210,198)
#EDDDD3
(237,221,211)
#F3E8E0
(243,232,224)
#F9F3ED
(249,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD856B color. Also use rgb(189,133,107) instead hex code.

Text Font Color

.myTextColor { color: #BD856B; }

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

This text font color is #BD856B.

Background Color

.myBgColor { background-color: #BD856B; }

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

This div background color is #BD856B.

Border color

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

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

This div border color is #BD856B.

Opacity

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

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

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

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

This text has shadow with #BD856B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD856B.

Preview

Color preview on black background

This text has color #BD856B on black background.


Color preview on white background

This text has color #BD856B on white background.


Black color preview on #BD856B background

This text has black color on #BD856B background.


White color preview on #BD856B background

This text has white color on #BD856B background.


Related colors

Complementary color

Complementary color for #hex is #427A94.


I love getcolorcode.com

Triadic colors

1 #6BBD85 and #856BBD with #BD856B are triadic colors.

2 #6B85BD and #85BD6B with #BD856B are triadic colors.