Shades of Blush #BD516F
Tints of Blush #BD516F
RGB
CMYK
RGB Variations
Color information
#BD516F (or 0xBD516F) is known color: Blush. HEX triplet: BD, 51 and 6F. RGB value is (189,81,111). Sum of RGB (Red+Green+Blue) = 189+81+111=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD516F is #42AE90. Grayscale: #747474. Windows color (decimal): -4370065 or 7295421. OLE color: 7295421.
HSL color Cylindrical-coordinate representation of color #BD516F: hue angle of 343.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD516F is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 111 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.26 |
| HSL | 343.33º | 0.45% | 0.53% | - |
| HSV(B) | 343.33º | 0.57% | 0.74% | - |
| XYZ | 26.8 | 17.85 | 17.07 | - |
| YUV | 116.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 111 | 0 | 0.57 | 0.41 | 0.26 | 343.33 | 0.45 | 0.53 |
| Hex | BD | 51 | 6F | 0 | 39 | 29 | 1A | 157 | 2D | 35 |
| Octal | 275 | 121 | 157 | 0 | 71 | 51 | 32 | 527 | 55 | 65 |
| Binary | 10111101 | 1010001 | 1101111 | 0 | 111001 | 101001 | 11010 | 101010111 | 101101 | 110101 |
Color Harmonies of #BD516F
Complementary color
Monochromatic Colors of #BD516F
Black with #BD516F
Text Example
Text Example
White with #BD516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD516F; }
p { color: rgb(189,81,111); }
H1.HeaderClassName
{
color: #BD516F;
}
.AnyTagClassName
{
color: #BD516F;
}
</style>
background-color css
<style>
a { background-color: #BD516F; }
a { background-color: rgb(189,81,111); }
div.DivClassName
{
background-color: #BD516F;
}
.BgClassName
{
background-color: #BD516F;
}
</style>
border-color css
<style>
span { border-color: #BD516F; }
span { border-color: rgb(189,81,111); }
td.TdClassName
{
border-color: #BD516F;
}
.TagClassName
{
border-color: #BD516F;
}
</style>