Shades of Mandy #BB5356
Tints of Mandy #BB5356
RGB
CMYK
RGB Variations
Color information
#BB5356 (or 0xBB5356) is known color: Mandy. HEX triplet: BB, 53 and 56. RGB value is (187,83,86). Sum of RGB (Red+Green+Blue) = 187+83+86=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5356 is #44ACA9. Grayscale: #727272. Windows color (decimal): -4500650 or 5657531. OLE color: 5657531.
HSL color Cylindrical-coordinate representation of color #BB5356: hue angle of 358.27º degrees, saturation: 0.43, 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 #BB5356 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 86 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.27 |
| HSL | 358.27º | 0.43% | 0.53% | - |
| HSV(B) | 358.27º | 0.56% | 0.73% | - |
| XYZ | 25.27 | 17.42 | 10.84 | - |
| YUV | 114.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 86 | 0 | 0.56 | 0.54 | 0.27 | 358.27 | 0.43 | 0.53 |
| Hex | BB | 53 | 56 | 0 | 38 | 36 | 1B | 166 | 2B | 35 |
| Octal | 273 | 123 | 126 | 0 | 70 | 66 | 33 | 546 | 53 | 65 |
| Binary | 10111011 | 1010011 | 1010110 | 0 | 111000 | 110110 | 11011 | 101100110 | 101011 | 110101 |
Color Harmonies of #BB5356
Complementary color
Monochromatic Colors of #BB5356
Black with #BB5356
Text Example
Text Example
White with #BB5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5356; }
p { color: rgb(187,83,86); }
H1.HeaderClassName
{
color: #BB5356;
}
.AnyTagClassName
{
color: #BB5356;
}
</style>
background-color css
<style>
a { background-color: #BB5356; }
a { background-color: rgb(187,83,86); }
div.DivClassName
{
background-color: #BB5356;
}
.BgClassName
{
background-color: #BB5356;
}
</style>
border-color css
<style>
span { border-color: #BB5356; }
span { border-color: rgb(187,83,86); }
td.TdClassName
{
border-color: #BB5356;
}
.TagClassName
{
border-color: #BB5356;
}
</style>