Shades of Mandy #B95558
Tints of Mandy #B95558
RGB
CMYK
RGB Variations
Color information
#B95558 (or 0xB95558) is known color: Mandy. HEX triplet: B9, 55 and 58. RGB value is (185,85,88). Sum of RGB (Red+Green+Blue) = 185+85+88=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B95558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95558 is #46AAA7. Grayscale: #737373. Windows color (decimal): -4631208 or 5789113. OLE color: 5789113.
HSL color Cylindrical-coordinate representation of color #B95558: hue angle of 358.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95558 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 88 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.27 |
| HSL | 358.2º | 0.42% | 0.53% | - |
| HSV(B) | 358.2º | 0.54% | 0.73% | - |
| XYZ | 25.02 | 17.52 | 11.29 | - |
| YUV | 115.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 88 | 0 | 0.54 | 0.52 | 0.27 | 358.2 | 0.42 | 0.53 |
| Hex | B9 | 55 | 58 | 0 | 36 | 34 | 1B | 166 | 2A | 35 |
| Octal | 271 | 125 | 130 | 0 | 66 | 64 | 33 | 546 | 52 | 65 |
| Binary | 10111001 | 1010101 | 1011000 | 0 | 110110 | 110100 | 11011 | 101100110 | 101010 | 110101 |
Color Harmonies of #B95558
Complementary color
Monochromatic Colors of #B95558
Black with #B95558
Text Example
Text Example
White with #B95558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95558; }
p { color: rgb(185,85,88); }
H1.HeaderClassName
{
color: #B95558;
}
.AnyTagClassName
{
color: #B95558;
}
</style>
background-color css
<style>
a { background-color: #B95558; }
a { background-color: rgb(185,85,88); }
div.DivClassName
{
background-color: #B95558;
}
.BgClassName
{
background-color: #B95558;
}
</style>
border-color css
<style>
span { border-color: #B95558; }
span { border-color: rgb(185,85,88); }
td.TdClassName
{
border-color: #B95558;
}
.TagClassName
{
border-color: #B95558;
}
</style>