Shades of Blush #BD4A5E
Tints of Blush #BD4A5E
RGB
CMYK
RGB Variations
Color information
#BD4A5E (or 0xBD4A5E) is known color: Blush. HEX triplet: BD, 4A and 5E. RGB value is (189,74,94). Sum of RGB (Red+Green+Blue) = 189+74+94=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4A5E is #42B5A1. Grayscale: #6E6E6E. Windows color (decimal): -4371874 or 6179517. OLE color: 6179517.
HSL color Cylindrical-coordinate representation of color #BD4A5E: hue angle of 349.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4A5E is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 94 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.26 |
| HSL | 349.57º | 0.47% | 0.52% | - |
| HSV(B) | 349.57º | 0.61% | 0.74% | - |
| XYZ | 25.46 | 16.52 | 12.44 | - |
| YUV | 110.67 | 118.6 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 94 | 0 | 0.61 | 0.50 | 0.26 | 349.57 | 0.47 | 0.52 |
| Hex | BD | 4A | 5E | 0 | 3D | 32 | 1A | 15E | 2F | 34 |
| Octal | 275 | 112 | 136 | 0 | 75 | 62 | 32 | 536 | 57 | 64 |
| Binary | 10111101 | 1001010 | 1011110 | 0 | 111101 | 110010 | 11010 | 101011110 | 101111 | 110100 |
Color Harmonies of #BD4A5E
Complementary color
Monochromatic Colors of #BD4A5E
Black with #BD4A5E
Text Example
Text Example
White with #BD4A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A5E; }
p { color: rgb(189,74,94); }
H1.HeaderClassName
{
color: #BD4A5E;
}
.AnyTagClassName
{
color: #BD4A5E;
}
</style>
background-color css
<style>
a { background-color: #BD4A5E; }
a { background-color: rgb(189,74,94); }
div.DivClassName
{
background-color: #BD4A5E;
}
.BgClassName
{
background-color: #BD4A5E;
}
</style>
border-color css
<style>
span { border-color: #BD4A5E; }
span { border-color: rgb(189,74,94); }
td.TdClassName
{
border-color: #BD4A5E;
}
.TagClassName
{
border-color: #BD4A5E;
}
</style>