Shades of Blush #BB5063
Tints of Blush #BB5063
RGB
CMYK
RGB Variations
Color information
#BB5063 (or 0xBB5063) is known color: Blush. HEX triplet: BB, 50 and 63. RGB value is (187,80,99). Sum of RGB (Red+Green+Blue) = 187+80+99=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5063 is #44AF9C. Grayscale: #727272. Windows color (decimal): -4501405 or 6508731. OLE color: 6508731.
HSL color Cylindrical-coordinate representation of color #BB5063: hue angle of 349.35º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5063 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 99 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.27 |
| HSL | 349.35º | 0.44% | 0.52% | - |
| HSV(B) | 349.35º | 0.57% | 0.73% | - |
| XYZ | 25.61 | 17.2 | 13.77 | - |
| YUV | 114.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 99 | 0 | 0.57 | 0.47 | 0.27 | 349.35 | 0.44 | 0.52 |
| Hex | BB | 50 | 63 | 0 | 39 | 2F | 1B | 15D | 2C | 34 |
| Octal | 273 | 120 | 143 | 0 | 71 | 57 | 33 | 535 | 54 | 64 |
| Binary | 10111011 | 1010000 | 1100011 | 0 | 111001 | 101111 | 11011 | 101011101 | 101100 | 110100 |
Color Harmonies of #BB5063
Complementary color
Monochromatic Colors of #BB5063
Black with #BB5063
Text Example
Text Example
White with #BB5063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5063; }
p { color: rgb(187,80,99); }
H1.HeaderClassName
{
color: #BB5063;
}
.AnyTagClassName
{
color: #BB5063;
}
</style>
background-color css
<style>
a { background-color: #BB5063; }
a { background-color: rgb(187,80,99); }
div.DivClassName
{
background-color: #BB5063;
}
.BgClassName
{
background-color: #BB5063;
}
</style>
border-color css
<style>
span { border-color: #BB5063; }
span { border-color: rgb(187,80,99); }
td.TdClassName
{
border-color: #BB5063;
}
.TagClassName
{
border-color: #BB5063;
}
</style>