Shades of Blush #BB5761
Tints of Blush #BB5761
RGB
CMYK
RGB Variations
Color information
#BB5761 (or 0xBB5761) is known color: Blush. HEX triplet: BB, 57 and 61. RGB value is (187,87,97). Sum of RGB (Red+Green+Blue) = 187+87+97=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5761 is #44A89E. Grayscale: #767676. Windows color (decimal): -4499615 or 6379451. OLE color: 6379451.
HSL color Cylindrical-coordinate representation of color #BB5761: hue angle of 354º 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 #BB5761 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 97 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.27 |
| HSL | 354º | 0.42% | 0.54% | - |
| HSV(B) | 354º | 0.53% | 0.73% | - |
| XYZ | 26.06 | 18.24 | 13.46 | - |
| YUV | 118.04 | 116.13 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 97 | 0 | 0.53 | 0.48 | 0.27 | 354 | 0.42 | 0.54 |
| Hex | BB | 57 | 61 | 0 | 35 | 30 | 1B | 162 | 2A | 36 |
| Octal | 273 | 127 | 141 | 0 | 65 | 60 | 33 | 542 | 52 | 66 |
| Binary | 10111011 | 1010111 | 1100001 | 0 | 110101 | 110000 | 11011 | 101100010 | 101010 | 110110 |
Color Harmonies of #BB5761
Complementary color
Monochromatic Colors of #BB5761
Black with #BB5761
Text Example
Text Example
White with #BB5761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5761; }
p { color: rgb(187,87,97); }
H1.HeaderClassName
{
color: #BB5761;
}
.AnyTagClassName
{
color: #BB5761;
}
</style>
background-color css
<style>
a { background-color: #BB5761; }
a { background-color: rgb(187,87,97); }
div.DivClassName
{
background-color: #BB5761;
}
.BgClassName
{
background-color: #BB5761;
}
</style>
border-color css
<style>
span { border-color: #BB5761; }
span { border-color: rgb(187,87,97); }
td.TdClassName
{
border-color: #BB5761;
}
.TagClassName
{
border-color: #BB5761;
}
</style>