Shades of Blush #BF516F
Tints of Blush #BF516F
RGB
CMYK
RGB Variations
Color information
#BF516F (or 0xBF516F) is known color: Blush. HEX triplet: BF, 51 and 6F. RGB value is (191,81,111). Sum of RGB (Red+Green+Blue) = 191+81+111=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF516F is #40AE90. Grayscale: #757575. Windows color (decimal): -4238993 or 7295423. OLE color: 7295423.
HSL color Cylindrical-coordinate representation of color #BF516F: hue angle of 343.64º 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 #BF516F is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 111 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.25 |
| HSL | 343.64º | 0.46% | 0.53% | - |
| HSV(B) | 343.64º | 0.58% | 0.75% | - |
| XYZ | 27.3 | 18.11 | 17.1 | - |
| YUV | 117.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 111 | 0 | 0.58 | 0.42 | 0.25 | 343.64 | 0.46 | 0.53 |
| Hex | BF | 51 | 6F | 0 | 3A | 2A | 19 | 158 | 2E | 35 |
| Octal | 277 | 121 | 157 | 0 | 72 | 52 | 31 | 530 | 56 | 65 |
| Binary | 10111111 | 1010001 | 1101111 | 0 | 111010 | 101010 | 11001 | 101011000 | 101110 | 110101 |
Color Harmonies of #BF516F
Complementary color
Monochromatic Colors of #BF516F
Black with #BF516F
Text Example
Text Example
White with #BF516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF516F; }
p { color: rgb(191,81,111); }
H1.HeaderClassName
{
color: #BF516F;
}
.AnyTagClassName
{
color: #BF516F;
}
</style>
background-color css
<style>
a { background-color: #BF516F; }
a { background-color: rgb(191,81,111); }
div.DivClassName
{
background-color: #BF516F;
}
.BgClassName
{
background-color: #BF516F;
}
</style>
border-color css
<style>
span { border-color: #BF516F; }
span { border-color: rgb(191,81,111); }
td.TdClassName
{
border-color: #BF516F;
}
.TagClassName
{
border-color: #BF516F;
}
</style>