Shades of Blush #B15C64
Tints of Blush #B15C64
RGB
CMYK
RGB Variations
Color information
#B15C64 (or 0xB15C64) is known color: Blush. HEX triplet: B1, 5C and 64. RGB value is (177,92,100). Sum of RGB (Red+Green+Blue) = 177+92+100=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C64 is #4EA39B. Grayscale: #767676. Windows color (decimal): -5153692 or 6577329. OLE color: 6577329.
HSL color Cylindrical-coordinate representation of color #B15C64: hue angle of 354.35º 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 #B15C64 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 92 | 100 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.31 |
| HSL | 354.35º | 0.35% | 0.53% | - |
| HSV(B) | 354.35º | 0.48% | 0.69% | - |
| XYZ | 24.26 | 17.92 | 14.24 | - |
| YUV | 118.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 100 | 0 | 0.48 | 0.44 | 0.31 | 354.35 | 0.35 | 0.53 |
| Hex | B1 | 5C | 64 | 0 | 30 | 2C | 1F | 162 | 23 | 35 |
| Octal | 261 | 134 | 144 | 0 | 60 | 54 | 37 | 542 | 43 | 65 |
| Binary | 10110001 | 1011100 | 1100100 | 0 | 110000 | 101100 | 11111 | 101100010 | 100011 | 110101 |
Color Harmonies of #B15C64
Complementary color
Monochromatic Colors of #B15C64
Black with #B15C64
Text Example
Text Example
White with #B15C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15C64; }
p { color: rgb(177,92,100); }
H1.HeaderClassName
{
color: #B15C64;
}
.AnyTagClassName
{
color: #B15C64;
}
</style>
background-color css
<style>
a { background-color: #B15C64; }
a { background-color: rgb(177,92,100); }
div.DivClassName
{
background-color: #B15C64;
}
.BgClassName
{
background-color: #B15C64;
}
</style>
border-color css
<style>
span { border-color: #B15C64; }
span { border-color: rgb(177,92,100); }
td.TdClassName
{
border-color: #B15C64;
}
.TagClassName
{
border-color: #B15C64;
}
</style>