Shades of Blush #B15463
Tints of Blush #B15463
RGB
CMYK
RGB Variations
Color information
#B15463 (or 0xB15463) is known color: Blush. HEX triplet: B1, 54 and 63. RGB value is (177,84,99). Sum of RGB (Red+Green+Blue) = 177+84+99=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B15463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15463 is #4EAB9C. Grayscale: #717171. Windows color (decimal): -5155741 or 6509745. OLE color: 6509745.
HSL color Cylindrical-coordinate representation of color #B15463: hue angle of 350.32º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15463 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 99 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.31 |
| HSL | 350.32º | 0.37% | 0.51% | - |
| HSV(B) | 350.32º | 0.53% | 0.69% | - |
| XYZ | 23.55 | 16.59 | 13.76 | - |
| YUV | 113.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 99 | 0 | 0.53 | 0.44 | 0.31 | 350.32 | 0.37 | 0.51 |
| Hex | B1 | 54 | 63 | 0 | 35 | 2C | 1F | 15E | 25 | 33 |
| Octal | 261 | 124 | 143 | 0 | 65 | 54 | 37 | 536 | 45 | 63 |
| Binary | 10110001 | 1010100 | 1100011 | 0 | 110101 | 101100 | 11111 | 101011110 | 100101 | 110011 |
Color Harmonies of #B15463
Complementary color
Monochromatic Colors of #B15463
Black with #B15463
Text Example
Text Example
White with #B15463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15463; }
p { color: rgb(177,84,99); }
H1.HeaderClassName
{
color: #B15463;
}
.AnyTagClassName
{
color: #B15463;
}
</style>
background-color css
<style>
a { background-color: #B15463; }
a { background-color: rgb(177,84,99); }
div.DivClassName
{
background-color: #B15463;
}
.BgClassName
{
background-color: #B15463;
}
</style>
border-color css
<style>
span { border-color: #B15463; }
span { border-color: rgb(177,84,99); }
td.TdClassName
{
border-color: #B15463;
}
.TagClassName
{
border-color: #B15463;
}
</style>