Shades of Blush #B55E6E
Tints of Blush #B55E6E
RGB
CMYK
RGB Variations
Color information
#B55E6E (or 0xB55E6E) is known color: Blush. HEX triplet: B5, 5E and 6E. RGB value is (181,94,110). Sum of RGB (Red+Green+Blue) = 181+94+110=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E6E is #4AA191. Grayscale: #797979. Windows color (decimal): -4891026 or 7233205. OLE color: 7233205.
HSL color Cylindrical-coordinate representation of color #B55E6E: hue angle of 348.97º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55E6E is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 110 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.29 |
| HSL | 348.97º | 0.37% | 0.54% | - |
| HSV(B) | 348.97º | 0.48% | 0.71% | - |
| XYZ | 25.87 | 18.95 | 17.05 | - |
| YUV | 121.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 110 | 0 | 0.48 | 0.39 | 0.29 | 348.97 | 0.37 | 0.54 |
| Hex | B5 | 5E | 6E | 0 | 30 | 27 | 1D | 15D | 25 | 36 |
| Octal | 265 | 136 | 156 | 0 | 60 | 47 | 35 | 535 | 45 | 66 |
| Binary | 10110101 | 1011110 | 1101110 | 0 | 110000 | 100111 | 11101 | 101011101 | 100101 | 110110 |
Color Harmonies of #B55E6E
Complementary color
Monochromatic Colors of #B55E6E
Black with #B55E6E
Text Example
Text Example
White with #B55E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E6E; }
p { color: rgb(181,94,110); }
H1.HeaderClassName
{
color: #B55E6E;
}
.AnyTagClassName
{
color: #B55E6E;
}
</style>
background-color css
<style>
a { background-color: #B55E6E; }
a { background-color: rgb(181,94,110); }
div.DivClassName
{
background-color: #B55E6E;
}
.BgClassName
{
background-color: #B55E6E;
}
</style>
border-color css
<style>
span { border-color: #B55E6E; }
span { border-color: rgb(181,94,110); }
td.TdClassName
{
border-color: #B55E6E;
}
.TagClassName
{
border-color: #B55E6E;
}
</style>