Shades of Blush #BB5164
Tints of Blush #BB5164
RGB
CMYK
RGB Variations
Color information
#BB5164 (or 0xBB5164) is known color: Blush. HEX triplet: BB, 51 and 64. RGB value is (187,81,100). Sum of RGB (Red+Green+Blue) = 187+81+100=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5164 is #44AE9B. Grayscale: #727272. Windows color (decimal): -4501148 or 6574523. OLE color: 6574523.
HSL color Cylindrical-coordinate representation of color #BB5164: hue angle of 349.25º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5164 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 100 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.27 |
| HSL | 349.25º | 0.44% | 0.53% | - |
| HSV(B) | 349.25º | 0.57% | 0.73% | - |
| XYZ | 25.74 | 17.37 | 14.05 | - |
| YUV | 114.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 100 | 0 | 0.57 | 0.47 | 0.27 | 349.25 | 0.44 | 0.53 |
| Hex | BB | 51 | 64 | 0 | 39 | 2F | 1B | 15D | 2C | 35 |
| Octal | 273 | 121 | 144 | 0 | 71 | 57 | 33 | 535 | 54 | 65 |
| Binary | 10111011 | 1010001 | 1100100 | 0 | 111001 | 101111 | 11011 | 101011101 | 101100 | 110101 |
Color Harmonies of #BB5164
Complementary color
Monochromatic Colors of #BB5164
Black with #BB5164
Text Example
Text Example
White with #BB5164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5164; }
p { color: rgb(187,81,100); }
H1.HeaderClassName
{
color: #BB5164;
}
.AnyTagClassName
{
color: #BB5164;
}
</style>
background-color css
<style>
a { background-color: #BB5164; }
a { background-color: rgb(187,81,100); }
div.DivClassName
{
background-color: #BB5164;
}
.BgClassName
{
background-color: #BB5164;
}
</style>
border-color css
<style>
span { border-color: #BB5164; }
span { border-color: rgb(187,81,100); }
td.TdClassName
{
border-color: #BB5164;
}
.TagClassName
{
border-color: #BB5164;
}
</style>