Shades of Blush #BD4B60
Tints of Blush #BD4B60
RGB
CMYK
RGB Variations
Color information
#BD4B60 (or 0xBD4B60) is known color: Blush. HEX triplet: BD, 4B and 60. RGB value is (189,75,96). Sum of RGB (Red+Green+Blue) = 189+75+96=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B60 is #42B49F. Grayscale: #6F6F6F. Windows color (decimal): -4371616 or 6310845. OLE color: 6310845.
HSL color Cylindrical-coordinate representation of color #BD4B60: hue angle of 348.95º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4B60 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 96 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.26 |
| HSL | 348.95º | 0.46% | 0.52% | - |
| HSV(B) | 348.95º | 0.6% | 0.74% | - |
| XYZ | 25.61 | 16.7 | 12.94 | - |
| YUV | 111.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 96 | 0 | 0.60 | 0.49 | 0.26 | 348.95 | 0.46 | 0.52 |
| Hex | BD | 4B | 60 | 0 | 3C | 31 | 1A | 15D | 2E | 34 |
| Octal | 275 | 113 | 140 | 0 | 74 | 61 | 32 | 535 | 56 | 64 |
| Binary | 10111101 | 1001011 | 1100000 | 0 | 111100 | 110001 | 11010 | 101011101 | 101110 | 110100 |
Color Harmonies of #BD4B60
Complementary color
Monochromatic Colors of #BD4B60
Black with #BD4B60
Text Example
Text Example
White with #BD4B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B60; }
p { color: rgb(189,75,96); }
H1.HeaderClassName
{
color: #BD4B60;
}
.AnyTagClassName
{
color: #BD4B60;
}
</style>
background-color css
<style>
a { background-color: #BD4B60; }
a { background-color: rgb(189,75,96); }
div.DivClassName
{
background-color: #BD4B60;
}
.BgClassName
{
background-color: #BD4B60;
}
</style>
border-color css
<style>
span { border-color: #BD4B60; }
span { border-color: rgb(189,75,96); }
td.TdClassName
{
border-color: #BD4B60;
}
.TagClassName
{
border-color: #BD4B60;
}
</style>