Shades of Mandy #BB575C
Tints of Mandy #BB575C
RGB
CMYK
RGB Variations
Color information
#BB575C (or 0xBB575C) is known color: Mandy. HEX triplet: BB, 57 and 5C. RGB value is (187,87,92). Sum of RGB (Red+Green+Blue) = 187+87+92=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB575C is #44A8A3. Grayscale: #757575. Windows color (decimal): -4499620 or 6051771. OLE color: 6051771.
HSL color Cylindrical-coordinate representation of color #BB575C: hue angle of 357º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB575C is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 92 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.27 |
| HSL | 357º | 0.42% | 0.54% | - |
| HSV(B) | 357º | 0.53% | 0.73% | - |
| XYZ | 25.83 | 18.15 | 12.27 | - |
| YUV | 117.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 92 | 0 | 0.53 | 0.51 | 0.27 | 357 | 0.42 | 0.54 |
| Hex | BB | 57 | 5C | 0 | 35 | 33 | 1B | 165 | 2A | 36 |
| Octal | 273 | 127 | 134 | 0 | 65 | 63 | 33 | 545 | 52 | 66 |
| Binary | 10111011 | 1010111 | 1011100 | 0 | 110101 | 110011 | 11011 | 101100101 | 101010 | 110110 |
Color Harmonies of #BB575C
Complementary color
Monochromatic Colors of #BB575C
Black with #BB575C
Text Example
Text Example
White with #BB575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB575C; }
p { color: rgb(187,87,92); }
H1.HeaderClassName
{
color: #BB575C;
}
.AnyTagClassName
{
color: #BB575C;
}
</style>
background-color css
<style>
a { background-color: #BB575C; }
a { background-color: rgb(187,87,92); }
div.DivClassName
{
background-color: #BB575C;
}
.BgClassName
{
background-color: #BB575C;
}
</style>
border-color css
<style>
span { border-color: #BB575C; }
span { border-color: rgb(187,87,92); }
td.TdClassName
{
border-color: #BB575C;
}
.TagClassName
{
border-color: #BB575C;
}
</style>