Shades of Blush #B55A64
Tints of Blush #B55A64
RGB
CMYK
RGB Variations
Color information
#B55A64 (or 0xB55A64) is known color: Blush. HEX triplet: B5, 5A and 64. RGB value is (181,90,100). Sum of RGB (Red+Green+Blue) = 181+90+100=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55A64 is #4AA59B. Grayscale: #767676. Windows color (decimal): -4892060 or 6576821. OLE color: 6576821.
HSL color Cylindrical-coordinate representation of color #B55A64: hue angle of 353.41º 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 #B55A64 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 100 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.29 |
| HSL | 353.41º | 0.38% | 0.53% | - |
| HSV(B) | 353.41º | 0.5% | 0.71% | - |
| XYZ | 25.01 | 18.06 | 14.22 | - |
| YUV | 118.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 100 | 0 | 0.50 | 0.45 | 0.29 | 353.41 | 0.38 | 0.53 |
| Hex | B5 | 5A | 64 | 0 | 32 | 2D | 1D | 161 | 26 | 35 |
| Octal | 265 | 132 | 144 | 0 | 62 | 55 | 35 | 541 | 46 | 65 |
| Binary | 10110101 | 1011010 | 1100100 | 0 | 110010 | 101101 | 11101 | 101100001 | 100110 | 110101 |
Color Harmonies of #B55A64
Complementary color
Monochromatic Colors of #B55A64
Black with #B55A64
Text Example
Text Example
White with #B55A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55A64; }
p { color: rgb(181,90,100); }
H1.HeaderClassName
{
color: #B55A64;
}
.AnyTagClassName
{
color: #B55A64;
}
</style>
background-color css
<style>
a { background-color: #B55A64; }
a { background-color: rgb(181,90,100); }
div.DivClassName
{
background-color: #B55A64;
}
.BgClassName
{
background-color: #B55A64;
}
</style>
border-color css
<style>
span { border-color: #B55A64; }
span { border-color: rgb(181,90,100); }
td.TdClassName
{
border-color: #B55A64;
}
.TagClassName
{
border-color: #B55A64;
}
</style>