Shades of Blush #BF415C
Tints of Blush #BF415C
RGB
CMYK
RGB Variations
Color information
#BF415C (or 0xBF415C) is known color: Blush. HEX triplet: BF, 41 and 5C. RGB value is (191,65,92). Sum of RGB (Red+Green+Blue) = 191+65+92=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF415C is #40BEA3. Grayscale: #696969. Windows color (decimal): -4243108 or 6046143. OLE color: 6046143.
HSL color Cylindrical-coordinate representation of color #BF415C: hue angle of 347.14º 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 #BF415C is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 92 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.25 |
| HSL | 347.14º | 0.5% | 0.5% | - |
| HSV(B) | 347.14º | 0.66% | 0.75% | - |
| XYZ | 25.31 | 15.63 | 11.81 | - |
| YUV | 105.75 | 120.24 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 92 | 0 | 0.66 | 0.52 | 0.25 | 347.14 | 0.5 | 0.5 |
| Hex | BF | 41 | 5C | 0 | 42 | 34 | 19 | 15B | 32 | 32 |
| Octal | 277 | 101 | 134 | 0 | 102 | 64 | 31 | 533 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1011100 | 0 | 1000010 | 110100 | 11001 | 101011011 | 110010 | 110010 |
Color Harmonies of #BF415C
Complementary color
Monochromatic Colors of #BF415C
Black with #BF415C
Text Example
Text Example
White with #BF415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF415C; }
p { color: rgb(191,65,92); }
H1.HeaderClassName
{
color: #BF415C;
}
.AnyTagClassName
{
color: #BF415C;
}
</style>
background-color css
<style>
a { background-color: #BF415C; }
a { background-color: rgb(191,65,92); }
div.DivClassName
{
background-color: #BF415C;
}
.BgClassName
{
background-color: #BF415C;
}
</style>
border-color css
<style>
span { border-color: #BF415C; }
span { border-color: rgb(191,65,92); }
td.TdClassName
{
border-color: #BF415C;
}
.TagClassName
{
border-color: #BF415C;
}
</style>