Shades of Blush #B0575F
Tints of Blush #B0575F
RGB
CMYK
RGB Variations
Color information
#B0575F (or 0xB0575F) is known color: Blush. HEX triplet: B0, 57 and 5F. RGB value is (176,87,95). Sum of RGB (Red+Green+Blue) = 176+87+95=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0575F is #4FA8A0. Grayscale: #727272. Windows color (decimal): -5220513 or 6248368. OLE color: 6248368.
HSL color Cylindrical-coordinate representation of color #B0575F: hue angle of 354.61º 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 #B0575F is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 95 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.31 |
| HSL | 354.61º | 0.36% | 0.52% | - |
| HSV(B) | 354.61º | 0.51% | 0.69% | - |
| XYZ | 23.38 | 16.87 | 12.85 | - |
| YUV | 114.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 95 | 0 | 0.51 | 0.46 | 0.31 | 354.61 | 0.36 | 0.52 |
| Hex | B0 | 57 | 5F | 0 | 33 | 2E | 1F | 163 | 24 | 34 |
| Octal | 260 | 127 | 137 | 0 | 63 | 56 | 37 | 543 | 44 | 64 |
| Binary | 10110000 | 1010111 | 1011111 | 0 | 110011 | 101110 | 11111 | 101100011 | 100100 | 110100 |
Color Harmonies of #B0575F
Complementary color
Monochromatic Colors of #B0575F
Black with #B0575F
Text Example
Text Example
White with #B0575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0575F; }
p { color: rgb(176,87,95); }
H1.HeaderClassName
{
color: #B0575F;
}
.AnyTagClassName
{
color: #B0575F;
}
</style>
background-color css
<style>
a { background-color: #B0575F; }
a { background-color: rgb(176,87,95); }
div.DivClassName
{
background-color: #B0575F;
}
.BgClassName
{
background-color: #B0575F;
}
</style>
border-color css
<style>
span { border-color: #B0575F; }
span { border-color: rgb(176,87,95); }
td.TdClassName
{
border-color: #B0575F;
}
.TagClassName
{
border-color: #B0575F;
}
</style>