Shades of Blush #BF516C
Tints of Blush #BF516C
RGB
CMYK
RGB Variations
Color information
#BF516C (or 0xBF516C) is known color: Blush. HEX triplet: BF, 51 and 6C. RGB value is (191,81,108). Sum of RGB (Red+Green+Blue) = 191+81+108=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF516C is #40AE93. Grayscale: #747474. Windows color (decimal): -4238996 or 7098815. OLE color: 7098815.
HSL color Cylindrical-coordinate representation of color #BF516C: hue angle of 345.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF516C is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 108 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.25 |
| HSL | 345.27º | 0.46% | 0.53% | - |
| HSV(B) | 345.27º | 0.58% | 0.75% | - |
| XYZ | 27.14 | 18.04 | 16.24 | - |
| YUV | 116.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 108 | 0 | 0.58 | 0.43 | 0.25 | 345.27 | 0.46 | 0.53 |
| Hex | BF | 51 | 6C | 0 | 3A | 2B | 19 | 159 | 2E | 35 |
| Octal | 277 | 121 | 154 | 0 | 72 | 53 | 31 | 531 | 56 | 65 |
| Binary | 10111111 | 1010001 | 1101100 | 0 | 111010 | 101011 | 11001 | 101011001 | 101110 | 110101 |
Color Harmonies of #BF516C
Complementary color
Monochromatic Colors of #BF516C
Black with #BF516C
Text Example
Text Example
White with #BF516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF516C; }
p { color: rgb(191,81,108); }
H1.HeaderClassName
{
color: #BF516C;
}
.AnyTagClassName
{
color: #BF516C;
}
</style>
background-color css
<style>
a { background-color: #BF516C; }
a { background-color: rgb(191,81,108); }
div.DivClassName
{
background-color: #BF516C;
}
.BgClassName
{
background-color: #BF516C;
}
</style>
border-color css
<style>
span { border-color: #BF516C; }
span { border-color: rgb(191,81,108); }
td.TdClassName
{
border-color: #BF516C;
}
.TagClassName
{
border-color: #BF516C;
}
</style>