Shades of Mandy #B9595C
Tints of Mandy #B9595C
RGB
CMYK
RGB Variations
Color information
#B9595C (or 0xB9595C) is known color: Mandy. HEX triplet: B9, 59 and 5C. RGB value is (185,89,92). Sum of RGB (Red+Green+Blue) = 185+89+92=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9595C is #46A6A3. Grayscale: #767676. Windows color (decimal): -4630180 or 6052281. OLE color: 6052281.
HSL color Cylindrical-coordinate representation of color #B9595C: hue angle of 358.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9595C is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 89 | 92 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.27 |
| HSL | 358.13º | 0.41% | 0.54% | - |
| HSV(B) | 358.13º | 0.52% | 0.73% | - |
| XYZ | 25.51 | 18.23 | 12.3 | - |
| YUV | 118.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 92 | 0 | 0.52 | 0.50 | 0.27 | 358.13 | 0.41 | 0.54 |
| Hex | B9 | 59 | 5C | 0 | 34 | 32 | 1B | 166 | 29 | 36 |
| Octal | 271 | 131 | 134 | 0 | 64 | 62 | 33 | 546 | 51 | 66 |
| Binary | 10111001 | 1011001 | 1011100 | 0 | 110100 | 110010 | 11011 | 101100110 | 101001 | 110110 |
Color Harmonies of #B9595C
Complementary color
Monochromatic Colors of #B9595C
Black with #B9595C
Text Example
Text Example
White with #B9595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9595C; }
p { color: rgb(185,89,92); }
H1.HeaderClassName
{
color: #B9595C;
}
.AnyTagClassName
{
color: #B9595C;
}
</style>
background-color css
<style>
a { background-color: #B9595C; }
a { background-color: rgb(185,89,92); }
div.DivClassName
{
background-color: #B9595C;
}
.BgClassName
{
background-color: #B9595C;
}
</style>
border-color css
<style>
span { border-color: #B9595C; }
span { border-color: rgb(185,89,92); }
td.TdClassName
{
border-color: #B9595C;
}
.TagClassName
{
border-color: #B9595C;
}
</style>