Shades of Blush #BF415E
Tints of Blush #BF415E
RGB
CMYK
RGB Variations
Color information
#BF415E (or 0xBF415E) is known color: Blush. HEX triplet: BF, 41 and 5E. RGB value is (191,65,94). Sum of RGB (Red+Green+Blue) = 191+65+94=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF415E is #40BEA1. Grayscale: #696969. Windows color (decimal): -4243106 or 6177215. OLE color: 6177215.
HSL color Cylindrical-coordinate representation of color #BF415E: hue angle of 346.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF415E is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 94 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.25 |
| HSL | 346.19º | 0.5% | 0.5% | - |
| HSV(B) | 346.19º | 0.66% | 0.75% | - |
| XYZ | 25.4 | 15.67 | 12.27 | - |
| YUV | 105.98 | 121.24 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 94 | 0 | 0.66 | 0.51 | 0.25 | 346.19 | 0.5 | 0.5 |
| Hex | BF | 41 | 5E | 0 | 42 | 33 | 19 | 15A | 32 | 32 |
| Octal | 277 | 101 | 136 | 0 | 102 | 63 | 31 | 532 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1011110 | 0 | 1000010 | 110011 | 11001 | 101011010 | 110010 | 110010 |
Color Harmonies of #BF415E
Complementary color
Monochromatic Colors of #BF415E
Black with #BF415E
Text Example
Text Example
White with #BF415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF415E; }
p { color: rgb(191,65,94); }
H1.HeaderClassName
{
color: #BF415E;
}
.AnyTagClassName
{
color: #BF415E;
}
</style>
background-color css
<style>
a { background-color: #BF415E; }
a { background-color: rgb(191,65,94); }
div.DivClassName
{
background-color: #BF415E;
}
.BgClassName
{
background-color: #BF415E;
}
</style>
border-color css
<style>
span { border-color: #BF415E; }
span { border-color: rgb(191,65,94); }
td.TdClassName
{
border-color: #BF415E;
}
.TagClassName
{
border-color: #BF415E;
}
</style>