Shades of Rose Taupe #8B5C58
Tints of Rose Taupe #8B5C58
RGB
CMYK
RGB Variations
Color information
#8B5C58 (or 0x8B5C58) is known color: Rose Taupe. HEX triplet: 8B, 5C and 58. RGB value is (139,92,88). Sum of RGB (Red+Green+Blue) = 139+92+88=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C58 is #74A3A7. Grayscale: #696969. Windows color (decimal): -7644072 or 5790859. OLE color: 5790859.
HSL color Cylindrical-coordinate representation of color #8B5C58: hue angle of 4.71º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B5C58 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 92 | 88 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.45 |
| HSL | 4.71º | 0.22% | 0.45% | - |
| HSV(B) | 4.71º | 0.37% | 0.55% | - |
| XYZ | 16.24 | 13.85 | 11.05 | - |
| YUV | 105.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 92 | 88 | 0 | 0.34 | 0.37 | 0.45 | 4.71 | 0.22 | 0.45 |
| Hex | 8B | 5C | 58 | 0 | 22 | 25 | 2D | 5 | 16 | 2D |
| Octal | 213 | 134 | 130 | 0 | 42 | 45 | 55 | 5 | 26 | 55 |
| Binary | 10001011 | 1011100 | 1011000 | 0 | 100010 | 100101 | 101101 | 101 | 10110 | 101101 |
Color Harmonies of #8B5C58
Complementary color
Monochromatic Colors of #8B5C58
Black with #8B5C58
Text Example
Text Example
White with #8B5C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5C58; }
p { color: rgb(139,92,88); }
H1.HeaderClassName
{
color: #8B5C58;
}
.AnyTagClassName
{
color: #8B5C58;
}
</style>
background-color css
<style>
a { background-color: #8B5C58; }
a { background-color: rgb(139,92,88); }
div.DivClassName
{
background-color: #8B5C58;
}
.BgClassName
{
background-color: #8B5C58;
}
</style>
border-color css
<style>
span { border-color: #8B5C58; }
span { border-color: rgb(139,92,88); }
td.TdClassName
{
border-color: #8B5C58;
}
.TagClassName
{
border-color: #8B5C58;
}
</style>