Shades of Blush #BD4E5D
Tints of Blush #BD4E5D
RGB
CMYK
RGB Variations
Color information
#BD4E5D (or 0xBD4E5D) is known color: Blush. HEX triplet: BD, 4E and 5D. RGB value is (189,78,93). Sum of RGB (Red+Green+Blue) = 189+78+93=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4E5D is #42B1A2. Grayscale: #707070. Windows color (decimal): -4370851 or 6115005. OLE color: 6115005.
HSL color Cylindrical-coordinate representation of color #BD4E5D: hue angle of 351.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4E5D is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 93 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.26 |
| HSL | 351.89º | 0.46% | 0.52% | - |
| HSV(B) | 351.89º | 0.59% | 0.74% | - |
| XYZ | 25.69 | 17.06 | 12.29 | - |
| YUV | 112.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 93 | 0 | 0.59 | 0.51 | 0.26 | 351.89 | 0.46 | 0.52 |
| Hex | BD | 4E | 5D | 0 | 3B | 33 | 1A | 160 | 2E | 34 |
| Octal | 275 | 116 | 135 | 0 | 73 | 63 | 32 | 540 | 56 | 64 |
| Binary | 10111101 | 1001110 | 1011101 | 0 | 111011 | 110011 | 11010 | 101100000 | 101110 | 110100 |
Color Harmonies of #BD4E5D
Complementary color
Monochromatic Colors of #BD4E5D
Black with #BD4E5D
Text Example
Text Example
White with #BD4E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E5D; }
p { color: rgb(189,78,93); }
H1.HeaderClassName
{
color: #BD4E5D;
}
.AnyTagClassName
{
color: #BD4E5D;
}
</style>
background-color css
<style>
a { background-color: #BD4E5D; }
a { background-color: rgb(189,78,93); }
div.DivClassName
{
background-color: #BD4E5D;
}
.BgClassName
{
background-color: #BD4E5D;
}
</style>
border-color css
<style>
span { border-color: #BD4E5D; }
span { border-color: rgb(189,78,93); }
td.TdClassName
{
border-color: #BD4E5D;
}
.TagClassName
{
border-color: #BD4E5D;
}
</style>