Shades of Blush #B15464
Tints of Blush #B15464
RGB
CMYK
RGB Variations
Color information
#B15464 (or 0xB15464) is known color: Blush. HEX triplet: B1, 54 and 64. RGB value is (177,84,100). Sum of RGB (Red+Green+Blue) = 177+84+100=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B15464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15464 is #4EAB9B. Grayscale: #717171. Windows color (decimal): -5155740 or 6575281. OLE color: 6575281.
HSL color Cylindrical-coordinate representation of color #B15464: hue angle of 349.68º 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 #B15464 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 100 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.31 |
| HSL | 349.68º | 0.37% | 0.51% | - |
| HSV(B) | 349.68º | 0.53% | 0.69% | - |
| XYZ | 23.6 | 16.61 | 14.02 | - |
| YUV | 113.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 100 | 0 | 0.53 | 0.44 | 0.31 | 349.68 | 0.37 | 0.51 |
| Hex | B1 | 54 | 64 | 0 | 35 | 2C | 1F | 15E | 25 | 33 |
| Octal | 261 | 124 | 144 | 0 | 65 | 54 | 37 | 536 | 45 | 63 |
| Binary | 10110001 | 1010100 | 1100100 | 0 | 110101 | 101100 | 11111 | 101011110 | 100101 | 110011 |
Color Harmonies of #B15464
Complementary color
Monochromatic Colors of #B15464
Black with #B15464
Text Example
Text Example
White with #B15464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15464; }
p { color: rgb(177,84,100); }
H1.HeaderClassName
{
color: #B15464;
}
.AnyTagClassName
{
color: #B15464;
}
</style>
background-color css
<style>
a { background-color: #B15464; }
a { background-color: rgb(177,84,100); }
div.DivClassName
{
background-color: #B15464;
}
.BgClassName
{
background-color: #B15464;
}
</style>
border-color css
<style>
span { border-color: #B15464; }
span { border-color: rgb(177,84,100); }
td.TdClassName
{
border-color: #B15464;
}
.TagClassName
{
border-color: #B15464;
}
</style>