Shades of Blush #B5576C
Tints of Blush #B5576C
RGB
CMYK
RGB Variations
Color information
#B5576C (or 0xB5576C) is known color: Blush. HEX triplet: B5, 57 and 6C. RGB value is (181,87,108). Sum of RGB (Red+Green+Blue) = 181+87+108=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5576C is #4AA893. Grayscale: #757575. Windows color (decimal): -4892820 or 7100341. OLE color: 7100341.
HSL color Cylindrical-coordinate representation of color #B5576C: hue angle of 346.6º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5576C is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 87 | 108 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.29 |
| HSL | 346.6º | 0.39% | 0.53% | - |
| HSV(B) | 346.6º | 0.52% | 0.71% | - |
| XYZ | 25.17 | 17.72 | 16.28 | - |
| YUV | 117.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 108 | 0 | 0.52 | 0.40 | 0.29 | 346.6 | 0.39 | 0.53 |
| Hex | B5 | 57 | 6C | 0 | 34 | 28 | 1D | 15B | 27 | 35 |
| Octal | 265 | 127 | 154 | 0 | 64 | 50 | 35 | 533 | 47 | 65 |
| Binary | 10110101 | 1010111 | 1101100 | 0 | 110100 | 101000 | 11101 | 101011011 | 100111 | 110101 |
Color Harmonies of #B5576C
Complementary color
Monochromatic Colors of #B5576C
Black with #B5576C
Text Example
Text Example
White with #B5576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5576C; }
p { color: rgb(181,87,108); }
H1.HeaderClassName
{
color: #B5576C;
}
.AnyTagClassName
{
color: #B5576C;
}
</style>
background-color css
<style>
a { background-color: #B5576C; }
a { background-color: rgb(181,87,108); }
div.DivClassName
{
background-color: #B5576C;
}
.BgClassName
{
background-color: #B5576C;
}
</style>
border-color css
<style>
span { border-color: #B5576C; }
span { border-color: rgb(181,87,108); }
td.TdClassName
{
border-color: #B5576C;
}
.TagClassName
{
border-color: #B5576C;
}
</style>