COLOR #B69D87

HEX: #B69D87 RGB: (182,157,135)

Color info

#B69D87 contains red, green and blue colors in about the same proportion. Web safe color of #B69D87 is #CC9999 (or #C99).

RGB color model

#B69D87 color RGB value is (182,157,135).

RGB: (182,157,135) (71%, 62%, 53%)

RGB channels and saturation

R 182 of 255 = 71%
G 157 of 255 = 62%
B 135 of 255 = 53%

182
157
135

R + G + B ~ 62%. #B69D87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 157 + 135 = 474 (100%)
R 182 of 474 ~ 38.4%
G 157 of 474 ~ 33.12%
B 135 of 474 ~ 28.48'%

%38.4
%33.12
%28.48

CMYK color model

#B69D87 color CMYK value is (0,14,26,29).

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 25.82%
  • key color value is 28.63%

CMYK: (0,14,26,29)
C0M14Y26K29 (0%, 14%, 26%, 29%)
(0.00 / 0.14 / 0.26 / 0.29)

CMYK percentages

%0
%13.74
%25.82
%28.63

Codes

Color #B69D87 in popluar color models

B6 9D 87
RGB 182 157 135
HSL 28° 24.35% 62.16%
HSB/HSV 28° 25.82% 71.37%
CMYK 0.00% 13.74% 25.82%
28.63%

Color #B69D87 in popluar number systems.

HEX B6 9D 87
Decimal 182 157 135
Binary 10110110 10011101 10000111
Octal 266 235 207

Shades and tints

Shades of #B69D87

#B69D87
(182,157,135)
#A68F7B
(166,143,123)
#96816F
(150,129,111)
#867363
(134,115,99)
#766557
(118,101,87)
#66574B
(102,87,75)
#56493F
(86,73,63)
#463B33
(70,59,51)
#362D27
(54,45,39)
#261F1B
(38,31,27)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #B69D87

#B69D87
(182,157,135)
#BCA591
(188,165,145)
#C2AD9B
(194,173,155)
#C8B5A5
(200,181,165)
#CEBDAF
(206,189,175)
#D4C5B9
(212,197,185)
#DACDC3
(218,205,195)
#E0D5CD
(224,213,205)
#E6DDD7
(230,221,215)
#ECE5E1
(236,229,225)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69D87 color. Also use rgb(182,157,135) instead hex code.

Text Font Color

.myTextColor { color: #B69D87; }

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

This text font color is #B69D87.

Background Color

.myBgColor { background-color: #B69D87; }

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

This div background color is #B69D87.

Border color

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

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

This div border color is #B69D87.

Opacity

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

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

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

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

This text has shadow with #B69D87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69D87.

Preview

Color preview on black background

This text has color #B69D87 on black background.


Color preview on white background

This text has color #B69D87 on white background.


Black color preview on #B69D87 background

This text has black color on #B69D87 background.


White color preview on #B69D87 background

This text has white color on #B69D87 background.


Related colors

Complementary color

Complementary color for #hex is #496278.


I love getcolorcode.com

Triadic colors

1 #87B69D and #9D87B6 with #B69D87 are triadic colors.

2 #879DB6 and #9DB687 with #B69D87 are triadic colors.