Shades of Blush #B16073
Tints of Blush #B16073
RGB
CMYK
RGB Variations
Color information
#B16073 (or 0xB16073) is known color: Blush. HEX triplet: B1, 60 and 73. RGB value is (177,96,115). Sum of RGB (Red+Green+Blue) = 177+96+115=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B16073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16073 is #4E9F8C. Grayscale: #7A7A7A. Windows color (decimal): -5152653 or 7561393. OLE color: 7561393.
HSL color Cylindrical-coordinate representation of color #B16073: hue angle of 345.93º 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 #B16073 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 115 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.31 |
| HSL | 345.93º | 0.34% | 0.54% | - |
| HSV(B) | 345.93º | 0.46% | 0.69% | - |
| XYZ | 25.41 | 18.95 | 18.54 | - |
| YUV | 122.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 115 | 0 | 0.46 | 0.35 | 0.31 | 345.93 | 0.34 | 0.54 |
| Hex | B1 | 60 | 73 | 0 | 2E | 23 | 1F | 15A | 22 | 36 |
| Octal | 261 | 140 | 163 | 0 | 56 | 43 | 37 | 532 | 42 | 66 |
| Binary | 10110001 | 1100000 | 1110011 | 0 | 101110 | 100011 | 11111 | 101011010 | 100010 | 110110 |
Color Harmonies of #B16073
Complementary color
Monochromatic Colors of #B16073
Black with #B16073
Text Example
Text Example
White with #B16073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16073; }
p { color: rgb(177,96,115); }
H1.HeaderClassName
{
color: #B16073;
}
.AnyTagClassName
{
color: #B16073;
}
</style>
background-color css
<style>
a { background-color: #B16073; }
a { background-color: rgb(177,96,115); }
div.DivClassName
{
background-color: #B16073;
}
.BgClassName
{
background-color: #B16073;
}
</style>
border-color css
<style>
span { border-color: #B16073; }
span { border-color: rgb(177,96,115); }
td.TdClassName
{
border-color: #B16073;
}
.TagClassName
{
border-color: #B16073;
}
</style>