Shades of Blush #BF516D
Tints of Blush #BF516D
RGB
CMYK
RGB Variations
Color information
#BF516D (or 0xBF516D) is known color: Blush. HEX triplet: BF, 51 and 6D. RGB value is (191,81,109). Sum of RGB (Red+Green+Blue) = 191+81+109=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF516D is #40AE92. Grayscale: #757575. Windows color (decimal): -4238995 or 7164351. OLE color: 7164351.
HSL color Cylindrical-coordinate representation of color #BF516D: hue angle of 344.73º 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 #BF516D is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 109 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.25 |
| HSL | 344.73º | 0.46% | 0.53% | - |
| HSV(B) | 344.73º | 0.58% | 0.75% | - |
| XYZ | 27.19 | 18.07 | 16.52 | - |
| YUV | 117.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 109 | 0 | 0.58 | 0.43 | 0.25 | 344.73 | 0.46 | 0.53 |
| Hex | BF | 51 | 6D | 0 | 3A | 2B | 19 | 159 | 2E | 35 |
| Octal | 277 | 121 | 155 | 0 | 72 | 53 | 31 | 531 | 56 | 65 |
| Binary | 10111111 | 1010001 | 1101101 | 0 | 111010 | 101011 | 11001 | 101011001 | 101110 | 110101 |
Color Harmonies of #BF516D
Complementary color
Monochromatic Colors of #BF516D
Black with #BF516D
Text Example
Text Example
White with #BF516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF516D; }
p { color: rgb(191,81,109); }
H1.HeaderClassName
{
color: #BF516D;
}
.AnyTagClassName
{
color: #BF516D;
}
</style>
background-color css
<style>
a { background-color: #BF516D; }
a { background-color: rgb(191,81,109); }
div.DivClassName
{
background-color: #BF516D;
}
.BgClassName
{
background-color: #BF516D;
}
</style>
border-color css
<style>
span { border-color: #BF516D; }
span { border-color: rgb(191,81,109); }
td.TdClassName
{
border-color: #BF516D;
}
.TagClassName
{
border-color: #BF516D;
}
</style>