Shades of Mandy #BB595D
Tints of Mandy #BB595D
RGB
CMYK
RGB Variations
Color information
#BB595D (or 0xBB595D) is known color: Mandy. HEX triplet: BB, 59 and 5D. RGB value is (187,89,93). Sum of RGB (Red+Green+Blue) = 187+89+93=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB595D is #44A6A2. Grayscale: #767676. Windows color (decimal): -4499107 or 6117819. OLE color: 6117819.
HSL color Cylindrical-coordinate representation of color #BB595D: hue angle of 357.55º degrees, saturation: 0.42, 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 #BB595D is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 93 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.27 |
| HSL | 357.55º | 0.42% | 0.54% | - |
| HSV(B) | 357.55º | 0.52% | 0.73% | - |
| XYZ | 26.04 | 18.5 | 12.55 | - |
| YUV | 118.76 | 113.47 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 93 | 0 | 0.52 | 0.50 | 0.27 | 357.55 | 0.42 | 0.54 |
| Hex | BB | 59 | 5D | 0 | 34 | 32 | 1B | 166 | 2A | 36 |
| Octal | 273 | 131 | 135 | 0 | 64 | 62 | 33 | 546 | 52 | 66 |
| Binary | 10111011 | 1011001 | 1011101 | 0 | 110100 | 110010 | 11011 | 101100110 | 101010 | 110110 |
Color Harmonies of #BB595D
Complementary color
Monochromatic Colors of #BB595D
Black with #BB595D
Text Example
Text Example
White with #BB595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB595D; }
p { color: rgb(187,89,93); }
H1.HeaderClassName
{
color: #BB595D;
}
.AnyTagClassName
{
color: #BB595D;
}
</style>
background-color css
<style>
a { background-color: #BB595D; }
a { background-color: rgb(187,89,93); }
div.DivClassName
{
background-color: #BB595D;
}
.BgClassName
{
background-color: #BB595D;
}
</style>
border-color css
<style>
span { border-color: #BB595D; }
span { border-color: rgb(187,89,93); }
td.TdClassName
{
border-color: #BB595D;
}
.TagClassName
{
border-color: #BB595D;
}
</style>