Shades of Blush #B55963
Tints of Blush #B55963
RGB
CMYK
RGB Variations
Color information
#B55963 (or 0xB55963) is known color: Blush. HEX triplet: B5, 59 and 63. RGB value is (181,89,99). Sum of RGB (Red+Green+Blue) = 181+89+99=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B55963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55963 is #4AA69C. Grayscale: #757575. Windows color (decimal): -4892317 or 6511029. OLE color: 6511029.
HSL color Cylindrical-coordinate representation of color #B55963: hue angle of 353.48º degrees, saturation: 0.38, 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 #B55963 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 99 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.29 |
| HSL | 353.48º | 0.38% | 0.53% | - |
| HSV(B) | 353.48º | 0.51% | 0.71% | - |
| XYZ | 24.88 | 17.87 | 13.94 | - |
| YUV | 117.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 99 | 0 | 0.51 | 0.45 | 0.29 | 353.48 | 0.38 | 0.53 |
| Hex | B5 | 59 | 63 | 0 | 33 | 2D | 1D | 161 | 26 | 35 |
| Octal | 265 | 131 | 143 | 0 | 63 | 55 | 35 | 541 | 46 | 65 |
| Binary | 10110101 | 1011001 | 1100011 | 0 | 110011 | 101101 | 11101 | 101100001 | 100110 | 110101 |
Color Harmonies of #B55963
Complementary color
Monochromatic Colors of #B55963
Black with #B55963
Text Example
Text Example
White with #B55963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55963; }
p { color: rgb(181,89,99); }
H1.HeaderClassName
{
color: #B55963;
}
.AnyTagClassName
{
color: #B55963;
}
</style>
background-color css
<style>
a { background-color: #B55963; }
a { background-color: rgb(181,89,99); }
div.DivClassName
{
background-color: #B55963;
}
.BgClassName
{
background-color: #B55963;
}
</style>
border-color css
<style>
span { border-color: #B55963; }
span { border-color: rgb(181,89,99); }
td.TdClassName
{
border-color: #B55963;
}
.TagClassName
{
border-color: #B55963;
}
</style>