Shades of Blush #B5586C
Tints of Blush #B5586C
RGB
CMYK
RGB Variations
Color information
#B5586C (or 0xB5586C) is known color: Blush. HEX triplet: B5, 58 and 6C. RGB value is (181,88,108). Sum of RGB (Red+Green+Blue) = 181+88+108=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5586C is #4AA793. Grayscale: #767676. Windows color (decimal): -4892564 or 7100597. OLE color: 7100597.
HSL color Cylindrical-coordinate representation of color #B5586C: hue angle of 347.1º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5586C is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 108 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.29 |
| HSL | 347.1º | 0.39% | 0.53% | - |
| HSV(B) | 347.1º | 0.51% | 0.71% | - |
| XYZ | 25.25 | 17.89 | 16.31 | - |
| YUV | 118.09 | 122.31 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 108 | 0 | 0.51 | 0.40 | 0.29 | 347.1 | 0.39 | 0.53 |
| Hex | B5 | 58 | 6C | 0 | 33 | 28 | 1D | 15B | 27 | 35 |
| Octal | 265 | 130 | 154 | 0 | 63 | 50 | 35 | 533 | 47 | 65 |
| Binary | 10110101 | 1011000 | 1101100 | 0 | 110011 | 101000 | 11101 | 101011011 | 100111 | 110101 |
Color Harmonies of #B5586C
Complementary color
Monochromatic Colors of #B5586C
Black with #B5586C
Text Example
Text Example
White with #B5586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5586C; }
p { color: rgb(181,88,108); }
H1.HeaderClassName
{
color: #B5586C;
}
.AnyTagClassName
{
color: #B5586C;
}
</style>
background-color css
<style>
a { background-color: #B5586C; }
a { background-color: rgb(181,88,108); }
div.DivClassName
{
background-color: #B5586C;
}
.BgClassName
{
background-color: #B5586C;
}
</style>
border-color css
<style>
span { border-color: #B5586C; }
span { border-color: rgb(181,88,108); }
td.TdClassName
{
border-color: #B5586C;
}
.TagClassName
{
border-color: #B5586C;
}
</style>