Shades of Blush #B1576E
Tints of Blush #B1576E
RGB
CMYK
RGB Variations
Color information
#B1576E (or 0xB1576E) is known color: Blush. HEX triplet: B1, 57 and 6E. RGB value is (177,87,110). Sum of RGB (Red+Green+Blue) = 177+87+110=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1576E is #4EA891. Grayscale: #747474. Windows color (decimal): -5154962 or 7231409. OLE color: 7231409.
HSL color Cylindrical-coordinate representation of color #B1576E: hue angle of 344.67º 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 #B1576E is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 110 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.31 |
| HSL | 344.67º | 0.37% | 0.52% | - |
| HSV(B) | 344.67º | 0.51% | 0.69% | - |
| XYZ | 24.35 | 17.29 | 16.81 | - |
| YUV | 116.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 110 | 0 | 0.51 | 0.38 | 0.31 | 344.67 | 0.37 | 0.52 |
| Hex | B1 | 57 | 6E | 0 | 33 | 26 | 1F | 159 | 25 | 34 |
| Octal | 261 | 127 | 156 | 0 | 63 | 46 | 37 | 531 | 45 | 64 |
| Binary | 10110001 | 1010111 | 1101110 | 0 | 110011 | 100110 | 11111 | 101011001 | 100101 | 110100 |
Color Harmonies of #B1576E
Complementary color
Monochromatic Colors of #B1576E
Black with #B1576E
Text Example
Text Example
White with #B1576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1576E; }
p { color: rgb(177,87,110); }
H1.HeaderClassName
{
color: #B1576E;
}
.AnyTagClassName
{
color: #B1576E;
}
</style>
background-color css
<style>
a { background-color: #B1576E; }
a { background-color: rgb(177,87,110); }
div.DivClassName
{
background-color: #B1576E;
}
.BgClassName
{
background-color: #B1576E;
}
</style>
border-color css
<style>
span { border-color: #B1576E; }
span { border-color: rgb(177,87,110); }
td.TdClassName
{
border-color: #B1576E;
}
.TagClassName
{
border-color: #B1576E;
}
</style>