Shades of Blush #BD4463
Tints of Blush #BD4463
RGB
CMYK
RGB Variations
Color information
#BD4463 (or 0xBD4463) is known color: Blush. HEX triplet: BD, 44 and 63. RGB value is (189,68,99). Sum of RGB (Red+Green+Blue) = 189+68+99=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4463 is #42BB9C. Grayscale: #6B6B6B. Windows color (decimal): -4373405 or 6505661. OLE color: 6505661.
HSL color Cylindrical-coordinate representation of color #BD4463: hue angle of 344.63º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4463 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 99 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.26 |
| HSL | 344.63º | 0.48% | 0.5% | - |
| HSV(B) | 344.63º | 0.64% | 0.74% | - |
| XYZ | 25.31 | 15.85 | 13.53 | - |
| YUV | 107.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 99 | 0 | 0.64 | 0.48 | 0.26 | 344.63 | 0.48 | 0.5 |
| Hex | BD | 44 | 63 | 0 | 40 | 30 | 1A | 159 | 30 | 32 |
| Octal | 275 | 104 | 143 | 0 | 100 | 60 | 32 | 531 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1100011 | 0 | 1000000 | 110000 | 11010 | 101011001 | 110000 | 110010 |
Color Harmonies of #BD4463
Complementary color
Monochromatic Colors of #BD4463
Black with #BD4463
Text Example
Text Example
White with #BD4463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4463; }
p { color: rgb(189,68,99); }
H1.HeaderClassName
{
color: #BD4463;
}
.AnyTagClassName
{
color: #BD4463;
}
</style>
background-color css
<style>
a { background-color: #BD4463; }
a { background-color: rgb(189,68,99); }
div.DivClassName
{
background-color: #BD4463;
}
.BgClassName
{
background-color: #BD4463;
}
</style>
border-color css
<style>
span { border-color: #BD4463; }
span { border-color: rgb(189,68,99); }
td.TdClassName
{
border-color: #BD4463;
}
.TagClassName
{
border-color: #BD4463;
}
</style>