Shades of Blush #BD4C5D
Tints of Blush #BD4C5D
RGB
CMYK
RGB Variations
Color information
#BD4C5D (or 0xBD4C5D) is known color: Blush. HEX triplet: BD, 4C and 5D. RGB value is (189,76,93). Sum of RGB (Red+Green+Blue) = 189+76+93=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4C5D is #42B3A2. Grayscale: #6F6F6F. Windows color (decimal): -4371363 or 6114493. OLE color: 6114493.
HSL color Cylindrical-coordinate representation of color #BD4C5D: hue angle of 350.97º 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 #BD4C5D is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 76 | 93 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.26 |
| HSL | 350.97º | 0.46% | 0.52% | - |
| HSV(B) | 350.97º | 0.6% | 0.74% | - |
| XYZ | 25.55 | 16.78 | 12.25 | - |
| YUV | 111.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 93 | 0 | 0.60 | 0.51 | 0.26 | 350.97 | 0.46 | 0.52 |
| Hex | BD | 4C | 5D | 0 | 3C | 33 | 1A | 15F | 2E | 34 |
| Octal | 275 | 114 | 135 | 0 | 74 | 63 | 32 | 537 | 56 | 64 |
| Binary | 10111101 | 1001100 | 1011101 | 0 | 111100 | 110011 | 11010 | 101011111 | 101110 | 110100 |
Color Harmonies of #BD4C5D
Complementary color
Monochromatic Colors of #BD4C5D
Black with #BD4C5D
Text Example
Text Example
White with #BD4C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4C5D; }
p { color: rgb(189,76,93); }
H1.HeaderClassName
{
color: #BD4C5D;
}
.AnyTagClassName
{
color: #BD4C5D;
}
</style>
background-color css
<style>
a { background-color: #BD4C5D; }
a { background-color: rgb(189,76,93); }
div.DivClassName
{
background-color: #BD4C5D;
}
.BgClassName
{
background-color: #BD4C5D;
}
</style>
border-color css
<style>
span { border-color: #BD4C5D; }
span { border-color: rgb(189,76,93); }
td.TdClassName
{
border-color: #BD4C5D;
}
.TagClassName
{
border-color: #BD4C5D;
}
</style>