Shades of Mandy #BB474C
Tints of Mandy #BB474C
RGB
CMYK
RGB Variations
Color information
#BB474C (or 0xBB474C) is known color: Mandy. HEX triplet: BB, 47 and 4C. RGB value is (187,71,76). Sum of RGB (Red+Green+Blue) = 187+71+76=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB474C is #44B8B3. Grayscale: #6A6A6A. Windows color (decimal): -4503732 or 4999099. OLE color: 4999099.
HSL color Cylindrical-coordinate representation of color #BB474C: hue angle of 357.41º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB474C is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 76 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.27 |
| HSL | 357.41º | 0.46% | 0.51% | - |
| HSV(B) | 357.41º | 0.62% | 0.73% | - |
| XYZ | 24.05 | 15.59 | 8.58 | - |
| YUV | 106.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 76 | 0 | 0.62 | 0.59 | 0.27 | 357.41 | 0.46 | 0.51 |
| Hex | BB | 47 | 4C | 0 | 3E | 3B | 1B | 165 | 2E | 33 |
| Octal | 273 | 107 | 114 | 0 | 76 | 73 | 33 | 545 | 56 | 63 |
| Binary | 10111011 | 1000111 | 1001100 | 0 | 111110 | 111011 | 11011 | 101100101 | 101110 | 110011 |
Color Harmonies of #BB474C
Complementary color
Monochromatic Colors of #BB474C
Black with #BB474C
Text Example
Text Example
White with #BB474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB474C; }
p { color: rgb(187,71,76); }
H1.HeaderClassName
{
color: #BB474C;
}
.AnyTagClassName
{
color: #BB474C;
}
</style>
background-color css
<style>
a { background-color: #BB474C; }
a { background-color: rgb(187,71,76); }
div.DivClassName
{
background-color: #BB474C;
}
.BgClassName
{
background-color: #BB474C;
}
</style>
border-color css
<style>
span { border-color: #BB474C; }
span { border-color: rgb(187,71,76); }
td.TdClassName
{
border-color: #BB474C;
}
.TagClassName
{
border-color: #BB474C;
}
</style>