Shades of Blush #B85962
Tints of Blush #B85962
RGB
CMYK
RGB Variations
Color information
#B85962 (or 0xB85962) is known color: Blush. HEX triplet: B8, 59 and 62. RGB value is (184,89,98). Sum of RGB (Red+Green+Blue) = 184+89+98=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B85962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85962 is #47A69D. Grayscale: #767676. Windows color (decimal): -4695710 or 6445496. OLE color: 6445496.
HSL color Cylindrical-coordinate representation of color #B85962: hue angle of 354.32º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85962 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 98 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.28 |
| HSL | 354.32º | 0.4% | 0.54% | - |
| HSV(B) | 354.32º | 0.52% | 0.72% | - |
| XYZ | 25.54 | 18.22 | 13.73 | - |
| YUV | 118.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 98 | 0 | 0.52 | 0.47 | 0.28 | 354.32 | 0.4 | 0.54 |
| Hex | B8 | 59 | 62 | 0 | 34 | 2F | 1C | 162 | 28 | 36 |
| Octal | 270 | 131 | 142 | 0 | 64 | 57 | 34 | 542 | 50 | 66 |
| Binary | 10111000 | 1011001 | 1100010 | 0 | 110100 | 101111 | 11100 | 101100010 | 101000 | 110110 |
Color Harmonies of #B85962
Complementary color
Monochromatic Colors of #B85962
Black with #B85962
Text Example
Text Example
White with #B85962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85962; }
p { color: rgb(184,89,98); }
H1.HeaderClassName
{
color: #B85962;
}
.AnyTagClassName
{
color: #B85962;
}
</style>
background-color css
<style>
a { background-color: #B85962; }
a { background-color: rgb(184,89,98); }
div.DivClassName
{
background-color: #B85962;
}
.BgClassName
{
background-color: #B85962;
}
</style>
border-color css
<style>
span { border-color: #B85962; }
span { border-color: rgb(184,89,98); }
td.TdClassName
{
border-color: #B85962;
}
.TagClassName
{
border-color: #B85962;
}
</style>