Shades of Blush #B55A63
Tints of Blush #B55A63
RGB
CMYK
RGB Variations
Color information
#B55A63 (or 0xB55A63) is known color: Blush. HEX triplet: B5, 5A and 63. RGB value is (181,90,99). Sum of RGB (Red+Green+Blue) = 181+90+99=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55A63 is #4AA59C. Grayscale: #767676. Windows color (decimal): -4892061 or 6511285. OLE color: 6511285.
HSL color Cylindrical-coordinate representation of color #B55A63: hue angle of 354.07º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55A63 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 99 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.29 |
| HSL | 354.07º | 0.38% | 0.53% | - |
| HSV(B) | 354.07º | 0.5% | 0.71% | - |
| XYZ | 24.96 | 18.04 | 13.97 | - |
| YUV | 118.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 99 | 0 | 0.50 | 0.45 | 0.29 | 354.07 | 0.38 | 0.53 |
| Hex | B5 | 5A | 63 | 0 | 32 | 2D | 1D | 162 | 26 | 35 |
| Octal | 265 | 132 | 143 | 0 | 62 | 55 | 35 | 542 | 46 | 65 |
| Binary | 10110101 | 1011010 | 1100011 | 0 | 110010 | 101101 | 11101 | 101100010 | 100110 | 110101 |
Color Harmonies of #B55A63
Complementary color
Monochromatic Colors of #B55A63
Black with #B55A63
Text Example
Text Example
White with #B55A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55A63; }
p { color: rgb(181,90,99); }
H1.HeaderClassName
{
color: #B55A63;
}
.AnyTagClassName
{
color: #B55A63;
}
</style>
background-color css
<style>
a { background-color: #B55A63; }
a { background-color: rgb(181,90,99); }
div.DivClassName
{
background-color: #B55A63;
}
.BgClassName
{
background-color: #B55A63;
}
</style>
border-color css
<style>
span { border-color: #B55A63; }
span { border-color: rgb(181,90,99); }
td.TdClassName
{
border-color: #B55A63;
}
.TagClassName
{
border-color: #B55A63;
}
</style>