Shades of Blush #B85862
Tints of Blush #B85862
RGB
CMYK
RGB Variations
Color information
#B85862 (or 0xB85862) is known color: Blush. HEX triplet: B8, 58 and 62. RGB value is (184,88,98). Sum of RGB (Red+Green+Blue) = 184+88+98=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B85862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85862 is #47A79D. Grayscale: #757575. Windows color (decimal): -4695966 or 6445240. OLE color: 6445240.
HSL color Cylindrical-coordinate representation of color #B85862: hue angle of 353.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85862 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 98 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.28 |
| HSL | 353.75º | 0.4% | 0.53% | - |
| HSV(B) | 353.75º | 0.52% | 0.72% | - |
| XYZ | 25.46 | 18.05 | 13.7 | - |
| YUV | 117.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 98 | 0 | 0.52 | 0.47 | 0.28 | 353.75 | 0.4 | 0.53 |
| Hex | B8 | 58 | 62 | 0 | 34 | 2F | 1C | 162 | 28 | 35 |
| Octal | 270 | 130 | 142 | 0 | 64 | 57 | 34 | 542 | 50 | 65 |
| Binary | 10111000 | 1011000 | 1100010 | 0 | 110100 | 101111 | 11100 | 101100010 | 101000 | 110101 |
Color Harmonies of #B85862
Complementary color
Monochromatic Colors of #B85862
Black with #B85862
Text Example
Text Example
White with #B85862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85862; }
p { color: rgb(184,88,98); }
H1.HeaderClassName
{
color: #B85862;
}
.AnyTagClassName
{
color: #B85862;
}
</style>
background-color css
<style>
a { background-color: #B85862; }
a { background-color: rgb(184,88,98); }
div.DivClassName
{
background-color: #B85862;
}
.BgClassName
{
background-color: #B85862;
}
</style>
border-color css
<style>
span { border-color: #B85862; }
span { border-color: rgb(184,88,98); }
td.TdClassName
{
border-color: #B85862;
}
.TagClassName
{
border-color: #B85862;
}
</style>