Shades of Blush #B55861
Tints of Blush #B55861
RGB
CMYK
RGB Variations
Color information
#B55861 (or 0xB55861) is known color: Blush. HEX triplet: B5, 58 and 61. RGB value is (181,88,97). Sum of RGB (Red+Green+Blue) = 181+88+97=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B55861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55861 is #4AA79E. Grayscale: #747474. Windows color (decimal): -4892575 or 6379701. OLE color: 6379701.
HSL color Cylindrical-coordinate representation of color #B55861: hue angle of 354.19º degrees, saturation: 0.39, 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 #B55861 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 97 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.29 |
| HSL | 354.19º | 0.39% | 0.53% | - |
| HSV(B) | 354.19º | 0.51% | 0.71% | - |
| XYZ | 24.7 | 17.67 | 13.42 | - |
| YUV | 116.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 97 | 0 | 0.51 | 0.46 | 0.29 | 354.19 | 0.39 | 0.53 |
| Hex | B5 | 58 | 61 | 0 | 33 | 2E | 1D | 162 | 27 | 35 |
| Octal | 265 | 130 | 141 | 0 | 63 | 56 | 35 | 542 | 47 | 65 |
| Binary | 10110101 | 1011000 | 1100001 | 0 | 110011 | 101110 | 11101 | 101100010 | 100111 | 110101 |
Color Harmonies of #B55861
Complementary color
Monochromatic Colors of #B55861
Black with #B55861
Text Example
Text Example
White with #B55861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55861; }
p { color: rgb(181,88,97); }
H1.HeaderClassName
{
color: #B55861;
}
.AnyTagClassName
{
color: #B55861;
}
</style>
background-color css
<style>
a { background-color: #B55861; }
a { background-color: rgb(181,88,97); }
div.DivClassName
{
background-color: #B55861;
}
.BgClassName
{
background-color: #B55861;
}
</style>
border-color css
<style>
span { border-color: #B55861; }
span { border-color: rgb(181,88,97); }
td.TdClassName
{
border-color: #B55861;
}
.TagClassName
{
border-color: #B55861;
}
</style>