Shades of Mandy #BB5C5E
Tints of Mandy #BB5C5E
RGB
CMYK
RGB Variations
Color information
#BB5C5E (or 0xBB5C5E) is known color: Mandy. HEX triplet: BB, 5C and 5E. RGB value is (187,92,94). Sum of RGB (Red+Green+Blue) = 187+92+94=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5C5E is #44A3A1. Grayscale: #787878. Windows color (decimal): -4498338 or 6184123. OLE color: 6184123.
HSL color Cylindrical-coordinate representation of color #BB5C5E: hue angle of 358.74º 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 #BB5C5E is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 92 | 94 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.27 |
| HSL | 358.74º | 0.41% | 0.55% | - |
| HSV(B) | 358.74º | 0.51% | 0.73% | - |
| XYZ | 26.34 | 19.03 | 12.87 | - |
| YUV | 120.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 94 | 0 | 0.51 | 0.50 | 0.27 | 358.74 | 0.41 | 0.55 |
| Hex | BB | 5C | 5E | 0 | 33 | 32 | 1B | 167 | 29 | 37 |
| Octal | 273 | 134 | 136 | 0 | 63 | 62 | 33 | 547 | 51 | 67 |
| Binary | 10111011 | 1011100 | 1011110 | 0 | 110011 | 110010 | 11011 | 101100111 | 101001 | 110111 |
Color Harmonies of #BB5C5E
Complementary color
Monochromatic Colors of #BB5C5E
Black with #BB5C5E
Text Example
Text Example
White with #BB5C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5C5E; }
p { color: rgb(187,92,94); }
H1.HeaderClassName
{
color: #BB5C5E;
}
.AnyTagClassName
{
color: #BB5C5E;
}
</style>
background-color css
<style>
a { background-color: #BB5C5E; }
a { background-color: rgb(187,92,94); }
div.DivClassName
{
background-color: #BB5C5E;
}
.BgClassName
{
background-color: #BB5C5E;
}
</style>
border-color css
<style>
span { border-color: #BB5C5E; }
span { border-color: rgb(187,92,94); }
td.TdClassName
{
border-color: #BB5C5E;
}
.TagClassName
{
border-color: #BB5C5E;
}
</style>