Shades of Blush #BD4A63
Tints of Blush #BD4A63
RGB
CMYK
RGB Variations
Color information
#BD4A63 (or 0xBD4A63) is known color: Blush. HEX triplet: BD, 4A and 63. RGB value is (189,74,99). Sum of RGB (Red+Green+Blue) = 189+74+99=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4A63 is #42B59C. Grayscale: #6F6F6F. Windows color (decimal): -4371869 or 6507197. OLE color: 6507197.
HSL color Cylindrical-coordinate representation of color #BD4A63: hue angle of 346.96º 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 #BD4A63 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 99 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.26 |
| HSL | 346.96º | 0.47% | 0.52% | - |
| HSV(B) | 346.96º | 0.61% | 0.74% | - |
| XYZ | 25.69 | 16.62 | 13.66 | - |
| YUV | 111.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 99 | 0 | 0.61 | 0.48 | 0.26 | 346.96 | 0.47 | 0.52 |
| Hex | BD | 4A | 63 | 0 | 3D | 30 | 1A | 15B | 2F | 34 |
| Octal | 275 | 112 | 143 | 0 | 75 | 60 | 32 | 533 | 57 | 64 |
| Binary | 10111101 | 1001010 | 1100011 | 0 | 111101 | 110000 | 11010 | 101011011 | 101111 | 110100 |
Color Harmonies of #BD4A63
Complementary color
Monochromatic Colors of #BD4A63
Black with #BD4A63
Text Example
Text Example
White with #BD4A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A63; }
p { color: rgb(189,74,99); }
H1.HeaderClassName
{
color: #BD4A63;
}
.AnyTagClassName
{
color: #BD4A63;
}
</style>
background-color css
<style>
a { background-color: #BD4A63; }
a { background-color: rgb(189,74,99); }
div.DivClassName
{
background-color: #BD4A63;
}
.BgClassName
{
background-color: #BD4A63;
}
</style>
border-color css
<style>
span { border-color: #BD4A63; }
span { border-color: rgb(189,74,99); }
td.TdClassName
{
border-color: #BD4A63;
}
.TagClassName
{
border-color: #BD4A63;
}
</style>