Shades of Blush #BD5761
Tints of Blush #BD5761
RGB
CMYK
RGB Variations
Color information
#BD5761 (or 0xBD5761) is known color: Blush. HEX triplet: BD, 57 and 61. RGB value is (189,87,97). Sum of RGB (Red+Green+Blue) = 189+87+97=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5761 is #42A89E. Grayscale: #767676. Windows color (decimal): -4368543 or 6379453. OLE color: 6379453.
HSL color Cylindrical-coordinate representation of color #BD5761: hue angle of 354.12º 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 #BD5761 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 97 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.26 |
| HSL | 354.12º | 0.44% | 0.54% | - |
| HSV(B) | 354.12º | 0.54% | 0.74% | - |
| XYZ | 26.55 | 18.5 | 13.48 | - |
| YUV | 118.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 97 | 0 | 0.54 | 0.49 | 0.26 | 354.12 | 0.44 | 0.54 |
| Hex | BD | 57 | 61 | 0 | 36 | 31 | 1A | 162 | 2C | 36 |
| Octal | 275 | 127 | 141 | 0 | 66 | 61 | 32 | 542 | 54 | 66 |
| Binary | 10111101 | 1010111 | 1100001 | 0 | 110110 | 110001 | 11010 | 101100010 | 101100 | 110110 |
Color Harmonies of #BD5761
Complementary color
Monochromatic Colors of #BD5761
Black with #BD5761
Text Example
Text Example
White with #BD5761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5761; }
p { color: rgb(189,87,97); }
H1.HeaderClassName
{
color: #BD5761;
}
.AnyTagClassName
{
color: #BD5761;
}
</style>
background-color css
<style>
a { background-color: #BD5761; }
a { background-color: rgb(189,87,97); }
div.DivClassName
{
background-color: #BD5761;
}
.BgClassName
{
background-color: #BD5761;
}
</style>
border-color css
<style>
span { border-color: #BD5761; }
span { border-color: rgb(189,87,97); }
td.TdClassName
{
border-color: #BD5761;
}
.TagClassName
{
border-color: #BD5761;
}
</style>