Shades of Mandy #BB5C5D
Tints of Mandy #BB5C5D
RGB
CMYK
RGB Variations
Color information
#BB5C5D (or 0xBB5C5D) is known color: Mandy. HEX triplet: BB, 5C and 5D. RGB value is (187,92,93). Sum of RGB (Red+Green+Blue) = 187+92+93=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5C5D is #44A3A2. Grayscale: #787878. Windows color (decimal): -4498339 or 6118587. OLE color: 6118587.
HSL color Cylindrical-coordinate representation of color #BB5C5D: hue angle of 359.37º 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 #BB5C5D is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 92 | 93 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.27 |
| HSL | 359.37º | 0.41% | 0.55% | - |
| HSV(B) | 359.37º | 0.51% | 0.73% | - |
| XYZ | 26.3 | 19.01 | 12.64 | - |
| YUV | 120.52 | 112.47 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 93 | 0 | 0.51 | 0.50 | 0.27 | 359.37 | 0.41 | 0.55 |
| Hex | BB | 5C | 5D | 0 | 33 | 32 | 1B | 167 | 29 | 37 |
| Octal | 273 | 134 | 135 | 0 | 63 | 62 | 33 | 547 | 51 | 67 |
| Binary | 10111011 | 1011100 | 1011101 | 0 | 110011 | 110010 | 11011 | 101100111 | 101001 | 110111 |
Color Harmonies of #BB5C5D
Complementary color
Monochromatic Colors of #BB5C5D
Black with #BB5C5D
Text Example
Text Example
White with #BB5C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5C5D; }
p { color: rgb(187,92,93); }
H1.HeaderClassName
{
color: #BB5C5D;
}
.AnyTagClassName
{
color: #BB5C5D;
}
</style>
background-color css
<style>
a { background-color: #BB5C5D; }
a { background-color: rgb(187,92,93); }
div.DivClassName
{
background-color: #BB5C5D;
}
.BgClassName
{
background-color: #BB5C5D;
}
</style>
border-color css
<style>
span { border-color: #BB5C5D; }
span { border-color: rgb(187,92,93); }
td.TdClassName
{
border-color: #BB5C5D;
}
.TagClassName
{
border-color: #BB5C5D;
}
</style>