Shades of Blush #BF4562
Tints of Blush #BF4562
RGB
CMYK
RGB Variations
Color information
#BF4562 (or 0xBF4562) is known color: Blush. HEX triplet: BF, 45 and 62. RGB value is (191,69,98). Sum of RGB (Red+Green+Blue) = 191+69+98=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4562 is #40BA9D. Grayscale: #6C6C6C. Windows color (decimal): -4242078 or 6440383. OLE color: 6440383.
HSL color Cylindrical-coordinate representation of color #BF4562: hue angle of 345.74º 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 #BF4562 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 98 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.25 |
| HSL | 345.74º | 0.49% | 0.51% | - |
| HSV(B) | 345.74º | 0.64% | 0.75% | - |
| XYZ | 25.82 | 16.21 | 13.32 | - |
| YUV | 108.78 | 121.92 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 98 | 0 | 0.64 | 0.49 | 0.25 | 345.74 | 0.49 | 0.51 |
| Hex | BF | 45 | 62 | 0 | 40 | 31 | 19 | 15A | 31 | 33 |
| Octal | 277 | 105 | 142 | 0 | 100 | 61 | 31 | 532 | 61 | 63 |
| Binary | 10111111 | 1000101 | 1100010 | 0 | 1000000 | 110001 | 11001 | 101011010 | 110001 | 110011 |
Color Harmonies of #BF4562
Complementary color
Monochromatic Colors of #BF4562
Black with #BF4562
Text Example
Text Example
White with #BF4562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4562; }
p { color: rgb(191,69,98); }
H1.HeaderClassName
{
color: #BF4562;
}
.AnyTagClassName
{
color: #BF4562;
}
</style>
background-color css
<style>
a { background-color: #BF4562; }
a { background-color: rgb(191,69,98); }
div.DivClassName
{
background-color: #BF4562;
}
.BgClassName
{
background-color: #BF4562;
}
</style>
border-color css
<style>
span { border-color: #BF4562; }
span { border-color: rgb(191,69,98); }
td.TdClassName
{
border-color: #BF4562;
}
.TagClassName
{
border-color: #BF4562;
}
</style>