Shades of Blush #B55864
Tints of Blush #B55864
RGB
CMYK
RGB Variations
Color information
#B55864 (or 0xB55864) is known color: Blush. HEX triplet: B5, 58 and 64. RGB value is (181,88,100). Sum of RGB (Red+Green+Blue) = 181+88+100=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B55864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55864 is #4AA79B. Grayscale: #757575. Windows color (decimal): -4892572 or 6576309. OLE color: 6576309.
HSL color Cylindrical-coordinate representation of color #B55864: hue angle of 352.26º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55864 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 100 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.29 |
| HSL | 352.26º | 0.39% | 0.53% | - |
| HSV(B) | 352.26º | 0.51% | 0.71% | - |
| XYZ | 24.85 | 17.72 | 14.17 | - |
| YUV | 117.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 100 | 0 | 0.51 | 0.45 | 0.29 | 352.26 | 0.39 | 0.53 |
| Hex | B5 | 58 | 64 | 0 | 33 | 2D | 1D | 160 | 27 | 35 |
| Octal | 265 | 130 | 144 | 0 | 63 | 55 | 35 | 540 | 47 | 65 |
| Binary | 10110101 | 1011000 | 1100100 | 0 | 110011 | 101101 | 11101 | 101100000 | 100111 | 110101 |
Color Harmonies of #B55864
Complementary color
Monochromatic Colors of #B55864
Black with #B55864
Text Example
Text Example
White with #B55864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55864; }
p { color: rgb(181,88,100); }
H1.HeaderClassName
{
color: #B55864;
}
.AnyTagClassName
{
color: #B55864;
}
</style>
background-color css
<style>
a { background-color: #B55864; }
a { background-color: rgb(181,88,100); }
div.DivClassName
{
background-color: #B55864;
}
.BgClassName
{
background-color: #B55864;
}
</style>
border-color css
<style>
span { border-color: #B55864; }
span { border-color: rgb(181,88,100); }
td.TdClassName
{
border-color: #B55864;
}
.TagClassName
{
border-color: #B55864;
}
</style>