Shades of Blush #B55B63
Tints of Blush #B55B63
RGB
CMYK
RGB Variations
Color information
#B55B63 (or 0xB55B63) is known color: Blush. HEX triplet: B5, 5B and 63. RGB value is (181,91,99). Sum of RGB (Red+Green+Blue) = 181+91+99=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55B63 is #4AA49C. Grayscale: #767676. Windows color (decimal): -4891805 or 6511541. OLE color: 6511541.
HSL color Cylindrical-coordinate representation of color #B55B63: hue angle of 354.67º 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 #B55B63 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 91 | 99 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.29 |
| HSL | 354.67º | 0.38% | 0.53% | - |
| HSV(B) | 354.67º | 0.5% | 0.71% | - |
| XYZ | 25.05 | 18.21 | 14 | - |
| YUV | 118.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 99 | 0 | 0.50 | 0.45 | 0.29 | 354.67 | 0.38 | 0.53 |
| Hex | B5 | 5B | 63 | 0 | 32 | 2D | 1D | 163 | 26 | 35 |
| Octal | 265 | 133 | 143 | 0 | 62 | 55 | 35 | 543 | 46 | 65 |
| Binary | 10110101 | 1011011 | 1100011 | 0 | 110010 | 101101 | 11101 | 101100011 | 100110 | 110101 |
Color Harmonies of #B55B63
Complementary color
Monochromatic Colors of #B55B63
Black with #B55B63
Text Example
Text Example
White with #B55B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55B63; }
p { color: rgb(181,91,99); }
H1.HeaderClassName
{
color: #B55B63;
}
.AnyTagClassName
{
color: #B55B63;
}
</style>
background-color css
<style>
a { background-color: #B55B63; }
a { background-color: rgb(181,91,99); }
div.DivClassName
{
background-color: #B55B63;
}
.BgClassName
{
background-color: #B55B63;
}
</style>
border-color css
<style>
span { border-color: #B55B63; }
span { border-color: rgb(181,91,99); }
td.TdClassName
{
border-color: #B55B63;
}
.TagClassName
{
border-color: #B55B63;
}
</style>