Shades of Blush #BD515E
Tints of Blush #BD515E
RGB
CMYK
RGB Variations
Color information
#BD515E (or 0xBD515E) is known color: Blush. HEX triplet: BD, 51 and 5E. RGB value is (189,81,94). Sum of RGB (Red+Green+Blue) = 189+81+94=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD515E is #42AEA1. Grayscale: #727272. Windows color (decimal): -4370082 or 6181309. OLE color: 6181309.
HSL color Cylindrical-coordinate representation of color #BD515E: hue angle of 352.78º 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 #BD515E is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 94 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.26 |
| HSL | 352.78º | 0.45% | 0.53% | - |
| HSV(B) | 352.78º | 0.57% | 0.74% | - |
| XYZ | 25.95 | 17.51 | 12.6 | - |
| YUV | 114.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 94 | 0 | 0.57 | 0.50 | 0.26 | 352.78 | 0.45 | 0.53 |
| Hex | BD | 51 | 5E | 0 | 39 | 32 | 1A | 161 | 2D | 35 |
| Octal | 275 | 121 | 136 | 0 | 71 | 62 | 32 | 541 | 55 | 65 |
| Binary | 10111101 | 1010001 | 1011110 | 0 | 111001 | 110010 | 11010 | 101100001 | 101101 | 110101 |
Color Harmonies of #BD515E
Complementary color
Monochromatic Colors of #BD515E
Black with #BD515E
Text Example
Text Example
White with #BD515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD515E; }
p { color: rgb(189,81,94); }
H1.HeaderClassName
{
color: #BD515E;
}
.AnyTagClassName
{
color: #BD515E;
}
</style>
background-color css
<style>
a { background-color: #BD515E; }
a { background-color: rgb(189,81,94); }
div.DivClassName
{
background-color: #BD515E;
}
.BgClassName
{
background-color: #BD515E;
}
</style>
border-color css
<style>
span { border-color: #BD515E; }
span { border-color: rgb(189,81,94); }
td.TdClassName
{
border-color: #BD515E;
}
.TagClassName
{
border-color: #BD515E;
}
</style>