Shades of Mandy #BB5255
Tints of Mandy #BB5255
RGB
CMYK
RGB Variations
Color information
#BB5255 (or 0xBB5255) is known color: Mandy. HEX triplet: BB, 52 and 55. RGB value is (187,82,85). Sum of RGB (Red+Green+Blue) = 187+82+85=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5255 is #44ADAA. Grayscale: #717171. Windows color (decimal): -4500907 or 5591739. OLE color: 5591739.
HSL color Cylindrical-coordinate representation of color #BB5255: hue angle of 358.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5255 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 85 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.27 |
| HSL | 358.29º | 0.44% | 0.53% | - |
| HSV(B) | 358.29º | 0.56% | 0.73% | - |
| XYZ | 25.15 | 17.26 | 10.6 | - |
| YUV | 113.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 85 | 0 | 0.56 | 0.55 | 0.27 | 358.29 | 0.44 | 0.53 |
| Hex | BB | 52 | 55 | 0 | 38 | 37 | 1B | 166 | 2C | 35 |
| Octal | 273 | 122 | 125 | 0 | 70 | 67 | 33 | 546 | 54 | 65 |
| Binary | 10111011 | 1010010 | 1010101 | 0 | 111000 | 110111 | 11011 | 101100110 | 101100 | 110101 |
Color Harmonies of #BB5255
Complementary color
Monochromatic Colors of #BB5255
Black with #BB5255
Text Example
Text Example
White with #BB5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5255; }
p { color: rgb(187,82,85); }
H1.HeaderClassName
{
color: #BB5255;
}
.AnyTagClassName
{
color: #BB5255;
}
</style>
background-color css
<style>
a { background-color: #BB5255; }
a { background-color: rgb(187,82,85); }
div.DivClassName
{
background-color: #BB5255;
}
.BgClassName
{
background-color: #BB5255;
}
</style>
border-color css
<style>
span { border-color: #BB5255; }
span { border-color: rgb(187,82,85); }
td.TdClassName
{
border-color: #BB5255;
}
.TagClassName
{
border-color: #BB5255;
}
</style>