Shades of Blush #BF4162
Tints of Blush #BF4162
RGB
CMYK
RGB Variations
Color information
#BF4162 (or 0xBF4162) is known color: Blush. HEX triplet: BF, 41 and 62. RGB value is (191,65,98). Sum of RGB (Red+Green+Blue) = 191+65+98=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4162 is #40BE9D. Grayscale: #6A6A6A. Windows color (decimal): -4243102 or 6439359. OLE color: 6439359.
HSL color Cylindrical-coordinate representation of color #BF4162: hue angle of 344.29º 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 #BF4162 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 98 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.25 |
| HSL | 344.29º | 0.5% | 0.5% | - |
| HSV(B) | 344.29º | 0.66% | 0.75% | - |
| XYZ | 25.58 | 15.74 | 13.24 | - |
| YUV | 106.44 | 123.24 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 98 | 0 | 0.66 | 0.49 | 0.25 | 344.29 | 0.5 | 0.5 |
| Hex | BF | 41 | 62 | 0 | 42 | 31 | 19 | 158 | 32 | 32 |
| Octal | 277 | 101 | 142 | 0 | 102 | 61 | 31 | 530 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1100010 | 0 | 1000010 | 110001 | 11001 | 101011000 | 110010 | 110010 |
Color Harmonies of #BF4162
Complementary color
Monochromatic Colors of #BF4162
Black with #BF4162
Text Example
Text Example
White with #BF4162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4162; }
p { color: rgb(191,65,98); }
H1.HeaderClassName
{
color: #BF4162;
}
.AnyTagClassName
{
color: #BF4162;
}
</style>
background-color css
<style>
a { background-color: #BF4162; }
a { background-color: rgb(191,65,98); }
div.DivClassName
{
background-color: #BF4162;
}
.BgClassName
{
background-color: #BF4162;
}
</style>
border-color css
<style>
span { border-color: #BF4162; }
span { border-color: rgb(191,65,98); }
td.TdClassName
{
border-color: #BF4162;
}
.TagClassName
{
border-color: #BF4162;
}
</style>