Shades of Blush #B85760
Tints of Blush #B85760
RGB
CMYK
RGB Variations
Color information
#B85760 (or 0xB85760) is known color: Blush. HEX triplet: B8, 57 and 60. RGB value is (184,87,96). Sum of RGB (Red+Green+Blue) = 184+87+96=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B85760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85760 is #47A89F. Grayscale: #757575. Windows color (decimal): -4696224 or 6313912. OLE color: 6313912.
HSL color Cylindrical-coordinate representation of color #B85760: hue angle of 354.43º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85760 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 96 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.28 |
| HSL | 354.43º | 0.41% | 0.53% | - |
| HSV(B) | 354.43º | 0.53% | 0.72% | - |
| XYZ | 25.29 | 17.85 | 13.18 | - |
| YUV | 117.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 96 | 0 | 0.53 | 0.48 | 0.28 | 354.43 | 0.41 | 0.53 |
| Hex | B8 | 57 | 60 | 0 | 35 | 30 | 1C | 162 | 29 | 35 |
| Octal | 270 | 127 | 140 | 0 | 65 | 60 | 34 | 542 | 51 | 65 |
| Binary | 10111000 | 1010111 | 1100000 | 0 | 110101 | 110000 | 11100 | 101100010 | 101001 | 110101 |
Color Harmonies of #B85760
Complementary color
Monochromatic Colors of #B85760
Black with #B85760
Text Example
Text Example
White with #B85760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85760; }
p { color: rgb(184,87,96); }
H1.HeaderClassName
{
color: #B85760;
}
.AnyTagClassName
{
color: #B85760;
}
</style>
background-color css
<style>
a { background-color: #B85760; }
a { background-color: rgb(184,87,96); }
div.DivClassName
{
background-color: #B85760;
}
.BgClassName
{
background-color: #B85760;
}
</style>
border-color css
<style>
span { border-color: #B85760; }
span { border-color: rgb(184,87,96); }
td.TdClassName
{
border-color: #B85760;
}
.TagClassName
{
border-color: #B85760;
}
</style>