Shades of Blush #BB4562
Tints of Blush #BB4562
RGB
CMYK
RGB Variations
Color information
#BB4562 (or 0xBB4562) is known color: Blush. HEX triplet: BB, 45 and 62. RGB value is (187,69,98). Sum of RGB (Red+Green+Blue) = 187+69+98=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4562 is #44BA9D. Grayscale: #6B6B6B. Windows color (decimal): -4504222 or 6440379. OLE color: 6440379.
HSL color Cylindrical-coordinate representation of color #BB4562: hue angle of 345.25º 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 #BB4562 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 98 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.27 |
| HSL | 345.25º | 0.46% | 0.5% | - |
| HSV(B) | 345.25º | 0.63% | 0.73% | - |
| XYZ | 24.83 | 15.7 | 13.28 | - |
| YUV | 107.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 98 | 0 | 0.63 | 0.48 | 0.27 | 345.25 | 0.46 | 0.5 |
| Hex | BB | 45 | 62 | 0 | 3F | 30 | 1B | 159 | 2E | 32 |
| Octal | 273 | 105 | 142 | 0 | 77 | 60 | 33 | 531 | 56 | 62 |
| Binary | 10111011 | 1000101 | 1100010 | 0 | 111111 | 110000 | 11011 | 101011001 | 101110 | 110010 |
Color Harmonies of #BB4562
Complementary color
Monochromatic Colors of #BB4562
Black with #BB4562
Text Example
Text Example
White with #BB4562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4562; }
p { color: rgb(187,69,98); }
H1.HeaderClassName
{
color: #BB4562;
}
.AnyTagClassName
{
color: #BB4562;
}
</style>
background-color css
<style>
a { background-color: #BB4562; }
a { background-color: rgb(187,69,98); }
div.DivClassName
{
background-color: #BB4562;
}
.BgClassName
{
background-color: #BB4562;
}
</style>
border-color css
<style>
span { border-color: #BB4562; }
span { border-color: rgb(187,69,98); }
td.TdClassName
{
border-color: #BB4562;
}
.TagClassName
{
border-color: #BB4562;
}
</style>