Shades of Blush #B55F6C
Tints of Blush #B55F6C
RGB
CMYK
RGB Variations
Color information
#B55F6C (or 0xB55F6C) is known color: Blush. HEX triplet: B5, 5F and 6C. RGB value is (181,95,108). Sum of RGB (Red+Green+Blue) = 181+95+108=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55F6C is #4AA093. Grayscale: #7A7A7A. Windows color (decimal): -4890772 or 7102389. OLE color: 7102389.
HSL color Cylindrical-coordinate representation of color #B55F6C: hue angle of 350.93º 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 #B55F6C is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 95 | 108 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.29 |
| HSL | 350.93º | 0.37% | 0.54% | - |
| HSV(B) | 350.93º | 0.48% | 0.71% | - |
| XYZ | 25.86 | 19.09 | 16.51 | - |
| YUV | 122.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 95 | 108 | 0 | 0.48 | 0.40 | 0.29 | 350.93 | 0.37 | 0.54 |
| Hex | B5 | 5F | 6C | 0 | 30 | 28 | 1D | 15F | 25 | 36 |
| Octal | 265 | 137 | 154 | 0 | 60 | 50 | 35 | 537 | 45 | 66 |
| Binary | 10110101 | 1011111 | 1101100 | 0 | 110000 | 101000 | 11101 | 101011111 | 100101 | 110110 |
Color Harmonies of #B55F6C
Complementary color
Monochromatic Colors of #B55F6C
Black with #B55F6C
Text Example
Text Example
White with #B55F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55F6C; }
p { color: rgb(181,95,108); }
H1.HeaderClassName
{
color: #B55F6C;
}
.AnyTagClassName
{
color: #B55F6C;
}
</style>
background-color css
<style>
a { background-color: #B55F6C; }
a { background-color: rgb(181,95,108); }
div.DivClassName
{
background-color: #B55F6C;
}
.BgClassName
{
background-color: #B55F6C;
}
</style>
border-color css
<style>
span { border-color: #B55F6C; }
span { border-color: rgb(181,95,108); }
td.TdClassName
{
border-color: #B55F6C;
}
.TagClassName
{
border-color: #B55F6C;
}
</style>