Shades of Blush #B8576D
Tints of Blush #B8576D
RGB
CMYK
RGB Variations
Color information
#B8576D (or 0xB8576D) is known color: Blush. HEX triplet: B8, 57 and 6D. RGB value is (184,87,109). Sum of RGB (Red+Green+Blue) = 184+87+109=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B8576D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8576D is #47A892. Grayscale: #767676. Windows color (decimal): -4696211 or 7165880. OLE color: 7165880.
HSL color Cylindrical-coordinate representation of color #B8576D: hue angle of 346.39º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8576D is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 109 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.28 |
| HSL | 346.39º | 0.41% | 0.53% | - |
| HSV(B) | 346.39º | 0.53% | 0.72% | - |
| XYZ | 25.94 | 18.11 | 16.6 | - |
| YUV | 118.51 | 122.64 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 109 | 0 | 0.53 | 0.41 | 0.28 | 346.39 | 0.41 | 0.53 |
| Hex | B8 | 57 | 6D | 0 | 35 | 29 | 1C | 15A | 29 | 35 |
| Octal | 270 | 127 | 155 | 0 | 65 | 51 | 34 | 532 | 51 | 65 |
| Binary | 10111000 | 1010111 | 1101101 | 0 | 110101 | 101001 | 11100 | 101011010 | 101001 | 110101 |
Color Harmonies of #B8576D
Complementary color
Monochromatic Colors of #B8576D
Black with #B8576D
Text Example
Text Example
White with #B8576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8576D; }
p { color: rgb(184,87,109); }
H1.HeaderClassName
{
color: #B8576D;
}
.AnyTagClassName
{
color: #B8576D;
}
</style>
background-color css
<style>
a { background-color: #B8576D; }
a { background-color: rgb(184,87,109); }
div.DivClassName
{
background-color: #B8576D;
}
.BgClassName
{
background-color: #B8576D;
}
</style>
border-color css
<style>
span { border-color: #B8576D; }
span { border-color: rgb(184,87,109); }
td.TdClassName
{
border-color: #B8576D;
}
.TagClassName
{
border-color: #B8576D;
}
</style>