Shades of Blush #B0566C
Tints of Blush #B0566C
RGB
CMYK
RGB Variations
Color information
#B0566C (or 0xB0566C) is known color: Blush. HEX triplet: B0, 56 and 6C. RGB value is (176,86,108). Sum of RGB (Red+Green+Blue) = 176+86+108=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0566C is #4FA993. Grayscale: #737373. Windows color (decimal): -5220756 or 7100080. OLE color: 7100080.
HSL color Cylindrical-coordinate representation of color #B0566C: hue angle of 345.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0566C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 108 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.31 |
| HSL | 345.33º | 0.36% | 0.51% | - |
| HSV(B) | 345.33º | 0.51% | 0.69% | - |
| XYZ | 23.94 | 16.97 | 16.2 | - |
| YUV | 115.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 108 | 0 | 0.51 | 0.39 | 0.31 | 345.33 | 0.36 | 0.51 |
| Hex | B0 | 56 | 6C | 0 | 33 | 27 | 1F | 159 | 24 | 33 |
| Octal | 260 | 126 | 154 | 0 | 63 | 47 | 37 | 531 | 44 | 63 |
| Binary | 10110000 | 1010110 | 1101100 | 0 | 110011 | 100111 | 11111 | 101011001 | 100100 | 110011 |
Color Harmonies of #B0566C
Complementary color
Monochromatic Colors of #B0566C
Black with #B0566C
Text Example
Text Example
White with #B0566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0566C; }
p { color: rgb(176,86,108); }
H1.HeaderClassName
{
color: #B0566C;
}
.AnyTagClassName
{
color: #B0566C;
}
</style>
background-color css
<style>
a { background-color: #B0566C; }
a { background-color: rgb(176,86,108); }
div.DivClassName
{
background-color: #B0566C;
}
.BgClassName
{
background-color: #B0566C;
}
</style>
border-color css
<style>
span { border-color: #B0566C; }
span { border-color: rgb(176,86,108); }
td.TdClassName
{
border-color: #B0566C;
}
.TagClassName
{
border-color: #B0566C;
}
</style>