Shades of Mandy #BB575B
Tints of Mandy #BB575B
RGB
CMYK
RGB Variations
Color information
#BB575B (or 0xBB575B) is known color: Mandy. HEX triplet: BB, 57 and 5B. RGB value is (187,87,91). Sum of RGB (Red+Green+Blue) = 187+87+91=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB575B is #44A8A4. Grayscale: #757575. Windows color (decimal): -4499621 or 5986235. OLE color: 5986235.
HSL color Cylindrical-coordinate representation of color #BB575B: hue angle of 357.6º 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 #BB575B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 91 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.27 |
| HSL | 357.6º | 0.42% | 0.54% | - |
| HSV(B) | 357.6º | 0.53% | 0.73% | - |
| XYZ | 25.79 | 18.14 | 12.04 | - |
| YUV | 117.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 91 | 0 | 0.53 | 0.51 | 0.27 | 357.6 | 0.42 | 0.54 |
| Hex | BB | 57 | 5B | 0 | 35 | 33 | 1B | 166 | 2A | 36 |
| Octal | 273 | 127 | 133 | 0 | 65 | 63 | 33 | 546 | 52 | 66 |
| Binary | 10111011 | 1010111 | 1011011 | 0 | 110101 | 110011 | 11011 | 101100110 | 101010 | 110110 |
Color Harmonies of #BB575B
Complementary color
Monochromatic Colors of #BB575B
Black with #BB575B
Text Example
Text Example
White with #BB575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB575B; }
p { color: rgb(187,87,91); }
H1.HeaderClassName
{
color: #BB575B;
}
.AnyTagClassName
{
color: #BB575B;
}
</style>
background-color css
<style>
a { background-color: #BB575B; }
a { background-color: rgb(187,87,91); }
div.DivClassName
{
background-color: #BB575B;
}
.BgClassName
{
background-color: #BB575B;
}
</style>
border-color css
<style>
span { border-color: #BB575B; }
span { border-color: rgb(187,87,91); }
td.TdClassName
{
border-color: #BB575B;
}
.TagClassName
{
border-color: #BB575B;
}
</style>