Shades of Blush #BD5961
Tints of Blush #BD5961
RGB
CMYK
RGB Variations
Color information
#BD5961 (or 0xBD5961) is known color: Blush. HEX triplet: BD, 59 and 61. RGB value is (189,89,97). Sum of RGB (Red+Green+Blue) = 189+89+97=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5961 is #42A69E. Grayscale: #777777. Windows color (decimal): -4368031 or 6379965. OLE color: 6379965.
HSL color Cylindrical-coordinate representation of color #BD5961: hue angle of 355.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD5961 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 97 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.26 |
| HSL | 355.2º | 0.43% | 0.55% | - |
| HSV(B) | 355.2º | 0.53% | 0.74% | - |
| XYZ | 26.72 | 18.83 | 13.54 | - |
| YUV | 119.81 | 115.13 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 97 | 0 | 0.53 | 0.49 | 0.26 | 355.2 | 0.43 | 0.55 |
| Hex | BD | 59 | 61 | 0 | 35 | 31 | 1A | 163 | 2B | 37 |
| Octal | 275 | 131 | 141 | 0 | 65 | 61 | 32 | 543 | 53 | 67 |
| Binary | 10111101 | 1011001 | 1100001 | 0 | 110101 | 110001 | 11010 | 101100011 | 101011 | 110111 |
Color Harmonies of #BD5961
Complementary color
Monochromatic Colors of #BD5961
Black with #BD5961
Text Example
Text Example
White with #BD5961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5961; }
p { color: rgb(189,89,97); }
H1.HeaderClassName
{
color: #BD5961;
}
.AnyTagClassName
{
color: #BD5961;
}
</style>
background-color css
<style>
a { background-color: #BD5961; }
a { background-color: rgb(189,89,97); }
div.DivClassName
{
background-color: #BD5961;
}
.BgClassName
{
background-color: #BD5961;
}
</style>
border-color css
<style>
span { border-color: #BD5961; }
span { border-color: rgb(189,89,97); }
td.TdClassName
{
border-color: #BD5961;
}
.TagClassName
{
border-color: #BD5961;
}
</style>