Shades of Mandy #BB585C
Tints of Mandy #BB585C
RGB
CMYK
RGB Variations
Color information
#BB585C (or 0xBB585C) is known color: Mandy. HEX triplet: BB, 58 and 5C. RGB value is (187,88,92). Sum of RGB (Red+Green+Blue) = 187+88+92=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB585C is #44A7A3. Grayscale: #767676. Windows color (decimal): -4499364 or 6052027. OLE color: 6052027.
HSL color Cylindrical-coordinate representation of color #BB585C: hue angle of 357.58º 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 #BB585C is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 92 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.27 |
| HSL | 357.58º | 0.42% | 0.54% | - |
| HSV(B) | 357.58º | 0.53% | 0.73% | - |
| XYZ | 25.92 | 18.32 | 12.29 | - |
| YUV | 118.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 92 | 0 | 0.53 | 0.51 | 0.27 | 357.58 | 0.42 | 0.54 |
| Hex | BB | 58 | 5C | 0 | 35 | 33 | 1B | 166 | 2A | 36 |
| Octal | 273 | 130 | 134 | 0 | 65 | 63 | 33 | 546 | 52 | 66 |
| Binary | 10111011 | 1011000 | 1011100 | 0 | 110101 | 110011 | 11011 | 101100110 | 101010 | 110110 |
Color Harmonies of #BB585C
Complementary color
Monochromatic Colors of #BB585C
Black with #BB585C
Text Example
Text Example
White with #BB585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB585C; }
p { color: rgb(187,88,92); }
H1.HeaderClassName
{
color: #BB585C;
}
.AnyTagClassName
{
color: #BB585C;
}
</style>
background-color css
<style>
a { background-color: #BB585C; }
a { background-color: rgb(187,88,92); }
div.DivClassName
{
background-color: #BB585C;
}
.BgClassName
{
background-color: #BB585C;
}
</style>
border-color css
<style>
span { border-color: #BB585C; }
span { border-color: rgb(187,88,92); }
td.TdClassName
{
border-color: #BB585C;
}
.TagClassName
{
border-color: #BB585C;
}
</style>