Shades of Blush #B15062
Tints of Blush #B15062
RGB
CMYK
RGB Variations
Color information
#B15062 (or 0xB15062) is known color: Blush. HEX triplet: B1, 50 and 62. RGB value is (177,80,98). Sum of RGB (Red+Green+Blue) = 177+80+98=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B15062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15062 is #4EAF9D. Grayscale: #6F6F6F. Windows color (decimal): -5156766 or 6443185. OLE color: 6443185.
HSL color Cylindrical-coordinate representation of color #B15062: hue angle of 348.87º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15062 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 98 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.31 |
| HSL | 348.87º | 0.38% | 0.5% | - |
| HSV(B) | 348.87º | 0.55% | 0.69% | - |
| XYZ | 23.2 | 15.97 | 13.41 | - |
| YUV | 111.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 98 | 0 | 0.55 | 0.45 | 0.31 | 348.87 | 0.38 | 0.5 |
| Hex | B1 | 50 | 62 | 0 | 37 | 2D | 1F | 15D | 26 | 32 |
| Octal | 261 | 120 | 142 | 0 | 67 | 55 | 37 | 535 | 46 | 62 |
| Binary | 10110001 | 1010000 | 1100010 | 0 | 110111 | 101101 | 11111 | 101011101 | 100110 | 110010 |
Color Harmonies of #B15062
Complementary color
Monochromatic Colors of #B15062
Black with #B15062
Text Example
Text Example
White with #B15062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15062; }
p { color: rgb(177,80,98); }
H1.HeaderClassName
{
color: #B15062;
}
.AnyTagClassName
{
color: #B15062;
}
</style>
background-color css
<style>
a { background-color: #B15062; }
a { background-color: rgb(177,80,98); }
div.DivClassName
{
background-color: #B15062;
}
.BgClassName
{
background-color: #B15062;
}
</style>
border-color css
<style>
span { border-color: #B15062; }
span { border-color: rgb(177,80,98); }
td.TdClassName
{
border-color: #B15062;
}
.TagClassName
{
border-color: #B15062;
}
</style>