Shades of Blush #BF4160
Tints of Blush #BF4160
RGB
CMYK
RGB Variations
Color information
#BF4160 (or 0xBF4160) is known color: Blush. HEX triplet: BF, 41 and 60. RGB value is (191,65,96). Sum of RGB (Red+Green+Blue) = 191+65+96=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4160 is #40BE9F. Grayscale: #6A6A6A. Windows color (decimal): -4243104 or 6308287. OLE color: 6308287.
HSL color Cylindrical-coordinate representation of color #BF4160: hue angle of 345.24º 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 #BF4160 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 96 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.25 |
| HSL | 345.24º | 0.5% | 0.5% | - |
| HSV(B) | 345.24º | 0.66% | 0.75% | - |
| XYZ | 25.49 | 15.7 | 12.75 | - |
| YUV | 106.21 | 122.24 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 96 | 0 | 0.66 | 0.50 | 0.25 | 345.24 | 0.5 | 0.5 |
| Hex | BF | 41 | 60 | 0 | 42 | 32 | 19 | 159 | 32 | 32 |
| Octal | 277 | 101 | 140 | 0 | 102 | 62 | 31 | 531 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1100000 | 0 | 1000010 | 110010 | 11001 | 101011001 | 110010 | 110010 |
Color Harmonies of #BF4160
Complementary color
Monochromatic Colors of #BF4160
Black with #BF4160
Text Example
Text Example
White with #BF4160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4160; }
p { color: rgb(191,65,96); }
H1.HeaderClassName
{
color: #BF4160;
}
.AnyTagClassName
{
color: #BF4160;
}
</style>
background-color css
<style>
a { background-color: #BF4160; }
a { background-color: rgb(191,65,96); }
div.DivClassName
{
background-color: #BF4160;
}
.BgClassName
{
background-color: #BF4160;
}
</style>
border-color css
<style>
span { border-color: #BF4160; }
span { border-color: rgb(191,65,96); }
td.TdClassName
{
border-color: #BF4160;
}
.TagClassName
{
border-color: #BF4160;
}
</style>