Shades of Blush #B1596A
Tints of Blush #B1596A
RGB
CMYK
RGB Variations
Color information
#B1596A (or 0xB1596A) is known color: Blush. HEX triplet: B1, 59 and 6A. RGB value is (177,89,106). Sum of RGB (Red+Green+Blue) = 177+89+106=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1596A is #4EA695. Grayscale: #757575. Windows color (decimal): -5154454 or 6969777. OLE color: 6969777.
HSL color Cylindrical-coordinate representation of color #B1596A: hue angle of 348.41º 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 #B1596A is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 106 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.31 |
| HSL | 348.41º | 0.36% | 0.52% | - |
| HSV(B) | 348.41º | 0.5% | 0.69% | - |
| XYZ | 24.31 | 17.53 | 15.74 | - |
| YUV | 117.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 106 | 0 | 0.50 | 0.40 | 0.31 | 348.41 | 0.36 | 0.52 |
| Hex | B1 | 59 | 6A | 0 | 32 | 28 | 1F | 15C | 24 | 34 |
| Octal | 261 | 131 | 152 | 0 | 62 | 50 | 37 | 534 | 44 | 64 |
| Binary | 10110001 | 1011001 | 1101010 | 0 | 110010 | 101000 | 11111 | 101011100 | 100100 | 110100 |
Color Harmonies of #B1596A
Complementary color
Monochromatic Colors of #B1596A
Black with #B1596A
Text Example
Text Example
White with #B1596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1596A; }
p { color: rgb(177,89,106); }
H1.HeaderClassName
{
color: #B1596A;
}
.AnyTagClassName
{
color: #B1596A;
}
</style>
background-color css
<style>
a { background-color: #B1596A; }
a { background-color: rgb(177,89,106); }
div.DivClassName
{
background-color: #B1596A;
}
.BgClassName
{
background-color: #B1596A;
}
</style>
border-color css
<style>
span { border-color: #B1596A; }
span { border-color: rgb(177,89,106); }
td.TdClassName
{
border-color: #B1596A;
}
.TagClassName
{
border-color: #B1596A;
}
</style>