Shades of Blush #B15466
Tints of Blush #B15466
RGB
CMYK
RGB Variations
Color information
#B15466 (or 0xB15466) is known color: Blush. HEX triplet: B1, 54 and 66. RGB value is (177,84,102). Sum of RGB (Red+Green+Blue) = 177+84+102=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B15466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15466 is #4EAB99. Grayscale: #717171. Windows color (decimal): -5155738 or 6706353. OLE color: 6706353.
HSL color Cylindrical-coordinate representation of color #B15466: hue angle of 348.39º 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 #B15466 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 102 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.31 |
| HSL | 348.39º | 0.37% | 0.51% | - |
| HSV(B) | 348.39º | 0.53% | 0.69% | - |
| XYZ | 23.7 | 16.65 | 14.53 | - |
| YUV | 113.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 102 | 0 | 0.53 | 0.42 | 0.31 | 348.39 | 0.37 | 0.51 |
| Hex | B1 | 54 | 66 | 0 | 35 | 2A | 1F | 15C | 25 | 33 |
| Octal | 261 | 124 | 146 | 0 | 65 | 52 | 37 | 534 | 45 | 63 |
| Binary | 10110001 | 1010100 | 1100110 | 0 | 110101 | 101010 | 11111 | 101011100 | 100101 | 110011 |
Color Harmonies of #B15466
Complementary color
Monochromatic Colors of #B15466
Black with #B15466
Text Example
Text Example
White with #B15466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15466; }
p { color: rgb(177,84,102); }
H1.HeaderClassName
{
color: #B15466;
}
.AnyTagClassName
{
color: #B15466;
}
</style>
background-color css
<style>
a { background-color: #B15466; }
a { background-color: rgb(177,84,102); }
div.DivClassName
{
background-color: #B15466;
}
.BgClassName
{
background-color: #B15466;
}
</style>
border-color css
<style>
span { border-color: #B15466; }
span { border-color: rgb(177,84,102); }
td.TdClassName
{
border-color: #B15466;
}
.TagClassName
{
border-color: #B15466;
}
</style>