Shades of Blush #B55C61
Tints of Blush #B55C61
RGB
CMYK
RGB Variations
Color information
#B55C61 (or 0xB55C61) is known color: Blush. HEX triplet: B5, 5C and 61. RGB value is (181,92,97). Sum of RGB (Red+Green+Blue) = 181+92+97=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C61 is #4AA39E. Grayscale: #777777. Windows color (decimal): -4891551 or 6380725. OLE color: 6380725.
HSL color Cylindrical-coordinate representation of color #B55C61: hue angle of 356.63º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55C61 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 97 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.29 |
| HSL | 356.63º | 0.38% | 0.54% | - |
| HSV(B) | 356.63º | 0.49% | 0.71% | - |
| XYZ | 25.04 | 18.34 | 13.53 | - |
| YUV | 119.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 97 | 0 | 0.49 | 0.46 | 0.29 | 356.63 | 0.38 | 0.54 |
| Hex | B5 | 5C | 61 | 0 | 31 | 2E | 1D | 165 | 26 | 36 |
| Octal | 265 | 134 | 141 | 0 | 61 | 56 | 35 | 545 | 46 | 66 |
| Binary | 10110101 | 1011100 | 1100001 | 0 | 110001 | 101110 | 11101 | 101100101 | 100110 | 110110 |
Color Harmonies of #B55C61
Complementary color
Monochromatic Colors of #B55C61
Black with #B55C61
Text Example
Text Example
White with #B55C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C61; }
p { color: rgb(181,92,97); }
H1.HeaderClassName
{
color: #B55C61;
}
.AnyTagClassName
{
color: #B55C61;
}
</style>
background-color css
<style>
a { background-color: #B55C61; }
a { background-color: rgb(181,92,97); }
div.DivClassName
{
background-color: #B55C61;
}
.BgClassName
{
background-color: #B55C61;
}
</style>
border-color css
<style>
span { border-color: #B55C61; }
span { border-color: rgb(181,92,97); }
td.TdClassName
{
border-color: #B55C61;
}
.TagClassName
{
border-color: #B55C61;
}
</style>