Shades of Blush #BF3F5E
Tints of Blush #BF3F5E
RGB
CMYK
RGB Variations
Color information
#BF3F5E (or 0xBF3F5E) is known color: Blush. HEX triplet: BF, 3F and 5E. RGB value is (191,63,94). Sum of RGB (Red+Green+Blue) = 191+63+94=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F5E is #40C0A1. Grayscale: #686868. Windows color (decimal): -4243618 or 6176703. OLE color: 6176703.
HSL color Cylindrical-coordinate representation of color #BF3F5E: hue angle of 345.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F5E is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 94 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.25 |
| HSL | 345.47º | 0.5% | 0.5% | - |
| HSV(B) | 345.47º | 0.67% | 0.75% | - |
| XYZ | 25.28 | 15.44 | 12.24 | - |
| YUV | 104.81 | 121.91 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 94 | 0 | 0.67 | 0.51 | 0.25 | 345.47 | 0.5 | 0.5 |
| Hex | BF | 3F | 5E | 0 | 43 | 33 | 19 | 159 | 32 | 32 |
| Octal | 277 | 77 | 136 | 0 | 103 | 63 | 31 | 531 | 62 | 62 |
| Binary | 10111111 | 111111 | 1011110 | 0 | 1000011 | 110011 | 11001 | 101011001 | 110010 | 110010 |
Color Harmonies of #BF3F5E
Complementary color
Monochromatic Colors of #BF3F5E
Black with #BF3F5E
Text Example
Text Example
White with #BF3F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3F5E; }
p { color: rgb(191,63,94); }
H1.HeaderClassName
{
color: #BF3F5E;
}
.AnyTagClassName
{
color: #BF3F5E;
}
</style>
background-color css
<style>
a { background-color: #BF3F5E; }
a { background-color: rgb(191,63,94); }
div.DivClassName
{
background-color: #BF3F5E;
}
.BgClassName
{
background-color: #BF3F5E;
}
</style>
border-color css
<style>
span { border-color: #BF3F5E; }
span { border-color: rgb(191,63,94); }
td.TdClassName
{
border-color: #BF3F5E;
}
.TagClassName
{
border-color: #BF3F5E;
}
</style>