Shades of Blush #BF4E60
Tints of Blush #BF4E60
RGB
CMYK
RGB Variations
Color information
#BF4E60 (or 0xBF4E60) is known color: Blush. HEX triplet: BF, 4E and 60. RGB value is (191,78,96). Sum of RGB (Red+Green+Blue) = 191+78+96=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E60 is #40B19F. Grayscale: #717171. Windows color (decimal): -4239776 or 6311615. OLE color: 6311615.
HSL color Cylindrical-coordinate representation of color #BF4E60: hue angle of 350.44º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4E60 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 96 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.25 |
| HSL | 350.44º | 0.47% | 0.53% | - |
| HSV(B) | 350.44º | 0.59% | 0.75% | - |
| XYZ | 26.32 | 17.37 | 13.03 | - |
| YUV | 113.84 | 117.94 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 96 | 0 | 0.59 | 0.50 | 0.25 | 350.44 | 0.47 | 0.53 |
| Hex | BF | 4E | 60 | 0 | 3B | 32 | 19 | 15E | 2F | 35 |
| Octal | 277 | 116 | 140 | 0 | 73 | 62 | 31 | 536 | 57 | 65 |
| Binary | 10111111 | 1001110 | 1100000 | 0 | 111011 | 110010 | 11001 | 101011110 | 101111 | 110101 |
Color Harmonies of #BF4E60
Complementary color
Monochromatic Colors of #BF4E60
Black with #BF4E60
Text Example
Text Example
White with #BF4E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E60; }
p { color: rgb(191,78,96); }
H1.HeaderClassName
{
color: #BF4E60;
}
.AnyTagClassName
{
color: #BF4E60;
}
</style>
background-color css
<style>
a { background-color: #BF4E60; }
a { background-color: rgb(191,78,96); }
div.DivClassName
{
background-color: #BF4E60;
}
.BgClassName
{
background-color: #BF4E60;
}
</style>
border-color css
<style>
span { border-color: #BF4E60; }
span { border-color: rgb(191,78,96); }
td.TdClassName
{
border-color: #BF4E60;
}
.TagClassName
{
border-color: #BF4E60;
}
</style>