Shades of Blush #BF4D6A
Tints of Blush #BF4D6A
RGB
CMYK
RGB Variations
Color information
#BF4D6A (or 0xBF4D6A) is known color: Blush. HEX triplet: BF, 4D and 6A. RGB value is (191,77,106). Sum of RGB (Red+Green+Blue) = 191+77+106=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D6A is #40B295. Grayscale: #727272. Windows color (decimal): -4240022 or 6966719. OLE color: 6966719.
HSL color Cylindrical-coordinate representation of color #BF4D6A: hue angle of 344.74º 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 #BF4D6A is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 106 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.25 |
| HSL | 344.74º | 0.47% | 0.53% | - |
| HSV(B) | 344.74º | 0.6% | 0.75% | - |
| XYZ | 26.74 | 17.42 | 15.59 | - |
| YUV | 114.39 | 123.27 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 106 | 0 | 0.60 | 0.45 | 0.25 | 344.74 | 0.47 | 0.53 |
| Hex | BF | 4D | 6A | 0 | 3C | 2D | 19 | 159 | 2F | 35 |
| Octal | 277 | 115 | 152 | 0 | 74 | 55 | 31 | 531 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1101010 | 0 | 111100 | 101101 | 11001 | 101011001 | 101111 | 110101 |
Color Harmonies of #BF4D6A
Complementary color
Monochromatic Colors of #BF4D6A
Black with #BF4D6A
Text Example
Text Example
White with #BF4D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D6A; }
p { color: rgb(191,77,106); }
H1.HeaderClassName
{
color: #BF4D6A;
}
.AnyTagClassName
{
color: #BF4D6A;
}
</style>
background-color css
<style>
a { background-color: #BF4D6A; }
a { background-color: rgb(191,77,106); }
div.DivClassName
{
background-color: #BF4D6A;
}
.BgClassName
{
background-color: #BF4D6A;
}
</style>
border-color css
<style>
span { border-color: #BF4D6A; }
span { border-color: rgb(191,77,106); }
td.TdClassName
{
border-color: #BF4D6A;
}
.TagClassName
{
border-color: #BF4D6A;
}
</style>