Shades of Blush #BF5770
Tints of Blush #BF5770
RGB
CMYK
RGB Variations
Color information
#BF5770 (or 0xBF5770) is known color: Blush. HEX triplet: BF, 57 and 70. RGB value is (191,87,112). Sum of RGB (Red+Green+Blue) = 191+87+112=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5770 is #40A88F. Grayscale: #787878. Windows color (decimal): -4237456 or 7362495. OLE color: 7362495.
HSL color Cylindrical-coordinate representation of color #BF5770: hue angle of 345.58º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF5770 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 87 | 112 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.25 |
| HSL | 345.58º | 0.45% | 0.55% | - |
| HSV(B) | 345.58º | 0.54% | 0.75% | - |
| XYZ | 27.82 | 19.06 | 17.54 | - |
| YUV | 120.95 | 122.96 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 112 | 0 | 0.54 | 0.41 | 0.25 | 345.58 | 0.45 | 0.55 |
| Hex | BF | 57 | 70 | 0 | 36 | 29 | 19 | 15A | 2D | 37 |
| Octal | 277 | 127 | 160 | 0 | 66 | 51 | 31 | 532 | 55 | 67 |
| Binary | 10111111 | 1010111 | 1110000 | 0 | 110110 | 101001 | 11001 | 101011010 | 101101 | 110111 |
Color Harmonies of #BF5770
Complementary color
Monochromatic Colors of #BF5770
Black with #BF5770
Text Example
Text Example
White with #BF5770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5770; }
p { color: rgb(191,87,112); }
H1.HeaderClassName
{
color: #BF5770;
}
.AnyTagClassName
{
color: #BF5770;
}
</style>
background-color css
<style>
a { background-color: #BF5770; }
a { background-color: rgb(191,87,112); }
div.DivClassName
{
background-color: #BF5770;
}
.BgClassName
{
background-color: #BF5770;
}
</style>
border-color css
<style>
span { border-color: #BF5770; }
span { border-color: rgb(191,87,112); }
td.TdClassName
{
border-color: #BF5770;
}
.TagClassName
{
border-color: #BF5770;
}
</style>