Shades of Blush #BF516B
Tints of Blush #BF516B
RGB
CMYK
RGB Variations
Color information
#BF516B (or 0xBF516B) is known color: Blush. HEX triplet: BF, 51 and 6B. RGB value is (191,81,107). Sum of RGB (Red+Green+Blue) = 191+81+107=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF516B is #40AE94. Grayscale: #747474. Windows color (decimal): -4238997 or 7033279. OLE color: 7033279.
HSL color Cylindrical-coordinate representation of color #BF516B: hue angle of 345.82º 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 #BF516B is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 107 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.25 |
| HSL | 345.82º | 0.46% | 0.53% | - |
| HSV(B) | 345.82º | 0.58% | 0.75% | - |
| XYZ | 27.08 | 18.02 | 15.96 | - |
| YUV | 116.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 107 | 0 | 0.58 | 0.44 | 0.25 | 345.82 | 0.46 | 0.53 |
| Hex | BF | 51 | 6B | 0 | 3A | 2C | 19 | 15A | 2E | 35 |
| Octal | 277 | 121 | 153 | 0 | 72 | 54 | 31 | 532 | 56 | 65 |
| Binary | 10111111 | 1010001 | 1101011 | 0 | 111010 | 101100 | 11001 | 101011010 | 101110 | 110101 |
Color Harmonies of #BF516B
Complementary color
Monochromatic Colors of #BF516B
Black with #BF516B
Text Example
Text Example
White with #BF516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF516B; }
p { color: rgb(191,81,107); }
H1.HeaderClassName
{
color: #BF516B;
}
.AnyTagClassName
{
color: #BF516B;
}
</style>
background-color css
<style>
a { background-color: #BF516B; }
a { background-color: rgb(191,81,107); }
div.DivClassName
{
background-color: #BF516B;
}
.BgClassName
{
background-color: #BF516B;
}
</style>
border-color css
<style>
span { border-color: #BF516B; }
span { border-color: rgb(191,81,107); }
td.TdClassName
{
border-color: #BF516B;
}
.TagClassName
{
border-color: #BF516B;
}
</style>