Shades of Blush #BD516B
Tints of Blush #BD516B
RGB
CMYK
RGB Variations
Color information
#BD516B (or 0xBD516B) is known color: Blush. HEX triplet: BD, 51 and 6B. RGB value is (189,81,107). Sum of RGB (Red+Green+Blue) = 189+81+107=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD516B is #42AE94. Grayscale: #747474. Windows color (decimal): -4370069 or 7033277. OLE color: 7033277.
HSL color Cylindrical-coordinate representation of color #BD516B: hue angle of 345.56º 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 #BD516B is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 107 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.26 |
| HSL | 345.56º | 0.45% | 0.53% | - |
| HSV(B) | 345.56º | 0.57% | 0.74% | - |
| XYZ | 26.58 | 17.77 | 15.94 | - |
| YUV | 116.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 107 | 0 | 0.57 | 0.43 | 0.26 | 345.56 | 0.45 | 0.53 |
| Hex | BD | 51 | 6B | 0 | 39 | 2B | 1A | 15A | 2D | 35 |
| Octal | 275 | 121 | 153 | 0 | 71 | 53 | 32 | 532 | 55 | 65 |
| Binary | 10111101 | 1010001 | 1101011 | 0 | 111001 | 101011 | 11010 | 101011010 | 101101 | 110101 |
Color Harmonies of #BD516B
Complementary color
Monochromatic Colors of #BD516B
Black with #BD516B
Text Example
Text Example
White with #BD516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD516B; }
p { color: rgb(189,81,107); }
H1.HeaderClassName
{
color: #BD516B;
}
.AnyTagClassName
{
color: #BD516B;
}
</style>
background-color css
<style>
a { background-color: #BD516B; }
a { background-color: rgb(189,81,107); }
div.DivClassName
{
background-color: #BD516B;
}
.BgClassName
{
background-color: #BD516B;
}
</style>
border-color css
<style>
span { border-color: #BD516B; }
span { border-color: rgb(189,81,107); }
td.TdClassName
{
border-color: #BD516B;
}
.TagClassName
{
border-color: #BD516B;
}
</style>