Shades of Blush #B85865
Tints of Blush #B85865
RGB
CMYK
RGB Variations
Color information
#B85865 (or 0xB85865) is known color: Blush. HEX triplet: B8, 58 and 65. RGB value is (184,88,101). Sum of RGB (Red+Green+Blue) = 184+88+101=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B85865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85865 is #47A79A. Grayscale: #767676. Windows color (decimal): -4695963 or 6641848. OLE color: 6641848.
HSL color Cylindrical-coordinate representation of color #B85865: hue angle of 351.88º 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 #B85865 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 101 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.28 |
| HSL | 351.88º | 0.4% | 0.53% | - |
| HSV(B) | 351.88º | 0.52% | 0.72% | - |
| XYZ | 25.61 | 18.11 | 14.46 | - |
| YUV | 118.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 101 | 0 | 0.52 | 0.45 | 0.28 | 351.88 | 0.4 | 0.53 |
| Hex | B8 | 58 | 65 | 0 | 34 | 2D | 1C | 160 | 28 | 35 |
| Octal | 270 | 130 | 145 | 0 | 64 | 55 | 34 | 540 | 50 | 65 |
| Binary | 10111000 | 1011000 | 1100101 | 0 | 110100 | 101101 | 11100 | 101100000 | 101000 | 110101 |
Color Harmonies of #B85865
Complementary color
Monochromatic Colors of #B85865
Black with #B85865
Text Example
Text Example
White with #B85865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85865; }
p { color: rgb(184,88,101); }
H1.HeaderClassName
{
color: #B85865;
}
.AnyTagClassName
{
color: #B85865;
}
</style>
background-color css
<style>
a { background-color: #B85865; }
a { background-color: rgb(184,88,101); }
div.DivClassName
{
background-color: #B85865;
}
.BgClassName
{
background-color: #B85865;
}
</style>
border-color css
<style>
span { border-color: #B85865; }
span { border-color: rgb(184,88,101); }
td.TdClassName
{
border-color: #B85865;
}
.TagClassName
{
border-color: #B85865;
}
</style>