Shades of Blush #B9576C
Tints of Blush #B9576C
RGB
CMYK
RGB Variations
Color information
#B9576C (or 0xB9576C) is known color: Blush. HEX triplet: B9, 57 and 6C. RGB value is (185,87,108). Sum of RGB (Red+Green+Blue) = 185+87+108=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9576C is #46A893. Grayscale: #767676. Windows color (decimal): -4630676 or 7100345. OLE color: 7100345.
HSL color Cylindrical-coordinate representation of color #B9576C: hue angle of 347.14º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9576C is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 87 | 108 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.27 |
| HSL | 347.14º | 0.41% | 0.53% | - |
| HSV(B) | 347.14º | 0.53% | 0.73% | - |
| XYZ | 26.12 | 18.21 | 16.33 | - |
| YUV | 118.7 | 121.97 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 108 | 0 | 0.53 | 0.42 | 0.27 | 347.14 | 0.41 | 0.53 |
| Hex | B9 | 57 | 6C | 0 | 35 | 2A | 1B | 15B | 29 | 35 |
| Octal | 271 | 127 | 154 | 0 | 65 | 52 | 33 | 533 | 51 | 65 |
| Binary | 10111001 | 1010111 | 1101100 | 0 | 110101 | 101010 | 11011 | 101011011 | 101001 | 110101 |
Color Harmonies of #B9576C
Complementary color
Monochromatic Colors of #B9576C
Black with #B9576C
Text Example
Text Example
White with #B9576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9576C; }
p { color: rgb(185,87,108); }
H1.HeaderClassName
{
color: #B9576C;
}
.AnyTagClassName
{
color: #B9576C;
}
</style>
background-color css
<style>
a { background-color: #B9576C; }
a { background-color: rgb(185,87,108); }
div.DivClassName
{
background-color: #B9576C;
}
.BgClassName
{
background-color: #B9576C;
}
</style>
border-color css
<style>
span { border-color: #B9576C; }
span { border-color: rgb(185,87,108); }
td.TdClassName
{
border-color: #B9576C;
}
.TagClassName
{
border-color: #B9576C;
}
</style>