Shades of Blush #B15566
Tints of Blush #B15566
RGB
CMYK
RGB Variations
Color information
#B15566 (or 0xB15566) is known color: Blush. HEX triplet: B1, 55 and 66. RGB value is (177,85,102). Sum of RGB (Red+Green+Blue) = 177+85+102=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B15566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15566 is #4EAA99. Grayscale: #727272. Windows color (decimal): -5155482 or 6706609. OLE color: 6706609.
HSL color Cylindrical-coordinate representation of color #B15566: hue angle of 348.91º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B15566 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 102 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.31 |
| HSL | 348.91º | 0.37% | 0.51% | - |
| HSV(B) | 348.91º | 0.52% | 0.69% | - |
| XYZ | 23.78 | 16.8 | 14.56 | - |
| YUV | 114.45 | 120.98 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 102 | 0 | 0.52 | 0.42 | 0.31 | 348.91 | 0.37 | 0.51 |
| Hex | B1 | 55 | 66 | 0 | 34 | 2A | 1F | 15D | 25 | 33 |
| Octal | 261 | 125 | 146 | 0 | 64 | 52 | 37 | 535 | 45 | 63 |
| Binary | 10110001 | 1010101 | 1100110 | 0 | 110100 | 101010 | 11111 | 101011101 | 100101 | 110011 |
Color Harmonies of #B15566
Complementary color
Monochromatic Colors of #B15566
Black with #B15566
Text Example
Text Example
White with #B15566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15566; }
p { color: rgb(177,85,102); }
H1.HeaderClassName
{
color: #B15566;
}
.AnyTagClassName
{
color: #B15566;
}
</style>
background-color css
<style>
a { background-color: #B15566; }
a { background-color: rgb(177,85,102); }
div.DivClassName
{
background-color: #B15566;
}
.BgClassName
{
background-color: #B15566;
}
</style>
border-color css
<style>
span { border-color: #B15566; }
span { border-color: rgb(177,85,102); }
td.TdClassName
{
border-color: #B15566;
}
.TagClassName
{
border-color: #B15566;
}
</style>