Shades of Blush #BF4E64
Tints of Blush #BF4E64
RGB
CMYK
RGB Variations
Color information
#BF4E64 (or 0xBF4E64) is known color: Blush. HEX triplet: BF, 4E and 64. RGB value is (191,78,100). Sum of RGB (Red+Green+Blue) = 191+78+100=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E64 is #40B19B. Grayscale: #727272. Windows color (decimal): -4239772 or 6573759. OLE color: 6573759.
HSL color Cylindrical-coordinate representation of color #BF4E64: hue angle of 348.32º 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 #BF4E64 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 100 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.25 |
| HSL | 348.32º | 0.47% | 0.53% | - |
| HSV(B) | 348.32º | 0.59% | 0.75% | - |
| XYZ | 26.51 | 17.45 | 14.03 | - |
| YUV | 114.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 100 | 0 | 0.59 | 0.48 | 0.25 | 348.32 | 0.47 | 0.53 |
| Hex | BF | 4E | 64 | 0 | 3B | 30 | 19 | 15C | 2F | 35 |
| Octal | 277 | 116 | 144 | 0 | 73 | 60 | 31 | 534 | 57 | 65 |
| Binary | 10111111 | 1001110 | 1100100 | 0 | 111011 | 110000 | 11001 | 101011100 | 101111 | 110101 |
Color Harmonies of #BF4E64
Complementary color
Monochromatic Colors of #BF4E64
Black with #BF4E64
Text Example
Text Example
White with #BF4E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E64; }
p { color: rgb(191,78,100); }
H1.HeaderClassName
{
color: #BF4E64;
}
.AnyTagClassName
{
color: #BF4E64;
}
</style>
background-color css
<style>
a { background-color: #BF4E64; }
a { background-color: rgb(191,78,100); }
div.DivClassName
{
background-color: #BF4E64;
}
.BgClassName
{
background-color: #BF4E64;
}
</style>
border-color css
<style>
span { border-color: #BF4E64; }
span { border-color: rgb(191,78,100); }
td.TdClassName
{
border-color: #BF4E64;
}
.TagClassName
{
border-color: #BF4E64;
}
</style>