Shades of Blush #BF4564
Tints of Blush #BF4564
RGB
CMYK
RGB Variations
Color information
#BF4564 (or 0xBF4564) is known color: Blush. HEX triplet: BF, 45 and 64. RGB value is (191,69,100). Sum of RGB (Red+Green+Blue) = 191+69+100=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4564 is #40BA9B. Grayscale: #6D6D6D. Windows color (decimal): -4242076 or 6571455. OLE color: 6571455.
HSL color Cylindrical-coordinate representation of color #BF4564: hue angle of 344.75º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4564 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 100 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.25 |
| HSL | 344.75º | 0.49% | 0.51% | - |
| HSV(B) | 344.75º | 0.64% | 0.75% | - |
| XYZ | 25.91 | 16.25 | 13.83 | - |
| YUV | 109.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 100 | 0 | 0.64 | 0.48 | 0.25 | 344.75 | 0.49 | 0.51 |
| Hex | BF | 45 | 64 | 0 | 40 | 30 | 19 | 159 | 31 | 33 |
| Octal | 277 | 105 | 144 | 0 | 100 | 60 | 31 | 531 | 61 | 63 |
| Binary | 10111111 | 1000101 | 1100100 | 0 | 1000000 | 110000 | 11001 | 101011001 | 110001 | 110011 |
Color Harmonies of #BF4564
Complementary color
Monochromatic Colors of #BF4564
Black with #BF4564
Text Example
Text Example
White with #BF4564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4564; }
p { color: rgb(191,69,100); }
H1.HeaderClassName
{
color: #BF4564;
}
.AnyTagClassName
{
color: #BF4564;
}
</style>
background-color css
<style>
a { background-color: #BF4564; }
a { background-color: rgb(191,69,100); }
div.DivClassName
{
background-color: #BF4564;
}
.BgClassName
{
background-color: #BF4564;
}
</style>
border-color css
<style>
span { border-color: #BF4564; }
span { border-color: rgb(191,69,100); }
td.TdClassName
{
border-color: #BF4564;
}
.TagClassName
{
border-color: #BF4564;
}
</style>