Shades of Blush #B16070
Tints of Blush #B16070
RGB
CMYK
RGB Variations
Color information
#B16070 (or 0xB16070) is known color: Blush. HEX triplet: B1, 60 and 70. RGB value is (177,96,112). Sum of RGB (Red+Green+Blue) = 177+96+112=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B16070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16070 is #4E9F8F. Grayscale: #7A7A7A. Windows color (decimal): -5152656 or 7364785. OLE color: 7364785.
HSL color Cylindrical-coordinate representation of color #B16070: hue angle of 348.15º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B16070 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 112 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.31 |
| HSL | 348.15º | 0.34% | 0.54% | - |
| HSV(B) | 348.15º | 0.46% | 0.69% | - |
| XYZ | 25.24 | 18.88 | 17.64 | - |
| YUV | 122.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 112 | 0 | 0.46 | 0.37 | 0.31 | 348.15 | 0.34 | 0.54 |
| Hex | B1 | 60 | 70 | 0 | 2E | 25 | 1F | 15C | 22 | 36 |
| Octal | 261 | 140 | 160 | 0 | 56 | 45 | 37 | 534 | 42 | 66 |
| Binary | 10110001 | 1100000 | 1110000 | 0 | 101110 | 100101 | 11111 | 101011100 | 100010 | 110110 |
Color Harmonies of #B16070
Complementary color
Monochromatic Colors of #B16070
Black with #B16070
Text Example
Text Example
White with #B16070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16070; }
p { color: rgb(177,96,112); }
H1.HeaderClassName
{
color: #B16070;
}
.AnyTagClassName
{
color: #B16070;
}
</style>
background-color css
<style>
a { background-color: #B16070; }
a { background-color: rgb(177,96,112); }
div.DivClassName
{
background-color: #B16070;
}
.BgClassName
{
background-color: #B16070;
}
</style>
border-color css
<style>
span { border-color: #B16070; }
span { border-color: rgb(177,96,112); }
td.TdClassName
{
border-color: #B16070;
}
.TagClassName
{
border-color: #B16070;
}
</style>