Shades of Blush #B05666
Tints of Blush #B05666
RGB
CMYK
RGB Variations
Color information
#B05666 (or 0xB05666) is known color: Blush. HEX triplet: B0, 56 and 66. RGB value is (176,86,102). Sum of RGB (Red+Green+Blue) = 176+86+102=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B05666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05666 is #4FA999. Grayscale: #727272. Windows color (decimal): -5220762 or 6706864. OLE color: 6706864.
HSL color Cylindrical-coordinate representation of color #B05666: hue angle of 349.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 #B05666 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 102 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.31 |
| HSL | 349.33º | 0.36% | 0.51% | - |
| HSV(B) | 349.33º | 0.51% | 0.69% | - |
| XYZ | 23.63 | 16.84 | 14.58 | - |
| YUV | 114.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 102 | 0 | 0.51 | 0.42 | 0.31 | 349.33 | 0.36 | 0.51 |
| Hex | B0 | 56 | 66 | 0 | 33 | 2A | 1F | 15D | 24 | 33 |
| Octal | 260 | 126 | 146 | 0 | 63 | 52 | 37 | 535 | 44 | 63 |
| Binary | 10110000 | 1010110 | 1100110 | 0 | 110011 | 101010 | 11111 | 101011101 | 100100 | 110011 |
Color Harmonies of #B05666
Complementary color
Monochromatic Colors of #B05666
Black with #B05666
Text Example
Text Example
White with #B05666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05666; }
p { color: rgb(176,86,102); }
H1.HeaderClassName
{
color: #B05666;
}
.AnyTagClassName
{
color: #B05666;
}
</style>
background-color css
<style>
a { background-color: #B05666; }
a { background-color: rgb(176,86,102); }
div.DivClassName
{
background-color: #B05666;
}
.BgClassName
{
background-color: #B05666;
}
</style>
border-color css
<style>
span { border-color: #B05666; }
span { border-color: rgb(176,86,102); }
td.TdClassName
{
border-color: #B05666;
}
.TagClassName
{
border-color: #B05666;
}
</style>