Shades of Mandy #BB4649
Tints of Mandy #BB4649
RGB
CMYK
RGB Variations
Color information
#BB4649 (or 0xBB4649) is known color: Mandy. HEX triplet: BB, 46 and 49. RGB value is (187,70,73). Sum of RGB (Red+Green+Blue) = 187+70+73=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4649 is #44B9B6. Grayscale: #696969. Windows color (decimal): -4503991 or 4802235. OLE color: 4802235.
HSL color Cylindrical-coordinate representation of color #BB4649: hue angle of 358.46º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4649 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 73 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.27 |
| HSL | 358.46º | 0.46% | 0.5% | - |
| HSV(B) | 358.46º | 0.63% | 0.73% | - |
| XYZ | 23.89 | 15.43 | 8.02 | - |
| YUV | 105.33 | 109.76 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 73 | 0 | 0.63 | 0.61 | 0.27 | 358.46 | 0.46 | 0.5 |
| Hex | BB | 46 | 49 | 0 | 3F | 3D | 1B | 166 | 2E | 32 |
| Octal | 273 | 106 | 111 | 0 | 77 | 75 | 33 | 546 | 56 | 62 |
| Binary | 10111011 | 1000110 | 1001001 | 0 | 111111 | 111101 | 11011 | 101100110 | 101110 | 110010 |
Color Harmonies of #BB4649
Complementary color
Monochromatic Colors of #BB4649
Black with #BB4649
Text Example
Text Example
White with #BB4649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4649; }
p { color: rgb(187,70,73); }
H1.HeaderClassName
{
color: #BB4649;
}
.AnyTagClassName
{
color: #BB4649;
}
</style>
background-color css
<style>
a { background-color: #BB4649; }
a { background-color: rgb(187,70,73); }
div.DivClassName
{
background-color: #BB4649;
}
.BgClassName
{
background-color: #BB4649;
}
</style>
border-color css
<style>
span { border-color: #BB4649; }
span { border-color: rgb(187,70,73); }
td.TdClassName
{
border-color: #BB4649;
}
.TagClassName
{
border-color: #BB4649;
}
</style>