Shades of Blush #B7576C
Tints of Blush #B7576C
RGB
CMYK
RGB Variations
Color information
#B7576C (or 0xB7576C) is known color: Blush. HEX triplet: B7, 57 and 6C. RGB value is (183,87,108). Sum of RGB (Red+Green+Blue) = 183+87+108=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7576C is #48A893. Grayscale: #767676. Windows color (decimal): -4761748 or 7100343. OLE color: 7100343.
HSL color Cylindrical-coordinate representation of color #B7576C: hue angle of 346.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7576C is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 87 | 108 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.28 |
| HSL | 346.88º | 0.4% | 0.53% | - |
| HSV(B) | 346.88º | 0.52% | 0.72% | - |
| XYZ | 25.64 | 17.97 | 16.3 | - |
| YUV | 118.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 108 | 0 | 0.52 | 0.41 | 0.28 | 346.88 | 0.4 | 0.53 |
| Hex | B7 | 57 | 6C | 0 | 34 | 29 | 1C | 15B | 28 | 35 |
| Octal | 267 | 127 | 154 | 0 | 64 | 51 | 34 | 533 | 50 | 65 |
| Binary | 10110111 | 1010111 | 1101100 | 0 | 110100 | 101001 | 11100 | 101011011 | 101000 | 110101 |
Color Harmonies of #B7576C
Complementary color
Monochromatic Colors of #B7576C
Black with #B7576C
Text Example
Text Example
White with #B7576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7576C; }
p { color: rgb(183,87,108); }
H1.HeaderClassName
{
color: #B7576C;
}
.AnyTagClassName
{
color: #B7576C;
}
</style>
background-color css
<style>
a { background-color: #B7576C; }
a { background-color: rgb(183,87,108); }
div.DivClassName
{
background-color: #B7576C;
}
.BgClassName
{
background-color: #B7576C;
}
</style>
border-color css
<style>
span { border-color: #B7576C; }
span { border-color: rgb(183,87,108); }
td.TdClassName
{
border-color: #B7576C;
}
.TagClassName
{
border-color: #B7576C;
}
</style>