Shades of Blush #BD5F70
Tints of Blush #BD5F70
RGB
CMYK
RGB Variations
Color information
#BD5F70 (or 0xBD5F70) is known color: Blush. HEX triplet: BD, 5F and 70. RGB value is (189,95,112). Sum of RGB (Red+Green+Blue) = 189+95+112=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5F70 is #42A08F. Grayscale: #7D7D7D. Windows color (decimal): -4366480 or 7364541. OLE color: 7364541.
HSL color Cylindrical-coordinate representation of color #BD5F70: hue angle of 349.15º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5F70 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 95 | 112 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.26 |
| HSL | 349.15º | 0.42% | 0.56% | - |
| HSV(B) | 349.15º | 0.5% | 0.74% | - |
| XYZ | 28 | 20.17 | 17.75 | - |
| YUV | 125.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 112 | 0 | 0.50 | 0.41 | 0.26 | 349.15 | 0.42 | 0.56 |
| Hex | BD | 5F | 70 | 0 | 32 | 29 | 1A | 15D | 2A | 38 |
| Octal | 275 | 137 | 160 | 0 | 62 | 51 | 32 | 535 | 52 | 70 |
| Binary | 10111101 | 1011111 | 1110000 | 0 | 110010 | 101001 | 11010 | 101011101 | 101010 | 111000 |
Color Harmonies of #BD5F70
Complementary color
Monochromatic Colors of #BD5F70
Black with #BD5F70
Text Example
Text Example
White with #BD5F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5F70; }
p { color: rgb(189,95,112); }
H1.HeaderClassName
{
color: #BD5F70;
}
.AnyTagClassName
{
color: #BD5F70;
}
</style>
background-color css
<style>
a { background-color: #BD5F70; }
a { background-color: rgb(189,95,112); }
div.DivClassName
{
background-color: #BD5F70;
}
.BgClassName
{
background-color: #BD5F70;
}
</style>
border-color css
<style>
span { border-color: #BD5F70; }
span { border-color: rgb(189,95,112); }
td.TdClassName
{
border-color: #BD5F70;
}
.TagClassName
{
border-color: #BD5F70;
}
</style>