Shades of Blush #BF4D68
Tints of Blush #BF4D68
RGB
CMYK
RGB Variations
Color information
#BF4D68 (or 0xBF4D68) is known color: Blush. HEX triplet: BF, 4D and 68. RGB value is (191,77,104). Sum of RGB (Red+Green+Blue) = 191+77+104=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D68 is #40B297. Grayscale: #727272. Windows color (decimal): -4240024 or 6835647. OLE color: 6835647.
HSL color Cylindrical-coordinate representation of color #BF4D68: hue angle of 345.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4D68 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 104 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.25 |
| HSL | 345.79º | 0.47% | 0.53% | - |
| HSV(B) | 345.79º | 0.6% | 0.75% | - |
| XYZ | 26.64 | 17.38 | 15.05 | - |
| YUV | 114.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 104 | 0 | 0.60 | 0.46 | 0.25 | 345.79 | 0.47 | 0.53 |
| Hex | BF | 4D | 68 | 0 | 3C | 2E | 19 | 15A | 2F | 35 |
| Octal | 277 | 115 | 150 | 0 | 74 | 56 | 31 | 532 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1101000 | 0 | 111100 | 101110 | 11001 | 101011010 | 101111 | 110101 |
Color Harmonies of #BF4D68
Complementary color
Monochromatic Colors of #BF4D68
Black with #BF4D68
Text Example
Text Example
White with #BF4D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D68; }
p { color: rgb(191,77,104); }
H1.HeaderClassName
{
color: #BF4D68;
}
.AnyTagClassName
{
color: #BF4D68;
}
</style>
background-color css
<style>
a { background-color: #BF4D68; }
a { background-color: rgb(191,77,104); }
div.DivClassName
{
background-color: #BF4D68;
}
.BgClassName
{
background-color: #BF4D68;
}
</style>
border-color css
<style>
span { border-color: #BF4D68; }
span { border-color: rgb(191,77,104); }
td.TdClassName
{
border-color: #BF4D68;
}
.TagClassName
{
border-color: #BF4D68;
}
</style>