Shades of Mandy #B85C5D
Tints of Mandy #B85C5D
RGB
CMYK
RGB Variations
Color information
#B85C5D (or 0xB85C5D) is known color: Mandy. HEX triplet: B8, 5C and 5D. RGB value is (184,92,93). Sum of RGB (Red+Green+Blue) = 184+92+93=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85C5D is #47A3A2. Grayscale: #777777. Windows color (decimal): -4694947 or 6118584. OLE color: 6118584.
HSL color Cylindrical-coordinate representation of color #B85C5D: hue angle of 359.35º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85C5D is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 93 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.28 |
| HSL | 359.35º | 0.39% | 0.54% | - |
| HSV(B) | 359.35º | 0.5% | 0.72% | - |
| XYZ | 25.57 | 18.63 | 12.61 | - |
| YUV | 119.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 93 | 0 | 0.50 | 0.49 | 0.28 | 359.35 | 0.39 | 0.54 |
| Hex | B8 | 5C | 5D | 0 | 32 | 31 | 1C | 167 | 27 | 36 |
| Octal | 270 | 134 | 135 | 0 | 62 | 61 | 34 | 547 | 47 | 66 |
| Binary | 10111000 | 1011100 | 1011101 | 0 | 110010 | 110001 | 11100 | 101100111 | 100111 | 110110 |
Color Harmonies of #B85C5D
Complementary color
Monochromatic Colors of #B85C5D
Black with #B85C5D
Text Example
Text Example
White with #B85C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C5D; }
p { color: rgb(184,92,93); }
H1.HeaderClassName
{
color: #B85C5D;
}
.AnyTagClassName
{
color: #B85C5D;
}
</style>
background-color css
<style>
a { background-color: #B85C5D; }
a { background-color: rgb(184,92,93); }
div.DivClassName
{
background-color: #B85C5D;
}
.BgClassName
{
background-color: #B85C5D;
}
</style>
border-color css
<style>
span { border-color: #B85C5D; }
span { border-color: rgb(184,92,93); }
td.TdClassName
{
border-color: #B85C5D;
}
.TagClassName
{
border-color: #B85C5D;
}
</style>