Shades of Blush #B1576D
Tints of Blush #B1576D
RGB
CMYK
RGB Variations
Color information
#B1576D (or 0xB1576D) is known color: Blush. HEX triplet: B1, 57 and 6D. RGB value is (177,87,109). Sum of RGB (Red+Green+Blue) = 177+87+109=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1576D is #4EA892. Grayscale: #747474. Windows color (decimal): -5154963 or 7165873. OLE color: 7165873.
HSL color Cylindrical-coordinate representation of color #B1576D: hue angle of 345.33º degrees, saturation: 0.37, 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 #B1576D is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 109 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.31 |
| HSL | 345.33º | 0.37% | 0.52% | - |
| HSV(B) | 345.33º | 0.51% | 0.69% | - |
| XYZ | 24.3 | 17.27 | 16.52 | - |
| YUV | 116.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 109 | 0 | 0.51 | 0.38 | 0.31 | 345.33 | 0.37 | 0.52 |
| Hex | B1 | 57 | 6D | 0 | 33 | 26 | 1F | 159 | 25 | 34 |
| Octal | 261 | 127 | 155 | 0 | 63 | 46 | 37 | 531 | 45 | 64 |
| Binary | 10110001 | 1010111 | 1101101 | 0 | 110011 | 100110 | 11111 | 101011001 | 100101 | 110100 |
Color Harmonies of #B1576D
Complementary color
Monochromatic Colors of #B1576D
Black with #B1576D
Text Example
Text Example
White with #B1576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1576D; }
p { color: rgb(177,87,109); }
H1.HeaderClassName
{
color: #B1576D;
}
.AnyTagClassName
{
color: #B1576D;
}
</style>
background-color css
<style>
a { background-color: #B1576D; }
a { background-color: rgb(177,87,109); }
div.DivClassName
{
background-color: #B1576D;
}
.BgClassName
{
background-color: #B1576D;
}
</style>
border-color css
<style>
span { border-color: #B1576D; }
span { border-color: rgb(177,87,109); }
td.TdClassName
{
border-color: #B1576D;
}
.TagClassName
{
border-color: #B1576D;
}
</style>