Shades of Blush #B0576C
Tints of Blush #B0576C
RGB
CMYK
RGB Variations
Color information
#B0576C (or 0xB0576C) is known color: Blush. HEX triplet: B0, 57 and 6C. RGB value is (176,87,108). Sum of RGB (Red+Green+Blue) = 176+87+108=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0576C is #4FA893. Grayscale: #747474. Windows color (decimal): -5220500 or 7100336. OLE color: 7100336.
HSL color Cylindrical-coordinate representation of color #B0576C: hue angle of 345.84º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0576C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 108 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.31 |
| HSL | 345.84º | 0.36% | 0.52% | - |
| HSV(B) | 345.84º | 0.51% | 0.69% | - |
| XYZ | 24.02 | 17.13 | 16.23 | - |
| YUV | 116.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 108 | 0 | 0.51 | 0.39 | 0.31 | 345.84 | 0.36 | 0.52 |
| Hex | B0 | 57 | 6C | 0 | 33 | 27 | 1F | 15A | 24 | 34 |
| Octal | 260 | 127 | 154 | 0 | 63 | 47 | 37 | 532 | 44 | 64 |
| Binary | 10110000 | 1010111 | 1101100 | 0 | 110011 | 100111 | 11111 | 101011010 | 100100 | 110100 |
Color Harmonies of #B0576C
Complementary color
Monochromatic Colors of #B0576C
Black with #B0576C
Text Example
Text Example
White with #B0576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0576C; }
p { color: rgb(176,87,108); }
H1.HeaderClassName
{
color: #B0576C;
}
.AnyTagClassName
{
color: #B0576C;
}
</style>
background-color css
<style>
a { background-color: #B0576C; }
a { background-color: rgb(176,87,108); }
div.DivClassName
{
background-color: #B0576C;
}
.BgClassName
{
background-color: #B0576C;
}
</style>
border-color css
<style>
span { border-color: #B0576C; }
span { border-color: rgb(176,87,108); }
td.TdClassName
{
border-color: #B0576C;
}
.TagClassName
{
border-color: #B0576C;
}
</style>