Shades of Blush #B1566A
Tints of Blush #B1566A
RGB
CMYK
RGB Variations
Color information
#B1566A (or 0xB1566A) is known color: Blush. HEX triplet: B1, 56 and 6A. RGB value is (177,86,106). Sum of RGB (Red+Green+Blue) = 177+86+106=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1566A is #4EA995. Grayscale: #737373. Windows color (decimal): -5155222 or 6969009. OLE color: 6969009.
HSL color Cylindrical-coordinate representation of color #B1566A: hue angle of 346.81º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1566A is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 106 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.31 |
| HSL | 346.81º | 0.37% | 0.52% | - |
| HSV(B) | 346.81º | 0.51% | 0.69% | - |
| XYZ | 24.06 | 17.04 | 15.66 | - |
| YUV | 115.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 106 | 0 | 0.51 | 0.40 | 0.31 | 346.81 | 0.37 | 0.52 |
| Hex | B1 | 56 | 6A | 0 | 33 | 28 | 1F | 15B | 25 | 34 |
| Octal | 261 | 126 | 152 | 0 | 63 | 50 | 37 | 533 | 45 | 64 |
| Binary | 10110001 | 1010110 | 1101010 | 0 | 110011 | 101000 | 11111 | 101011011 | 100101 | 110100 |
Color Harmonies of #B1566A
Complementary color
Monochromatic Colors of #B1566A
Black with #B1566A
Text Example
Text Example
White with #B1566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1566A; }
p { color: rgb(177,86,106); }
H1.HeaderClassName
{
color: #B1566A;
}
.AnyTagClassName
{
color: #B1566A;
}
</style>
background-color css
<style>
a { background-color: #B1566A; }
a { background-color: rgb(177,86,106); }
div.DivClassName
{
background-color: #B1566A;
}
.BgClassName
{
background-color: #B1566A;
}
</style>
border-color css
<style>
span { border-color: #B1566A; }
span { border-color: rgb(177,86,106); }
td.TdClassName
{
border-color: #B1566A;
}
.TagClassName
{
border-color: #B1566A;
}
</style>