Shades of Blush #BF4C64
Tints of Blush #BF4C64
RGB
CMYK
RGB Variations
Color information
#BF4C64 (or 0xBF4C64) is known color: Blush. HEX triplet: BF, 4C and 64. RGB value is (191,76,100). Sum of RGB (Red+Green+Blue) = 191+76+100=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C64 is #40B39B. Grayscale: #717171. Windows color (decimal): -4240284 or 6573247. OLE color: 6573247.
HSL color Cylindrical-coordinate representation of color #BF4C64: hue angle of 347.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4C64 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 100 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.25 |
| HSL | 347.48º | 0.47% | 0.52% | - |
| HSV(B) | 347.48º | 0.6% | 0.75% | - |
| XYZ | 26.37 | 17.17 | 13.98 | - |
| YUV | 113.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 100 | 0 | 0.60 | 0.48 | 0.25 | 347.48 | 0.47 | 0.52 |
| Hex | BF | 4C | 64 | 0 | 3C | 30 | 19 | 15B | 2F | 34 |
| Octal | 277 | 114 | 144 | 0 | 74 | 60 | 31 | 533 | 57 | 64 |
| Binary | 10111111 | 1001100 | 1100100 | 0 | 111100 | 110000 | 11001 | 101011011 | 101111 | 110100 |
Color Harmonies of #BF4C64
Complementary color
Monochromatic Colors of #BF4C64
Black with #BF4C64
Text Example
Text Example
White with #BF4C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C64; }
p { color: rgb(191,76,100); }
H1.HeaderClassName
{
color: #BF4C64;
}
.AnyTagClassName
{
color: #BF4C64;
}
</style>
background-color css
<style>
a { background-color: #BF4C64; }
a { background-color: rgb(191,76,100); }
div.DivClassName
{
background-color: #BF4C64;
}
.BgClassName
{
background-color: #BF4C64;
}
</style>
border-color css
<style>
span { border-color: #BF4C64; }
span { border-color: rgb(191,76,100); }
td.TdClassName
{
border-color: #BF4C64;
}
.TagClassName
{
border-color: #BF4C64;
}
</style>