Shades of Blush #BD4464
Tints of Blush #BD4464
RGB
CMYK
RGB Variations
Color information
#BD4464 (or 0xBD4464) is known color: Blush. HEX triplet: BD, 44 and 64. RGB value is (189,68,100). Sum of RGB (Red+Green+Blue) = 189+68+100=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4464 is #42BB9B. Grayscale: #6B6B6B. Windows color (decimal): -4373404 or 6571197. OLE color: 6571197.
HSL color Cylindrical-coordinate representation of color #BD4464: hue angle of 344.13º 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 #BD4464 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 100 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.26 |
| HSL | 344.13º | 0.48% | 0.5% | - |
| HSV(B) | 344.13º | 0.64% | 0.74% | - |
| XYZ | 25.35 | 15.87 | 13.78 | - |
| YUV | 107.83 | 123.59 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 100 | 0 | 0.64 | 0.47 | 0.26 | 344.13 | 0.48 | 0.5 |
| Hex | BD | 44 | 64 | 0 | 40 | 2F | 1A | 158 | 30 | 32 |
| Octal | 275 | 104 | 144 | 0 | 100 | 57 | 32 | 530 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1100100 | 0 | 1000000 | 101111 | 11010 | 101011000 | 110000 | 110010 |
Color Harmonies of #BD4464
Complementary color
Monochromatic Colors of #BD4464
Black with #BD4464
Text Example
Text Example
White with #BD4464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4464; }
p { color: rgb(189,68,100); }
H1.HeaderClassName
{
color: #BD4464;
}
.AnyTagClassName
{
color: #BD4464;
}
</style>
background-color css
<style>
a { background-color: #BD4464; }
a { background-color: rgb(189,68,100); }
div.DivClassName
{
background-color: #BD4464;
}
.BgClassName
{
background-color: #BD4464;
}
</style>
border-color css
<style>
span { border-color: #BD4464; }
span { border-color: rgb(189,68,100); }
td.TdClassName
{
border-color: #BD4464;
}
.TagClassName
{
border-color: #BD4464;
}
</style>