COLOR #B69087

HEX: #B69087 RGB: (182,144,135)

Color info

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

RGB color model

#B69087 color RGB value is (182,144,135).

RGB: (182,144,135) (71%, 56%, 53%)

RGB channels and saturation

R 182 of 255 = 71%
G 144 of 255 = 56%
B 135 of 255 = 53%

182
144
135

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

Portions of RGB colors in percentages

R + G + B = 182 + 144 + 135 = 461 (100%)
R 182 of 461 ~ 39.48%
G 144 of 461 ~ 31.24%
B 135 of 461 ~ 29.28'%

%39.48
%31.24
%29.28

CMYK color model

#B69087 color CMYK value is (0,21,26,29).

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

CMYK: (0,21,26,29)
C0M21Y26K29 (0%, 21%, 26%, 29%)
(0.00 / 0.21 / 0.26 / 0.29)

CMYK percentages

%0
%20.88
%25.82
%28.63

Codes

Color #B69087 in popluar color models

B6 90 87
RGB 182 144 135
HSL 11° 24.35% 62.16%
HSB/HSV 11° 25.82% 71.37%
CMYK 0.00% 20.88% 25.82%
28.63%

Color #B69087 in popluar number systems.

HEX B6 90 87
Decimal 182 144 135
Binary 10110110 10010000 10000111
Octal 266 220 207

Shades and tints

Shades of #B69087

#B69087
(182,144,135)
#A6837B
(166,131,123)
#96766F
(150,118,111)
#866963
(134,105,99)
#765C57
(118,92,87)
#664F4B
(102,79,75)
#56423F
(86,66,63)
#463533
(70,53,51)
#362827
(54,40,39)
#261B1B
(38,27,27)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #B69087

#B69087
(182,144,135)
#BC9A91
(188,154,145)
#C2A49B
(194,164,155)
#C8AEA5
(200,174,165)
#CEB8AF
(206,184,175)
#D4C2B9
(212,194,185)
#DACCC3
(218,204,195)
#E0D6CD
(224,214,205)
#E6E0D7
(230,224,215)
#ECEAE1
(236,234,225)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69087; }

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

This text font color is #B69087.

Background Color

.myBgColor { background-color: #B69087; }

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

This div background color is #B69087.

Border color

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

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

This div border color is #B69087.

Opacity

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

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

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

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

This text has shadow with #B69087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69087.

Preview

Color preview on black background

This text has color #B69087 on black background.


Color preview on white background

This text has color #B69087 on white background.


Black color preview on #B69087 background

This text has black color on #B69087 background.


White color preview on #B69087 background

This text has white color on #B69087 background.


Related colors

Complementary color

Complementary color for #hex is #496F78.


I love getcolorcode.com

Triadic colors

1 #87B690 and #9087B6 with #B69087 are triadic colors.

2 #8790B6 and #90B687 with #B69087 are triadic colors.