Shades of Blush #B95970
Tints of Blush #B95970
RGB
CMYK
RGB Variations
Color information
#B95970 (or 0xB95970) is known color: Blush. HEX triplet: B9, 59 and 70. RGB value is (185,89,112). Sum of RGB (Red+Green+Blue) = 185+89+112=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B95970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95970 is #46A68F. Grayscale: #787878. Windows color (decimal): -4630160 or 7363001. OLE color: 7363001.
HSL color Cylindrical-coordinate representation of color #B95970: hue angle of 345.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95970 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 89 | 112 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.27 |
| HSL | 345.63º | 0.41% | 0.54% | - |
| HSV(B) | 345.63º | 0.52% | 0.73% | - |
| XYZ | 26.5 | 18.63 | 17.53 | - |
| YUV | 120.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 112 | 0 | 0.52 | 0.39 | 0.27 | 345.63 | 0.41 | 0.54 |
| Hex | B9 | 59 | 70 | 0 | 34 | 27 | 1B | 15A | 29 | 36 |
| Octal | 271 | 131 | 160 | 0 | 64 | 47 | 33 | 532 | 51 | 66 |
| Binary | 10111001 | 1011001 | 1110000 | 0 | 110100 | 100111 | 11011 | 101011010 | 101001 | 110110 |
Color Harmonies of #B95970
Complementary color
Monochromatic Colors of #B95970
Black with #B95970
Text Example
Text Example
White with #B95970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95970; }
p { color: rgb(185,89,112); }
H1.HeaderClassName
{
color: #B95970;
}
.AnyTagClassName
{
color: #B95970;
}
</style>
background-color css
<style>
a { background-color: #B95970; }
a { background-color: rgb(185,89,112); }
div.DivClassName
{
background-color: #B95970;
}
.BgClassName
{
background-color: #B95970;
}
</style>
border-color css
<style>
span { border-color: #B95970; }
span { border-color: rgb(185,89,112); }
td.TdClassName
{
border-color: #B95970;
}
.TagClassName
{
border-color: #B95970;
}
</style>