Shades of Mandy #BB4E53
Tints of Mandy #BB4E53
RGB
CMYK
RGB Variations
Color information
#BB4E53 (or 0xBB4E53) is known color: Mandy. HEX triplet: BB, 4E and 53. RGB value is (187,78,83). Sum of RGB (Red+Green+Blue) = 187+78+83=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E53 is #44B1AC. Grayscale: #6F6F6F. Windows color (decimal): -4501933 or 5459643. OLE color: 5459643.
HSL color Cylindrical-coordinate representation of color #BB4E53: hue angle of 357.25º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4E53 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 83 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.27 |
| HSL | 357.25º | 0.44% | 0.52% | - |
| HSV(B) | 357.25º | 0.58% | 0.73% | - |
| XYZ | 24.78 | 16.64 | 10.09 | - |
| YUV | 111.16 | 112.11 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 83 | 0 | 0.58 | 0.56 | 0.27 | 357.25 | 0.44 | 0.52 |
| Hex | BB | 4E | 53 | 0 | 3A | 38 | 1B | 165 | 2C | 34 |
| Octal | 273 | 116 | 123 | 0 | 72 | 70 | 33 | 545 | 54 | 64 |
| Binary | 10111011 | 1001110 | 1010011 | 0 | 111010 | 111000 | 11011 | 101100101 | 101100 | 110100 |
Color Harmonies of #BB4E53
Complementary color
Monochromatic Colors of #BB4E53
Black with #BB4E53
Text Example
Text Example
White with #BB4E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4E53; }
p { color: rgb(187,78,83); }
H1.HeaderClassName
{
color: #BB4E53;
}
.AnyTagClassName
{
color: #BB4E53;
}
</style>
background-color css
<style>
a { background-color: #BB4E53; }
a { background-color: rgb(187,78,83); }
div.DivClassName
{
background-color: #BB4E53;
}
.BgClassName
{
background-color: #BB4E53;
}
</style>
border-color css
<style>
span { border-color: #BB4E53; }
span { border-color: rgb(187,78,83); }
td.TdClassName
{
border-color: #BB4E53;
}
.TagClassName
{
border-color: #BB4E53;
}
</style>