Shades of Blush #B3576D
Tints of Blush #B3576D
RGB
CMYK
RGB Variations
Color information
#B3576D (or 0xB3576D) is known color: Blush. HEX triplet: B3, 57 and 6D. RGB value is (179,87,109). Sum of RGB (Red+Green+Blue) = 179+87+109=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3576D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3576D is #4CA892. Grayscale: #757575. Windows color (decimal): -5023891 or 7165875. OLE color: 7165875.
HSL color Cylindrical-coordinate representation of color #B3576D: hue angle of 345.65º 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 #B3576D is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 87 | 109 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.30 |
| HSL | 345.65º | 0.38% | 0.52% | - |
| HSV(B) | 345.65º | 0.51% | 0.7% | - |
| XYZ | 24.76 | 17.5 | 16.54 | - |
| YUV | 117.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 87 | 109 | 0 | 0.51 | 0.39 | 0.30 | 345.65 | 0.38 | 0.52 |
| Hex | B3 | 57 | 6D | 0 | 33 | 27 | 1E | 15A | 26 | 34 |
| Octal | 263 | 127 | 155 | 0 | 63 | 47 | 36 | 532 | 46 | 64 |
| Binary | 10110011 | 1010111 | 1101101 | 0 | 110011 | 100111 | 11110 | 101011010 | 100110 | 110100 |
Color Harmonies of #B3576D
Complementary color
Monochromatic Colors of #B3576D
Black with #B3576D
Text Example
Text Example
White with #B3576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3576D; }
p { color: rgb(179,87,109); }
H1.HeaderClassName
{
color: #B3576D;
}
.AnyTagClassName
{
color: #B3576D;
}
</style>
background-color css
<style>
a { background-color: #B3576D; }
a { background-color: rgb(179,87,109); }
div.DivClassName
{
background-color: #B3576D;
}
.BgClassName
{
background-color: #B3576D;
}
</style>
border-color css
<style>
span { border-color: #B3576D; }
span { border-color: rgb(179,87,109); }
td.TdClassName
{
border-color: #B3576D;
}
.TagClassName
{
border-color: #B3576D;
}
</style>