Shades of Blush #B55465
Tints of Blush #B55465
RGB
CMYK
RGB Variations
Color information
#B55465 (or 0xB55465) is known color: Blush. HEX triplet: B5, 54 and 65. RGB value is (181,84,101). Sum of RGB (Red+Green+Blue) = 181+84+101=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B55465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55465 is #4AAB9A. Grayscale: #727272. Windows color (decimal): -4893595 or 6640821. OLE color: 6640821.
HSL color Cylindrical-coordinate representation of color #B55465: hue angle of 349.48º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55465 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 101 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.29 |
| HSL | 349.48º | 0.4% | 0.52% | - |
| HSV(B) | 349.48º | 0.54% | 0.71% | - |
| XYZ | 24.58 | 17.1 | 14.32 | - |
| YUV | 114.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 101 | 0 | 0.54 | 0.44 | 0.29 | 349.48 | 0.4 | 0.52 |
| Hex | B5 | 54 | 65 | 0 | 36 | 2C | 1D | 15D | 28 | 34 |
| Octal | 265 | 124 | 145 | 0 | 66 | 54 | 35 | 535 | 50 | 64 |
| Binary | 10110101 | 1010100 | 1100101 | 0 | 110110 | 101100 | 11101 | 101011101 | 101000 | 110100 |
Color Harmonies of #B55465
Complementary color
Monochromatic Colors of #B55465
Black with #B55465
Text Example
Text Example
White with #B55465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55465; }
p { color: rgb(181,84,101); }
H1.HeaderClassName
{
color: #B55465;
}
.AnyTagClassName
{
color: #B55465;
}
</style>
background-color css
<style>
a { background-color: #B55465; }
a { background-color: rgb(181,84,101); }
div.DivClassName
{
background-color: #B55465;
}
.BgClassName
{
background-color: #B55465;
}
</style>
border-color css
<style>
span { border-color: #B55465; }
span { border-color: rgb(181,84,101); }
td.TdClassName
{
border-color: #B55465;
}
.TagClassName
{
border-color: #B55465;
}
</style>