Shades of Blush #B3576B
Tints of Blush #B3576B
RGB
CMYK
RGB Variations
Color information
#B3576B (or 0xB3576B) is known color: Blush. HEX triplet: B3, 57 and 6B. RGB value is (179,87,107). Sum of RGB (Red+Green+Blue) = 179+87+107=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B3576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3576B is #4CA894. Grayscale: #747474. Windows color (decimal): -5023893 or 7034803. OLE color: 7034803.
HSL color Cylindrical-coordinate representation of color #B3576B: hue angle of 346.96º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3576B is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 87 | 107 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.30 |
| HSL | 346.96º | 0.38% | 0.52% | - |
| HSV(B) | 346.96º | 0.51% | 0.7% | - |
| XYZ | 24.65 | 17.46 | 15.98 | - |
| YUV | 116.79 | 122.48 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 87 | 107 | 0 | 0.51 | 0.40 | 0.30 | 346.96 | 0.38 | 0.52 |
| Hex | B3 | 57 | 6B | 0 | 33 | 28 | 1E | 15B | 26 | 34 |
| Octal | 263 | 127 | 153 | 0 | 63 | 50 | 36 | 533 | 46 | 64 |
| Binary | 10110011 | 1010111 | 1101011 | 0 | 110011 | 101000 | 11110 | 101011011 | 100110 | 110100 |
Color Harmonies of #B3576B
Complementary color
Monochromatic Colors of #B3576B
Black with #B3576B
Text Example
Text Example
White with #B3576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3576B; }
p { color: rgb(179,87,107); }
H1.HeaderClassName
{
color: #B3576B;
}
.AnyTagClassName
{
color: #B3576B;
}
</style>
background-color css
<style>
a { background-color: #B3576B; }
a { background-color: rgb(179,87,107); }
div.DivClassName
{
background-color: #B3576B;
}
.BgClassName
{
background-color: #B3576B;
}
</style>
border-color css
<style>
span { border-color: #B3576B; }
span { border-color: rgb(179,87,107); }
td.TdClassName
{
border-color: #B3576B;
}
.TagClassName
{
border-color: #B3576B;
}
</style>