Shades of Blush #BD516D
Tints of Blush #BD516D
RGB
CMYK
RGB Variations
Color information
#BD516D (or 0xBD516D) is known color: Blush. HEX triplet: BD, 51 and 6D. RGB value is (189,81,109). Sum of RGB (Red+Green+Blue) = 189+81+109=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD516D is #42AE92. Grayscale: #747474. Windows color (decimal): -4370067 or 7164349. OLE color: 7164349.
HSL color Cylindrical-coordinate representation of color #BD516D: hue angle of 344.44º 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 #BD516D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 109 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.26 |
| HSL | 344.44º | 0.45% | 0.53% | - |
| HSV(B) | 344.44º | 0.57% | 0.74% | - |
| XYZ | 26.69 | 17.81 | 16.5 | - |
| YUV | 116.48 | 123.78 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 109 | 0 | 0.57 | 0.42 | 0.26 | 344.44 | 0.45 | 0.53 |
| Hex | BD | 51 | 6D | 0 | 39 | 2A | 1A | 158 | 2D | 35 |
| Octal | 275 | 121 | 155 | 0 | 71 | 52 | 32 | 530 | 55 | 65 |
| Binary | 10111101 | 1010001 | 1101101 | 0 | 111001 | 101010 | 11010 | 101011000 | 101101 | 110101 |
Color Harmonies of #BD516D
Complementary color
Monochromatic Colors of #BD516D
Black with #BD516D
Text Example
Text Example
White with #BD516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD516D; }
p { color: rgb(189,81,109); }
H1.HeaderClassName
{
color: #BD516D;
}
.AnyTagClassName
{
color: #BD516D;
}
</style>
background-color css
<style>
a { background-color: #BD516D; }
a { background-color: rgb(189,81,109); }
div.DivClassName
{
background-color: #BD516D;
}
.BgClassName
{
background-color: #BD516D;
}
</style>
border-color css
<style>
span { border-color: #BD516D; }
span { border-color: rgb(189,81,109); }
td.TdClassName
{
border-color: #BD516D;
}
.TagClassName
{
border-color: #BD516D;
}
</style>