Shades of Blush #B1555F
Tints of Blush #B1555F
RGB
CMYK
RGB Variations
Color information
#B1555F (or 0xB1555F) is known color: Blush. HEX triplet: B1, 55 and 5F. RGB value is (177,85,95). Sum of RGB (Red+Green+Blue) = 177+85+95=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1555F is #4EAAA0. Grayscale: #717171. Windows color (decimal): -5155489 or 6247857. OLE color: 6247857.
HSL color Cylindrical-coordinate representation of color #B1555F: hue angle of 353.48º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1555F is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 95 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.31 |
| HSL | 353.48º | 0.37% | 0.51% | - |
| HSV(B) | 353.48º | 0.52% | 0.69% | - |
| XYZ | 23.45 | 16.67 | 12.81 | - |
| YUV | 113.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 95 | 0 | 0.52 | 0.46 | 0.31 | 353.48 | 0.37 | 0.51 |
| Hex | B1 | 55 | 5F | 0 | 34 | 2E | 1F | 161 | 25 | 33 |
| Octal | 261 | 125 | 137 | 0 | 64 | 56 | 37 | 541 | 45 | 63 |
| Binary | 10110001 | 1010101 | 1011111 | 0 | 110100 | 101110 | 11111 | 101100001 | 100101 | 110011 |
Color Harmonies of #B1555F
Complementary color
Monochromatic Colors of #B1555F
Black with #B1555F
Text Example
Text Example
White with #B1555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1555F; }
p { color: rgb(177,85,95); }
H1.HeaderClassName
{
color: #B1555F;
}
.AnyTagClassName
{
color: #B1555F;
}
</style>
background-color css
<style>
a { background-color: #B1555F; }
a { background-color: rgb(177,85,95); }
div.DivClassName
{
background-color: #B1555F;
}
.BgClassName
{
background-color: #B1555F;
}
</style>
border-color css
<style>
span { border-color: #B1555F; }
span { border-color: rgb(177,85,95); }
td.TdClassName
{
border-color: #B1555F;
}
.TagClassName
{
border-color: #B1555F;
}
</style>