Shades of Blush #BF4F68
Tints of Blush #BF4F68
RGB
CMYK
RGB Variations
Color information
#BF4F68 (or 0xBF4F68) is known color: Blush. HEX triplet: BF, 4F and 68. RGB value is (191,79,104). Sum of RGB (Red+Green+Blue) = 191+79+104=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4F68 is #40B097. Grayscale: #737373. Windows color (decimal): -4239512 or 6836159. OLE color: 6836159.
HSL color Cylindrical-coordinate representation of color #BF4F68: hue angle of 346.61º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4F68 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 79 | 104 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.25 |
| HSL | 346.61º | 0.47% | 0.53% | - |
| HSV(B) | 346.61º | 0.59% | 0.75% | - |
| XYZ | 26.78 | 17.67 | 15.1 | - |
| YUV | 115.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 104 | 0 | 0.59 | 0.46 | 0.25 | 346.61 | 0.47 | 0.53 |
| Hex | BF | 4F | 68 | 0 | 3B | 2E | 19 | 15B | 2F | 35 |
| Octal | 277 | 117 | 150 | 0 | 73 | 56 | 31 | 533 | 57 | 65 |
| Binary | 10111111 | 1001111 | 1101000 | 0 | 111011 | 101110 | 11001 | 101011011 | 101111 | 110101 |
Color Harmonies of #BF4F68
Complementary color
Monochromatic Colors of #BF4F68
Black with #BF4F68
Text Example
Text Example
White with #BF4F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4F68; }
p { color: rgb(191,79,104); }
H1.HeaderClassName
{
color: #BF4F68;
}
.AnyTagClassName
{
color: #BF4F68;
}
</style>
background-color css
<style>
a { background-color: #BF4F68; }
a { background-color: rgb(191,79,104); }
div.DivClassName
{
background-color: #BF4F68;
}
.BgClassName
{
background-color: #BF4F68;
}
</style>
border-color css
<style>
span { border-color: #BF4F68; }
span { border-color: rgb(191,79,104); }
td.TdClassName
{
border-color: #BF4F68;
}
.TagClassName
{
border-color: #BF4F68;
}
</style>