Shades of Blush #BD5662
Tints of Blush #BD5662
RGB
CMYK
RGB Variations
Color information
#BD5662 (or 0xBD5662) is known color: Blush. HEX triplet: BD, 56 and 62. RGB value is (189,86,98). Sum of RGB (Red+Green+Blue) = 189+86+98=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5662 is #42A99D. Grayscale: #767676. Windows color (decimal): -4368798 or 6444733. OLE color: 6444733.
HSL color Cylindrical-coordinate representation of color #BD5662: hue angle of 353.01º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5662 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 98 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.26 |
| HSL | 353.01º | 0.44% | 0.54% | - |
| HSV(B) | 353.01º | 0.54% | 0.74% | - |
| XYZ | 26.52 | 18.36 | 13.7 | - |
| YUV | 118.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 98 | 0 | 0.54 | 0.48 | 0.26 | 353.01 | 0.44 | 0.54 |
| Hex | BD | 56 | 62 | 0 | 36 | 30 | 1A | 161 | 2C | 36 |
| Octal | 275 | 126 | 142 | 0 | 66 | 60 | 32 | 541 | 54 | 66 |
| Binary | 10111101 | 1010110 | 1100010 | 0 | 110110 | 110000 | 11010 | 101100001 | 101100 | 110110 |
Color Harmonies of #BD5662
Complementary color
Monochromatic Colors of #BD5662
Black with #BD5662
Text Example
Text Example
White with #BD5662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5662; }
p { color: rgb(189,86,98); }
H1.HeaderClassName
{
color: #BD5662;
}
.AnyTagClassName
{
color: #BD5662;
}
</style>
background-color css
<style>
a { background-color: #BD5662; }
a { background-color: rgb(189,86,98); }
div.DivClassName
{
background-color: #BD5662;
}
.BgClassName
{
background-color: #BD5662;
}
</style>
border-color css
<style>
span { border-color: #BD5662; }
span { border-color: rgb(189,86,98); }
td.TdClassName
{
border-color: #BD5662;
}
.TagClassName
{
border-color: #BD5662;
}
</style>