Shades of Blush #BB5861
Tints of Blush #BB5861
RGB
CMYK
RGB Variations
Color information
#BB5861 (or 0xBB5861) is known color: Blush. HEX triplet: BB, 58 and 61. RGB value is (187,88,97). Sum of RGB (Red+Green+Blue) = 187+88+97=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5861 is #44A79E. Grayscale: #767676. Windows color (decimal): -4499359 or 6379707. OLE color: 6379707.
HSL color Cylindrical-coordinate representation of color #BB5861: hue angle of 354.55º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB5861 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 97 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.27 |
| HSL | 354.55º | 0.42% | 0.54% | - |
| HSV(B) | 354.55º | 0.53% | 0.73% | - |
| XYZ | 26.14 | 18.41 | 13.48 | - |
| YUV | 118.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 97 | 0 | 0.53 | 0.48 | 0.27 | 354.55 | 0.42 | 0.54 |
| Hex | BB | 58 | 61 | 0 | 35 | 30 | 1B | 163 | 2A | 36 |
| Octal | 273 | 130 | 141 | 0 | 65 | 60 | 33 | 543 | 52 | 66 |
| Binary | 10111011 | 1011000 | 1100001 | 0 | 110101 | 110000 | 11011 | 101100011 | 101010 | 110110 |
Color Harmonies of #BB5861
Complementary color
Monochromatic Colors of #BB5861
Black with #BB5861
Text Example
Text Example
White with #BB5861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5861; }
p { color: rgb(187,88,97); }
H1.HeaderClassName
{
color: #BB5861;
}
.AnyTagClassName
{
color: #BB5861;
}
</style>
background-color css
<style>
a { background-color: #BB5861; }
a { background-color: rgb(187,88,97); }
div.DivClassName
{
background-color: #BB5861;
}
.BgClassName
{
background-color: #BB5861;
}
</style>
border-color css
<style>
span { border-color: #BB5861; }
span { border-color: rgb(187,88,97); }
td.TdClassName
{
border-color: #BB5861;
}
.TagClassName
{
border-color: #BB5861;
}
</style>