Shades of Blush #B16167
Tints of Blush #B16167
RGB
CMYK
RGB Variations
Color information
#B16167 (or 0xB16167) is known color: Blush. HEX triplet: B1, 61 and 67. RGB value is (177,97,103). Sum of RGB (Red+Green+Blue) = 177+97+103=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B16167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16167 is #4E9E98. Grayscale: #797979. Windows color (decimal): -5152409 or 6775217. OLE color: 6775217.
HSL color Cylindrical-coordinate representation of color #B16167: hue angle of 355.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16167 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 103 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.31 |
| HSL | 355.5º | 0.34% | 0.54% | - |
| HSV(B) | 355.5º | 0.45% | 0.69% | - |
| XYZ | 24.85 | 18.88 | 15.17 | - |
| YUV | 121.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 103 | 0 | 0.45 | 0.42 | 0.31 | 355.5 | 0.34 | 0.54 |
| Hex | B1 | 61 | 67 | 0 | 2D | 2A | 1F | 164 | 22 | 36 |
| Octal | 261 | 141 | 147 | 0 | 55 | 52 | 37 | 544 | 42 | 66 |
| Binary | 10110001 | 1100001 | 1100111 | 0 | 101101 | 101010 | 11111 | 101100100 | 100010 | 110110 |
Color Harmonies of #B16167
Complementary color
Monochromatic Colors of #B16167
Black with #B16167
Text Example
Text Example
White with #B16167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16167; }
p { color: rgb(177,97,103); }
H1.HeaderClassName
{
color: #B16167;
}
.AnyTagClassName
{
color: #B16167;
}
</style>
background-color css
<style>
a { background-color: #B16167; }
a { background-color: rgb(177,97,103); }
div.DivClassName
{
background-color: #B16167;
}
.BgClassName
{
background-color: #B16167;
}
</style>
border-color css
<style>
span { border-color: #B16167; }
span { border-color: rgb(177,97,103); }
td.TdClassName
{
border-color: #B16167;
}
.TagClassName
{
border-color: #B16167;
}
</style>