Shades of Blush #B15260
Tints of Blush #B15260
RGB
CMYK
RGB Variations
Color information
#B15260 (or 0xB15260) is known color: Blush. HEX triplet: B1, 52 and 60. RGB value is (177,82,96). Sum of RGB (Red+Green+Blue) = 177+82+96=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B15260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15260 is #4EAD9F. Grayscale: #707070. Windows color (decimal): -5156256 or 6312625. OLE color: 6312625.
HSL color Cylindrical-coordinate representation of color #B15260: hue angle of 351.16º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15260 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 96 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.31 |
| HSL | 351.16º | 0.38% | 0.51% | - |
| HSV(B) | 351.16º | 0.54% | 0.69% | - |
| XYZ | 23.26 | 16.23 | 12.97 | - |
| YUV | 112 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 96 | 0 | 0.54 | 0.46 | 0.31 | 351.16 | 0.38 | 0.51 |
| Hex | B1 | 52 | 60 | 0 | 36 | 2E | 1F | 15F | 26 | 33 |
| Octal | 261 | 122 | 140 | 0 | 66 | 56 | 37 | 537 | 46 | 63 |
| Binary | 10110001 | 1010010 | 1100000 | 0 | 110110 | 101110 | 11111 | 101011111 | 100110 | 110011 |
Color Harmonies of #B15260
Complementary color
Monochromatic Colors of #B15260
Black with #B15260
Text Example
Text Example
White with #B15260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15260; }
p { color: rgb(177,82,96); }
H1.HeaderClassName
{
color: #B15260;
}
.AnyTagClassName
{
color: #B15260;
}
</style>
background-color css
<style>
a { background-color: #B15260; }
a { background-color: rgb(177,82,96); }
div.DivClassName
{
background-color: #B15260;
}
.BgClassName
{
background-color: #B15260;
}
</style>
border-color css
<style>
span { border-color: #B15260; }
span { border-color: rgb(177,82,96); }
td.TdClassName
{
border-color: #B15260;
}
.TagClassName
{
border-color: #B15260;
}
</style>