Shades of Blush #BF4D5E
Tints of Blush #BF4D5E
RGB
CMYK
RGB Variations
Color information
#BF4D5E (or 0xBF4D5E) is known color: Blush. HEX triplet: BF, 4D and 5E. RGB value is (191,77,94). Sum of RGB (Red+Green+Blue) = 191+77+94=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D5E is #40B2A1. Grayscale: #717171. Windows color (decimal): -4240034 or 6180287. OLE color: 6180287.
HSL color Cylindrical-coordinate representation of color #BF4D5E: hue angle of 351.05º 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 #BF4D5E is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 94 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.25 |
| HSL | 351.05º | 0.47% | 0.53% | - |
| HSV(B) | 351.05º | 0.6% | 0.75% | - |
| XYZ | 26.16 | 17.19 | 12.53 | - |
| YUV | 113.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 94 | 0 | 0.60 | 0.51 | 0.25 | 351.05 | 0.47 | 0.53 |
| Hex | BF | 4D | 5E | 0 | 3C | 33 | 19 | 15F | 2F | 35 |
| Octal | 277 | 115 | 136 | 0 | 74 | 63 | 31 | 537 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1011110 | 0 | 111100 | 110011 | 11001 | 101011111 | 101111 | 110101 |
Color Harmonies of #BF4D5E
Complementary color
Monochromatic Colors of #BF4D5E
Black with #BF4D5E
Text Example
Text Example
White with #BF4D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D5E; }
p { color: rgb(191,77,94); }
H1.HeaderClassName
{
color: #BF4D5E;
}
.AnyTagClassName
{
color: #BF4D5E;
}
</style>
background-color css
<style>
a { background-color: #BF4D5E; }
a { background-color: rgb(191,77,94); }
div.DivClassName
{
background-color: #BF4D5E;
}
.BgClassName
{
background-color: #BF4D5E;
}
</style>
border-color css
<style>
span { border-color: #BF4D5E; }
span { border-color: rgb(191,77,94); }
td.TdClassName
{
border-color: #BF4D5E;
}
.TagClassName
{
border-color: #BF4D5E;
}
</style>