Shades of Blush #BD5672
Tints of Blush #BD5672
RGB
CMYK
RGB Variations
Color information
#BD5672 (or 0xBD5672) is known color: Blush. HEX triplet: BD, 56 and 72. RGB value is (189,86,114). Sum of RGB (Red+Green+Blue) = 189+86+114=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5672 is #42A98D. Grayscale: #777777. Windows color (decimal): -4368782 or 7493309. OLE color: 7493309.
HSL color Cylindrical-coordinate representation of color #BD5672: hue angle of 343.69º 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 #BD5672 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 114 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.26 |
| HSL | 343.69º | 0.44% | 0.54% | - |
| HSV(B) | 343.69º | 0.54% | 0.74% | - |
| XYZ | 27.35 | 18.69 | 18.09 | - |
| YUV | 119.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 114 | 0 | 0.54 | 0.40 | 0.26 | 343.69 | 0.44 | 0.54 |
| Hex | BD | 56 | 72 | 0 | 36 | 28 | 1A | 158 | 2C | 36 |
| Octal | 275 | 126 | 162 | 0 | 66 | 50 | 32 | 530 | 54 | 66 |
| Binary | 10111101 | 1010110 | 1110010 | 0 | 110110 | 101000 | 11010 | 101011000 | 101100 | 110110 |
Color Harmonies of #BD5672
Complementary color
Monochromatic Colors of #BD5672
Black with #BD5672
Text Example
Text Example
White with #BD5672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5672; }
p { color: rgb(189,86,114); }
H1.HeaderClassName
{
color: #BD5672;
}
.AnyTagClassName
{
color: #BD5672;
}
</style>
background-color css
<style>
a { background-color: #BD5672; }
a { background-color: rgb(189,86,114); }
div.DivClassName
{
background-color: #BD5672;
}
.BgClassName
{
background-color: #BD5672;
}
</style>
border-color css
<style>
span { border-color: #BD5672; }
span { border-color: rgb(189,86,114); }
td.TdClassName
{
border-color: #BD5672;
}
.TagClassName
{
border-color: #BD5672;
}
</style>