Shades of Blush #B55464
Tints of Blush #B55464
RGB
CMYK
RGB Variations
Color information
#B55464 (or 0xB55464) is known color: Blush. HEX triplet: B5, 54 and 64. RGB value is (181,84,100). Sum of RGB (Red+Green+Blue) = 181+84+100=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B55464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55464 is #4AAB9B. Grayscale: #727272. Windows color (decimal): -4893596 or 6575285. OLE color: 6575285.
HSL color Cylindrical-coordinate representation of color #B55464: hue angle of 350.1º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55464 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 100 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.29 |
| HSL | 350.1º | 0.4% | 0.52% | - |
| HSV(B) | 350.1º | 0.54% | 0.71% | - |
| XYZ | 24.53 | 17.08 | 14.06 | - |
| YUV | 114.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 100 | 0 | 0.54 | 0.45 | 0.29 | 350.1 | 0.4 | 0.52 |
| Hex | B5 | 54 | 64 | 0 | 36 | 2D | 1D | 15E | 28 | 34 |
| Octal | 265 | 124 | 144 | 0 | 66 | 55 | 35 | 536 | 50 | 64 |
| Binary | 10110101 | 1010100 | 1100100 | 0 | 110110 | 101101 | 11101 | 101011110 | 101000 | 110100 |
Color Harmonies of #B55464
Complementary color
Monochromatic Colors of #B55464
Black with #B55464
Text Example
Text Example
White with #B55464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55464; }
p { color: rgb(181,84,100); }
H1.HeaderClassName
{
color: #B55464;
}
.AnyTagClassName
{
color: #B55464;
}
</style>
background-color css
<style>
a { background-color: #B55464; }
a { background-color: rgb(181,84,100); }
div.DivClassName
{
background-color: #B55464;
}
.BgClassName
{
background-color: #B55464;
}
</style>
border-color css
<style>
span { border-color: #B55464; }
span { border-color: rgb(181,84,100); }
td.TdClassName
{
border-color: #B55464;
}
.TagClassName
{
border-color: #B55464;
}
</style>