Shades of Mandy #BB494D
Tints of Mandy #BB494D
RGB
CMYK
RGB Variations
Color information
#BB494D (or 0xBB494D) is known color: Mandy. HEX triplet: BB, 49 and 4D. RGB value is (187,73,77). Sum of RGB (Red+Green+Blue) = 187+73+77=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB494D is #44B6B2. Grayscale: #6B6B6B. Windows color (decimal): -4503219 or 5065147. OLE color: 5065147.
HSL color Cylindrical-coordinate representation of color #BB494D: hue angle of 357.89º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB494D is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 77 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.27 |
| HSL | 357.89º | 0.46% | 0.51% | - |
| HSV(B) | 357.89º | 0.61% | 0.73% | - |
| XYZ | 24.22 | 15.87 | 8.81 | - |
| YUV | 107.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 77 | 0 | 0.61 | 0.59 | 0.27 | 357.89 | 0.46 | 0.51 |
| Hex | BB | 49 | 4D | 0 | 3D | 3B | 1B | 166 | 2E | 33 |
| Octal | 273 | 111 | 115 | 0 | 75 | 73 | 33 | 546 | 56 | 63 |
| Binary | 10111011 | 1001001 | 1001101 | 0 | 111101 | 111011 | 11011 | 101100110 | 101110 | 110011 |
Color Harmonies of #BB494D
Complementary color
Monochromatic Colors of #BB494D
Black with #BB494D
Text Example
Text Example
White with #BB494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB494D; }
p { color: rgb(187,73,77); }
H1.HeaderClassName
{
color: #BB494D;
}
.AnyTagClassName
{
color: #BB494D;
}
</style>
background-color css
<style>
a { background-color: #BB494D; }
a { background-color: rgb(187,73,77); }
div.DivClassName
{
background-color: #BB494D;
}
.BgClassName
{
background-color: #BB494D;
}
</style>
border-color css
<style>
span { border-color: #BB494D; }
span { border-color: rgb(187,73,77); }
td.TdClassName
{
border-color: #BB494D;
}
.TagClassName
{
border-color: #BB494D;
}
</style>