Shades of Blush #B15C62
Tints of Blush #B15C62
RGB
CMYK
RGB Variations
Color information
#B15C62 (or 0xB15C62) is known color: Blush. HEX triplet: B1, 5C and 62. RGB value is (177,92,98). Sum of RGB (Red+Green+Blue) = 177+92+98=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C62 is #4EA39D. Grayscale: #767676. Windows color (decimal): -5153694 or 6446257. OLE color: 6446257.
HSL color Cylindrical-coordinate representation of color #B15C62: hue angle of 355.76º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B15C62 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 92 | 98 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.31 |
| HSL | 355.76º | 0.35% | 0.53% | - |
| HSV(B) | 355.76º | 0.48% | 0.69% | - |
| XYZ | 24.16 | 17.88 | 13.73 | - |
| YUV | 118.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 98 | 0 | 0.48 | 0.45 | 0.31 | 355.76 | 0.35 | 0.53 |
| Hex | B1 | 5C | 62 | 0 | 30 | 2D | 1F | 164 | 23 | 35 |
| Octal | 261 | 134 | 142 | 0 | 60 | 55 | 37 | 544 | 43 | 65 |
| Binary | 10110001 | 1011100 | 1100010 | 0 | 110000 | 101101 | 11111 | 101100100 | 100011 | 110101 |
Color Harmonies of #B15C62
Complementary color
Monochromatic Colors of #B15C62
Black with #B15C62
Text Example
Text Example
White with #B15C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15C62; }
p { color: rgb(177,92,98); }
H1.HeaderClassName
{
color: #B15C62;
}
.AnyTagClassName
{
color: #B15C62;
}
</style>
background-color css
<style>
a { background-color: #B15C62; }
a { background-color: rgb(177,92,98); }
div.DivClassName
{
background-color: #B15C62;
}
.BgClassName
{
background-color: #B15C62;
}
</style>
border-color css
<style>
span { border-color: #B15C62; }
span { border-color: rgb(177,92,98); }
td.TdClassName
{
border-color: #B15C62;
}
.TagClassName
{
border-color: #B15C62;
}
</style>