Shades of Blush #BD5063
Tints of Blush #BD5063
RGB
CMYK
RGB Variations
Color information
#BD5063 (or 0xBD5063) is known color: Blush. HEX triplet: BD, 50 and 63. RGB value is (189,80,99). Sum of RGB (Red+Green+Blue) = 189+80+99=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5063 is #42AF9C. Grayscale: #727272. Windows color (decimal): -4370333 or 6508733. OLE color: 6508733.
HSL color Cylindrical-coordinate representation of color #BD5063: hue angle of 349.54º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5063 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 99 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.26 |
| HSL | 349.54º | 0.45% | 0.53% | - |
| HSV(B) | 349.54º | 0.58% | 0.74% | - |
| XYZ | 26.11 | 17.46 | 13.8 | - |
| YUV | 114.76 | 119.11 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 99 | 0 | 0.58 | 0.48 | 0.26 | 349.54 | 0.45 | 0.53 |
| Hex | BD | 50 | 63 | 0 | 3A | 30 | 1A | 15E | 2D | 35 |
| Octal | 275 | 120 | 143 | 0 | 72 | 60 | 32 | 536 | 55 | 65 |
| Binary | 10111101 | 1010000 | 1100011 | 0 | 111010 | 110000 | 11010 | 101011110 | 101101 | 110101 |
Color Harmonies of #BD5063
Complementary color
Monochromatic Colors of #BD5063
Black with #BD5063
Text Example
Text Example
White with #BD5063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5063; }
p { color: rgb(189,80,99); }
H1.HeaderClassName
{
color: #BD5063;
}
.AnyTagClassName
{
color: #BD5063;
}
</style>
background-color css
<style>
a { background-color: #BD5063; }
a { background-color: rgb(189,80,99); }
div.DivClassName
{
background-color: #BD5063;
}
.BgClassName
{
background-color: #BD5063;
}
</style>
border-color css
<style>
span { border-color: #BD5063; }
span { border-color: rgb(189,80,99); }
td.TdClassName
{
border-color: #BD5063;
}
.TagClassName
{
border-color: #BD5063;
}
</style>