Shades of Blush #B1566B
Tints of Blush #B1566B
RGB
CMYK
RGB Variations
Color information
#B1566B (or 0xB1566B) is known color: Blush. HEX triplet: B1, 56 and 6B. RGB value is (177,86,107). Sum of RGB (Red+Green+Blue) = 177+86+107=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1566B is #4EA994. Grayscale: #737373. Windows color (decimal): -5155221 or 7034545. OLE color: 7034545.
HSL color Cylindrical-coordinate representation of color #B1566B: hue angle of 346.15º 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 #B1566B is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 107 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.31 |
| HSL | 346.15º | 0.37% | 0.52% | - |
| HSV(B) | 346.15º | 0.51% | 0.69% | - |
| XYZ | 24.11 | 17.06 | 15.93 | - |
| YUV | 115.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 107 | 0 | 0.51 | 0.40 | 0.31 | 346.15 | 0.37 | 0.52 |
| Hex | B1 | 56 | 6B | 0 | 33 | 28 | 1F | 15A | 25 | 34 |
| Octal | 261 | 126 | 153 | 0 | 63 | 50 | 37 | 532 | 45 | 64 |
| Binary | 10110001 | 1010110 | 1101011 | 0 | 110011 | 101000 | 11111 | 101011010 | 100101 | 110100 |
Color Harmonies of #B1566B
Complementary color
Monochromatic Colors of #B1566B
Black with #B1566B
Text Example
Text Example
White with #B1566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1566B; }
p { color: rgb(177,86,107); }
H1.HeaderClassName
{
color: #B1566B;
}
.AnyTagClassName
{
color: #B1566B;
}
</style>
background-color css
<style>
a { background-color: #B1566B; }
a { background-color: rgb(177,86,107); }
div.DivClassName
{
background-color: #B1566B;
}
.BgClassName
{
background-color: #B1566B;
}
</style>
border-color css
<style>
span { border-color: #B1566B; }
span { border-color: rgb(177,86,107); }
td.TdClassName
{
border-color: #B1566B;
}
.TagClassName
{
border-color: #B1566B;
}
</style>