Shades of Blush #B15D71
Tints of Blush #B15D71
RGB
CMYK
RGB Variations
Color information
#B15D71 (or 0xB15D71) is known color: Blush. HEX triplet: B1, 5D and 71. RGB value is (177,93,113). Sum of RGB (Red+Green+Blue) = 177+93+113=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15D71 is #4EA28E. Grayscale: #787878. Windows color (decimal): -5153423 or 7429553. OLE color: 7429553.
HSL color Cylindrical-coordinate representation of color #B15D71: hue angle of 345.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B15D71 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 93 | 113 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.31 |
| HSL | 345.71º | 0.35% | 0.53% | - |
| HSV(B) | 345.71º | 0.47% | 0.69% | - |
| XYZ | 25.03 | 18.37 | 17.85 | - |
| YUV | 120.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 113 | 0 | 0.47 | 0.36 | 0.31 | 345.71 | 0.35 | 0.53 |
| Hex | B1 | 5D | 71 | 0 | 2F | 24 | 1F | 15A | 23 | 35 |
| Octal | 261 | 135 | 161 | 0 | 57 | 44 | 37 | 532 | 43 | 65 |
| Binary | 10110001 | 1011101 | 1110001 | 0 | 101111 | 100100 | 11111 | 101011010 | 100011 | 110101 |
Color Harmonies of #B15D71
Complementary color
Monochromatic Colors of #B15D71
Black with #B15D71
Text Example
Text Example
White with #B15D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15D71; }
p { color: rgb(177,93,113); }
H1.HeaderClassName
{
color: #B15D71;
}
.AnyTagClassName
{
color: #B15D71;
}
</style>
background-color css
<style>
a { background-color: #B15D71; }
a { background-color: rgb(177,93,113); }
div.DivClassName
{
background-color: #B15D71;
}
.BgClassName
{
background-color: #B15D71;
}
</style>
border-color css
<style>
span { border-color: #B15D71; }
span { border-color: rgb(177,93,113); }
td.TdClassName
{
border-color: #B15D71;
}
.TagClassName
{
border-color: #B15D71;
}
</style>