Shades of Blush #B1616A
Tints of Blush #B1616A
RGB
CMYK
RGB Variations
Color information
#B1616A (or 0xB1616A) is known color: Blush. HEX triplet: B1, 61 and 6A. RGB value is (177,97,106). Sum of RGB (Red+Green+Blue) = 177+97+106=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B1616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1616A is #4E9E95. Grayscale: #797979. Windows color (decimal): -5152406 or 6971825. OLE color: 6971825.
HSL color Cylindrical-coordinate representation of color #B1616A: hue angle of 353.25º 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 #B1616A is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 106 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.31 |
| HSL | 353.25º | 0.34% | 0.54% | - |
| HSV(B) | 353.25º | 0.45% | 0.69% | - |
| XYZ | 25.01 | 18.94 | 15.97 | - |
| YUV | 121.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 106 | 0 | 0.45 | 0.40 | 0.31 | 353.25 | 0.34 | 0.54 |
| Hex | B1 | 61 | 6A | 0 | 2D | 28 | 1F | 161 | 22 | 36 |
| Octal | 261 | 141 | 152 | 0 | 55 | 50 | 37 | 541 | 42 | 66 |
| Binary | 10110001 | 1100001 | 1101010 | 0 | 101101 | 101000 | 11111 | 101100001 | 100010 | 110110 |
Color Harmonies of #B1616A
Complementary color
Monochromatic Colors of #B1616A
Black with #B1616A
Text Example
Text Example
White with #B1616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1616A; }
p { color: rgb(177,97,106); }
H1.HeaderClassName
{
color: #B1616A;
}
.AnyTagClassName
{
color: #B1616A;
}
</style>
background-color css
<style>
a { background-color: #B1616A; }
a { background-color: rgb(177,97,106); }
div.DivClassName
{
background-color: #B1616A;
}
.BgClassName
{
background-color: #B1616A;
}
</style>
border-color css
<style>
span { border-color: #B1616A; }
span { border-color: rgb(177,97,106); }
td.TdClassName
{
border-color: #B1616A;
}
.TagClassName
{
border-color: #B1616A;
}
</style>