Shades of Blush #B55C5E
Tints of Blush #B55C5E
RGB
CMYK
RGB Variations
Color information
#B55C5E (or 0xB55C5E) is known color: Blush. HEX triplet: B5, 5C and 5E. RGB value is (181,92,94). Sum of RGB (Red+Green+Blue) = 181+92+94=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C5E is #4AA3A1. Grayscale: #767676. Windows color (decimal): -4891554 or 6184117. OLE color: 6184117.
HSL color Cylindrical-coordinate representation of color #B55C5E: hue angle of 358.65º 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 #B55C5E is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 94 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.29 |
| HSL | 358.65º | 0.38% | 0.54% | - |
| HSV(B) | 358.65º | 0.49% | 0.71% | - |
| XYZ | 24.9 | 18.29 | 12.81 | - |
| YUV | 118.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 94 | 0 | 0.49 | 0.48 | 0.29 | 358.65 | 0.38 | 0.54 |
| Hex | B5 | 5C | 5E | 0 | 31 | 30 | 1D | 167 | 26 | 36 |
| Octal | 265 | 134 | 136 | 0 | 61 | 60 | 35 | 547 | 46 | 66 |
| Binary | 10110101 | 1011100 | 1011110 | 0 | 110001 | 110000 | 11101 | 101100111 | 100110 | 110110 |
Color Harmonies of #B55C5E
Complementary color
Monochromatic Colors of #B55C5E
Black with #B55C5E
Text Example
Text Example
White with #B55C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C5E; }
p { color: rgb(181,92,94); }
H1.HeaderClassName
{
color: #B55C5E;
}
.AnyTagClassName
{
color: #B55C5E;
}
</style>
background-color css
<style>
a { background-color: #B55C5E; }
a { background-color: rgb(181,92,94); }
div.DivClassName
{
background-color: #B55C5E;
}
.BgClassName
{
background-color: #B55C5E;
}
</style>
border-color css
<style>
span { border-color: #B55C5E; }
span { border-color: rgb(181,92,94); }
td.TdClassName
{
border-color: #B55C5E;
}
.TagClassName
{
border-color: #B55C5E;
}
</style>