Shades of Blush #BF4D66
Tints of Blush #BF4D66
RGB
CMYK
RGB Variations
Color information
#BF4D66 (or 0xBF4D66) is known color: Blush. HEX triplet: BF, 4D and 66. RGB value is (191,77,102). Sum of RGB (Red+Green+Blue) = 191+77+102=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D66 is #40B299. Grayscale: #717171. Windows color (decimal): -4240026 or 6704575. OLE color: 6704575.
HSL color Cylindrical-coordinate representation of color #BF4D66: hue angle of 346.84º 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 #BF4D66 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 102 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.25 |
| HSL | 346.84º | 0.47% | 0.53% | - |
| HSV(B) | 346.84º | 0.6% | 0.75% | - |
| XYZ | 26.54 | 17.34 | 14.52 | - |
| YUV | 113.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 102 | 0 | 0.60 | 0.47 | 0.25 | 346.84 | 0.47 | 0.53 |
| Hex | BF | 4D | 66 | 0 | 3C | 2F | 19 | 15B | 2F | 35 |
| Octal | 277 | 115 | 146 | 0 | 74 | 57 | 31 | 533 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1100110 | 0 | 111100 | 101111 | 11001 | 101011011 | 101111 | 110101 |
Color Harmonies of #BF4D66
Complementary color
Monochromatic Colors of #BF4D66
Black with #BF4D66
Text Example
Text Example
White with #BF4D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D66; }
p { color: rgb(191,77,102); }
H1.HeaderClassName
{
color: #BF4D66;
}
.AnyTagClassName
{
color: #BF4D66;
}
</style>
background-color css
<style>
a { background-color: #BF4D66; }
a { background-color: rgb(191,77,102); }
div.DivClassName
{
background-color: #BF4D66;
}
.BgClassName
{
background-color: #BF4D66;
}
</style>
border-color css
<style>
span { border-color: #BF4D66; }
span { border-color: rgb(191,77,102); }
td.TdClassName
{
border-color: #BF4D66;
}
.TagClassName
{
border-color: #BF4D66;
}
</style>