Shades of Blush #B16074
Tints of Blush #B16074
RGB
CMYK
RGB Variations
Color information
#B16074 (or 0xB16074) is known color: Blush. HEX triplet: B1, 60 and 74. RGB value is (177,96,116). Sum of RGB (Red+Green+Blue) = 177+96+116=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B16074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16074 is #4E9F8B. Grayscale: #7A7A7A. Windows color (decimal): -5152652 or 7626929. OLE color: 7626929.
HSL color Cylindrical-coordinate representation of color #B16074: hue angle of 345.19º 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 #B16074 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 116 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.31 |
| HSL | 345.19º | 0.34% | 0.54% | - |
| HSV(B) | 345.19º | 0.46% | 0.69% | - |
| XYZ | 25.47 | 18.97 | 18.84 | - |
| YUV | 122.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 116 | 0 | 0.46 | 0.34 | 0.31 | 345.19 | 0.34 | 0.54 |
| Hex | B1 | 60 | 74 | 0 | 2E | 22 | 1F | 159 | 22 | 36 |
| Octal | 261 | 140 | 164 | 0 | 56 | 42 | 37 | 531 | 42 | 66 |
| Binary | 10110001 | 1100000 | 1110100 | 0 | 101110 | 100010 | 11111 | 101011001 | 100010 | 110110 |
Color Harmonies of #B16074
Complementary color
Monochromatic Colors of #B16074
Black with #B16074
Text Example
Text Example
White with #B16074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16074; }
p { color: rgb(177,96,116); }
H1.HeaderClassName
{
color: #B16074;
}
.AnyTagClassName
{
color: #B16074;
}
</style>
background-color css
<style>
a { background-color: #B16074; }
a { background-color: rgb(177,96,116); }
div.DivClassName
{
background-color: #B16074;
}
.BgClassName
{
background-color: #B16074;
}
</style>
border-color css
<style>
span { border-color: #B16074; }
span { border-color: rgb(177,96,116); }
td.TdClassName
{
border-color: #B16074;
}
.TagClassName
{
border-color: #B16074;
}
</style>