Shades of Blush #B1616C
Tints of Blush #B1616C
RGB
CMYK
RGB Variations
Color information
#B1616C (or 0xB1616C) is known color: Blush. HEX triplet: B1, 61 and 6C. RGB value is (177,97,108). Sum of RGB (Red+Green+Blue) = 177+97+108=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1616C is #4E9E93. Grayscale: #7A7A7A. Windows color (decimal): -5152404 or 7102897. OLE color: 7102897.
HSL color Cylindrical-coordinate representation of color #B1616C: hue angle of 351.75º 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 #B1616C is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 108 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.31 |
| HSL | 351.75º | 0.34% | 0.54% | - |
| HSV(B) | 351.75º | 0.45% | 0.69% | - |
| XYZ | 25.11 | 18.98 | 16.53 | - |
| YUV | 122.17 | 120 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 108 | 0 | 0.45 | 0.39 | 0.31 | 351.75 | 0.34 | 0.54 |
| Hex | B1 | 61 | 6C | 0 | 2D | 27 | 1F | 160 | 22 | 36 |
| Octal | 261 | 141 | 154 | 0 | 55 | 47 | 37 | 540 | 42 | 66 |
| Binary | 10110001 | 1100001 | 1101100 | 0 | 101101 | 100111 | 11111 | 101100000 | 100010 | 110110 |
Color Harmonies of #B1616C
Complementary color
Monochromatic Colors of #B1616C
Black with #B1616C
Text Example
Text Example
White with #B1616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1616C; }
p { color: rgb(177,97,108); }
H1.HeaderClassName
{
color: #B1616C;
}
.AnyTagClassName
{
color: #B1616C;
}
</style>
background-color css
<style>
a { background-color: #B1616C; }
a { background-color: rgb(177,97,108); }
div.DivClassName
{
background-color: #B1616C;
}
.BgClassName
{
background-color: #B1616C;
}
</style>
border-color css
<style>
span { border-color: #B1616C; }
span { border-color: rgb(177,97,108); }
td.TdClassName
{
border-color: #B1616C;
}
.TagClassName
{
border-color: #B1616C;
}
</style>