Shades of Blush #B1595E
Tints of Blush #B1595E
RGB
CMYK
RGB Variations
Color information
#B1595E (or 0xB1595E) is known color: Blush. HEX triplet: B1, 59 and 5E. RGB value is (177,89,94). Sum of RGB (Red+Green+Blue) = 177+89+94=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B1595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1595E is #4EA6A1. Grayscale: #737373. Windows color (decimal): -5154466 or 6183345. OLE color: 6183345.
HSL color Cylindrical-coordinate representation of color #B1595E: hue angle of 356.59º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1595E is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 94 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.31 |
| HSL | 356.59º | 0.36% | 0.52% | - |
| HSV(B) | 356.59º | 0.5% | 0.69% | - |
| XYZ | 23.72 | 17.3 | 12.68 | - |
| YUV | 115.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 94 | 0 | 0.50 | 0.47 | 0.31 | 356.59 | 0.36 | 0.52 |
| Hex | B1 | 59 | 5E | 0 | 32 | 2F | 1F | 165 | 24 | 34 |
| Octal | 261 | 131 | 136 | 0 | 62 | 57 | 37 | 545 | 44 | 64 |
| Binary | 10110001 | 1011001 | 1011110 | 0 | 110010 | 101111 | 11111 | 101100101 | 100100 | 110100 |
Color Harmonies of #B1595E
Complementary color
Monochromatic Colors of #B1595E
Black with #B1595E
Text Example
Text Example
White with #B1595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1595E; }
p { color: rgb(177,89,94); }
H1.HeaderClassName
{
color: #B1595E;
}
.AnyTagClassName
{
color: #B1595E;
}
</style>
background-color css
<style>
a { background-color: #B1595E; }
a { background-color: rgb(177,89,94); }
div.DivClassName
{
background-color: #B1595E;
}
.BgClassName
{
background-color: #B1595E;
}
</style>
border-color css
<style>
span { border-color: #B1595E; }
span { border-color: rgb(177,89,94); }
td.TdClassName
{
border-color: #B1595E;
}
.TagClassName
{
border-color: #B1595E;
}
</style>