Shades of Blush #B1606B
Tints of Blush #B1606B
RGB
CMYK
RGB Variations
Color information
#B1606B (or 0xB1606B) is known color: Blush. HEX triplet: B1, 60 and 6B. RGB value is (177,96,107). Sum of RGB (Red+Green+Blue) = 177+96+107=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B1606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1606B is #4E9F94. Grayscale: #797979. Windows color (decimal): -5152661 or 7037105. OLE color: 7037105.
HSL color Cylindrical-coordinate representation of color #B1606B: hue angle of 351.85º 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 #B1606B is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 107 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.31 |
| HSL | 351.85º | 0.34% | 0.54% | - |
| HSV(B) | 351.85º | 0.46% | 0.69% | - |
| XYZ | 24.97 | 18.77 | 16.22 | - |
| YUV | 121.47 | 119.84 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 107 | 0 | 0.46 | 0.40 | 0.31 | 351.85 | 0.34 | 0.54 |
| Hex | B1 | 60 | 6B | 0 | 2E | 28 | 1F | 160 | 22 | 36 |
| Octal | 261 | 140 | 153 | 0 | 56 | 50 | 37 | 540 | 42 | 66 |
| Binary | 10110001 | 1100000 | 1101011 | 0 | 101110 | 101000 | 11111 | 101100000 | 100010 | 110110 |
Color Harmonies of #B1606B
Complementary color
Monochromatic Colors of #B1606B
Black with #B1606B
Text Example
Text Example
White with #B1606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1606B; }
p { color: rgb(177,96,107); }
H1.HeaderClassName
{
color: #B1606B;
}
.AnyTagClassName
{
color: #B1606B;
}
</style>
background-color css
<style>
a { background-color: #B1606B; }
a { background-color: rgb(177,96,107); }
div.DivClassName
{
background-color: #B1606B;
}
.BgClassName
{
background-color: #B1606B;
}
</style>
border-color css
<style>
span { border-color: #B1606B; }
span { border-color: rgb(177,96,107); }
td.TdClassName
{
border-color: #B1606B;
}
.TagClassName
{
border-color: #B1606B;
}
</style>