Shades of Blush #BD515F
Tints of Blush #BD515F
RGB
CMYK
RGB Variations
Color information
#BD515F (or 0xBD515F) is known color: Blush. HEX triplet: BD, 51 and 5F. RGB value is (189,81,95). Sum of RGB (Red+Green+Blue) = 189+81+95=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD515F is #42AEA0. Grayscale: #727272. Windows color (decimal): -4370081 or 6246845. OLE color: 6246845.
HSL color Cylindrical-coordinate representation of color #BD515F: hue angle of 352.22º 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 #BD515F is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 95 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.26 |
| HSL | 352.22º | 0.45% | 0.53% | - |
| HSV(B) | 352.22º | 0.57% | 0.74% | - |
| XYZ | 25.99 | 17.53 | 12.84 | - |
| YUV | 114.89 | 116.78 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 95 | 0 | 0.57 | 0.50 | 0.26 | 352.22 | 0.45 | 0.53 |
| Hex | BD | 51 | 5F | 0 | 39 | 32 | 1A | 160 | 2D | 35 |
| Octal | 275 | 121 | 137 | 0 | 71 | 62 | 32 | 540 | 55 | 65 |
| Binary | 10111101 | 1010001 | 1011111 | 0 | 111001 | 110010 | 11010 | 101100000 | 101101 | 110101 |
Color Harmonies of #BD515F
Complementary color
Monochromatic Colors of #BD515F
Black with #BD515F
Text Example
Text Example
White with #BD515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD515F; }
p { color: rgb(189,81,95); }
H1.HeaderClassName
{
color: #BD515F;
}
.AnyTagClassName
{
color: #BD515F;
}
</style>
background-color css
<style>
a { background-color: #BD515F; }
a { background-color: rgb(189,81,95); }
div.DivClassName
{
background-color: #BD515F;
}
.BgClassName
{
background-color: #BD515F;
}
</style>
border-color css
<style>
span { border-color: #BD515F; }
span { border-color: rgb(189,81,95); }
td.TdClassName
{
border-color: #BD515F;
}
.TagClassName
{
border-color: #BD515F;
}
</style>