Shades of Blush #B15871
Tints of Blush #B15871
RGB
CMYK
RGB Variations
Color information
#B15871 (or 0xB15871) is known color: Blush. HEX triplet: B1, 58 and 71. RGB value is (177,88,113). Sum of RGB (Red+Green+Blue) = 177+88+113=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B15871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15871 is #4EA78E. Grayscale: #757575. Windows color (decimal): -5154703 or 7428273. OLE color: 7428273.
HSL color Cylindrical-coordinate representation of color #B15871: hue angle of 343.15º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15871 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 88 | 113 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.31 |
| HSL | 343.15º | 0.36% | 0.52% | - |
| HSV(B) | 343.15º | 0.5% | 0.69% | - |
| XYZ | 24.6 | 17.52 | 17.71 | - |
| YUV | 117.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 113 | 0 | 0.50 | 0.36 | 0.31 | 343.15 | 0.36 | 0.52 |
| Hex | B1 | 58 | 71 | 0 | 32 | 24 | 1F | 157 | 24 | 34 |
| Octal | 261 | 130 | 161 | 0 | 62 | 44 | 37 | 527 | 44 | 64 |
| Binary | 10110001 | 1011000 | 1110001 | 0 | 110010 | 100100 | 11111 | 101010111 | 100100 | 110100 |
Color Harmonies of #B15871
Complementary color
Monochromatic Colors of #B15871
Black with #B15871
Text Example
Text Example
White with #B15871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15871; }
p { color: rgb(177,88,113); }
H1.HeaderClassName
{
color: #B15871;
}
.AnyTagClassName
{
color: #B15871;
}
</style>
background-color css
<style>
a { background-color: #B15871; }
a { background-color: rgb(177,88,113); }
div.DivClassName
{
background-color: #B15871;
}
.BgClassName
{
background-color: #B15871;
}
</style>
border-color css
<style>
span { border-color: #B15871; }
span { border-color: rgb(177,88,113); }
td.TdClassName
{
border-color: #B15871;
}
.TagClassName
{
border-color: #B15871;
}
</style>