Shades of Mandy #BB5B5D
Tints of Mandy #BB5B5D
RGB
CMYK
RGB Variations
Color information
#BB5B5D (or 0xBB5B5D) is known color: Mandy. HEX triplet: BB, 5B and 5D. RGB value is (187,91,93). Sum of RGB (Red+Green+Blue) = 187+91+93=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5B5D is #44A4A2. Grayscale: #787878. Windows color (decimal): -4498595 or 6118331. OLE color: 6118331.
HSL color Cylindrical-coordinate representation of color #BB5B5D: hue angle of 358.75º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5B5D is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 91 | 93 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.27 |
| HSL | 358.75º | 0.41% | 0.55% | - |
| HSV(B) | 358.75º | 0.51% | 0.73% | - |
| XYZ | 26.21 | 18.84 | 12.61 | - |
| YUV | 119.93 | 112.8 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 91 | 93 | 0 | 0.51 | 0.50 | 0.27 | 358.75 | 0.41 | 0.55 |
| Hex | BB | 5B | 5D | 0 | 33 | 32 | 1B | 167 | 29 | 37 |
| Octal | 273 | 133 | 135 | 0 | 63 | 62 | 33 | 547 | 51 | 67 |
| Binary | 10111011 | 1011011 | 1011101 | 0 | 110011 | 110010 | 11011 | 101100111 | 101001 | 110111 |
Color Harmonies of #BB5B5D
Complementary color
Monochromatic Colors of #BB5B5D
Black with #BB5B5D
Text Example
Text Example
White with #BB5B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5B5D; }
p { color: rgb(187,91,93); }
H1.HeaderClassName
{
color: #BB5B5D;
}
.AnyTagClassName
{
color: #BB5B5D;
}
</style>
background-color css
<style>
a { background-color: #BB5B5D; }
a { background-color: rgb(187,91,93); }
div.DivClassName
{
background-color: #BB5B5D;
}
.BgClassName
{
background-color: #BB5B5D;
}
</style>
border-color css
<style>
span { border-color: #BB5B5D; }
span { border-color: rgb(187,91,93); }
td.TdClassName
{
border-color: #BB5B5D;
}
.TagClassName
{
border-color: #BB5B5D;
}
</style>