Shades of Rose Taupe #8B5855
Tints of Rose Taupe #8B5855
RGB
CMYK
RGB Variations
Color information
#8B5855 (or 0x8B5855) is known color: Rose Taupe. HEX triplet: 8B, 58 and 55. RGB value is (139,88,85). Sum of RGB (Red+Green+Blue) = 139+88+85=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5855 is #74A7AA. Grayscale: #666666. Windows color (decimal): -7645099 or 5593227. OLE color: 5593227.
HSL color Cylindrical-coordinate representation of color #8B5855: hue angle of 3.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B5855 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 85 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.45 |
| HSL | 3.33º | 0.24% | 0.44% | - |
| HSV(B) | 3.33º | 0.39% | 0.55% | - |
| XYZ | 15.78 | 13.12 | 10.3 | - |
| YUV | 102.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 85 | 0 | 0.37 | 0.39 | 0.45 | 3.33 | 0.24 | 0.44 |
| Hex | 8B | 58 | 55 | 0 | 25 | 27 | 2D | 3 | 18 | 2C |
| Octal | 213 | 130 | 125 | 0 | 45 | 47 | 55 | 3 | 30 | 54 |
| Binary | 10001011 | 1011000 | 1010101 | 0 | 100101 | 100111 | 101101 | 11 | 11000 | 101100 |
Color Harmonies of #8B5855
Complementary color
Monochromatic Colors of #8B5855
Black with #8B5855
Text Example
Text Example
White with #8B5855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5855; }
p { color: rgb(139,88,85); }
H1.HeaderClassName
{
color: #8B5855;
}
.AnyTagClassName
{
color: #8B5855;
}
</style>
background-color css
<style>
a { background-color: #8B5855; }
a { background-color: rgb(139,88,85); }
div.DivClassName
{
background-color: #8B5855;
}
.BgClassName
{
background-color: #8B5855;
}
</style>
border-color css
<style>
span { border-color: #8B5855; }
span { border-color: rgb(139,88,85); }
td.TdClassName
{
border-color: #8B5855;
}
.TagClassName
{
border-color: #8B5855;
}
</style>