Shades of Blush #BF5870
Tints of Blush #BF5870
RGB
CMYK
RGB Variations
Color information
#BF5870 (or 0xBF5870) is known color: Blush. HEX triplet: BF, 58 and 70. RGB value is (191,88,112). Sum of RGB (Red+Green+Blue) = 191+88+112=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5870 is #40A78F. Grayscale: #797979. Windows color (decimal): -4237200 or 7362751. OLE color: 7362751.
HSL color Cylindrical-coordinate representation of color #BF5870: hue angle of 346.02º 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 #BF5870 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 88 | 112 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.25 |
| HSL | 346.02º | 0.45% | 0.55% | - |
| HSV(B) | 346.02º | 0.54% | 0.75% | - |
| XYZ | 27.9 | 19.23 | 17.57 | - |
| YUV | 121.53 | 122.62 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 112 | 0 | 0.54 | 0.41 | 0.25 | 346.02 | 0.45 | 0.55 |
| Hex | BF | 58 | 70 | 0 | 36 | 29 | 19 | 15A | 2D | 37 |
| Octal | 277 | 130 | 160 | 0 | 66 | 51 | 31 | 532 | 55 | 67 |
| Binary | 10111111 | 1011000 | 1110000 | 0 | 110110 | 101001 | 11001 | 101011010 | 101101 | 110111 |
Color Harmonies of #BF5870
Complementary color
Monochromatic Colors of #BF5870
Black with #BF5870
Text Example
Text Example
White with #BF5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5870; }
p { color: rgb(191,88,112); }
H1.HeaderClassName
{
color: #BF5870;
}
.AnyTagClassName
{
color: #BF5870;
}
</style>
background-color css
<style>
a { background-color: #BF5870; }
a { background-color: rgb(191,88,112); }
div.DivClassName
{
background-color: #BF5870;
}
.BgClassName
{
background-color: #BF5870;
}
</style>
border-color css
<style>
span { border-color: #BF5870; }
span { border-color: rgb(191,88,112); }
td.TdClassName
{
border-color: #BF5870;
}
.TagClassName
{
border-color: #BF5870;
}
</style>