Shades of Blush #BF4D6C
Tints of Blush #BF4D6C
RGB
CMYK
RGB Variations
Color information
#BF4D6C (or 0xBF4D6C) is known color: Blush. HEX triplet: BF, 4D and 6C. RGB value is (191,77,108). Sum of RGB (Red+Green+Blue) = 191+77+108=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D6C is #40B293. Grayscale: #727272. Windows color (decimal): -4240020 or 7097791. OLE color: 7097791.
HSL color Cylindrical-coordinate representation of color #BF4D6C: hue angle of 343.68º 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 #BF4D6C is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 108 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.25 |
| HSL | 343.68º | 0.47% | 0.53% | - |
| HSV(B) | 343.68º | 0.6% | 0.75% | - |
| XYZ | 26.85 | 17.47 | 16.14 | - |
| YUV | 114.62 | 124.27 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 108 | 0 | 0.60 | 0.43 | 0.25 | 343.68 | 0.47 | 0.53 |
| Hex | BF | 4D | 6C | 0 | 3C | 2B | 19 | 158 | 2F | 35 |
| Octal | 277 | 115 | 154 | 0 | 74 | 53 | 31 | 530 | 57 | 65 |
| Binary | 10111111 | 1001101 | 1101100 | 0 | 111100 | 101011 | 11001 | 101011000 | 101111 | 110101 |
Color Harmonies of #BF4D6C
Complementary color
Monochromatic Colors of #BF4D6C
Black with #BF4D6C
Text Example
Text Example
White with #BF4D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D6C; }
p { color: rgb(191,77,108); }
H1.HeaderClassName
{
color: #BF4D6C;
}
.AnyTagClassName
{
color: #BF4D6C;
}
</style>
background-color css
<style>
a { background-color: #BF4D6C; }
a { background-color: rgb(191,77,108); }
div.DivClassName
{
background-color: #BF4D6C;
}
.BgClassName
{
background-color: #BF4D6C;
}
</style>
border-color css
<style>
span { border-color: #BF4D6C; }
span { border-color: rgb(191,77,108); }
td.TdClassName
{
border-color: #BF4D6C;
}
.TagClassName
{
border-color: #BF4D6C;
}
</style>