Shades of Blush #B0516D
Tints of Blush #B0516D
RGB
CMYK
RGB Variations
Color information
#B0516D (or 0xB0516D) is known color: Blush. HEX triplet: B0, 51 and 6D. RGB value is (176,81,109). Sum of RGB (Red+Green+Blue) = 176+81+109=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0516D is #4FAE92. Grayscale: #707070. Windows color (decimal): -5222035 or 7164336. OLE color: 7164336.
HSL color Cylindrical-coordinate representation of color #B0516D: hue angle of 342.32º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0516D is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 109 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.31 |
| HSL | 342.32º | 0.38% | 0.5% | - |
| HSV(B) | 342.32º | 0.54% | 0.69% | - |
| XYZ | 23.61 | 16.22 | 16.35 | - |
| YUV | 112.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 109 | 0 | 0.54 | 0.38 | 0.31 | 342.32 | 0.38 | 0.5 |
| Hex | B0 | 51 | 6D | 0 | 36 | 26 | 1F | 156 | 26 | 32 |
| Octal | 260 | 121 | 155 | 0 | 66 | 46 | 37 | 526 | 46 | 62 |
| Binary | 10110000 | 1010001 | 1101101 | 0 | 110110 | 100110 | 11111 | 101010110 | 100110 | 110010 |
Color Harmonies of #B0516D
Complementary color
Monochromatic Colors of #B0516D
Black with #B0516D
Text Example
Text Example
White with #B0516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0516D; }
p { color: rgb(176,81,109); }
H1.HeaderClassName
{
color: #B0516D;
}
.AnyTagClassName
{
color: #B0516D;
}
</style>
background-color css
<style>
a { background-color: #B0516D; }
a { background-color: rgb(176,81,109); }
div.DivClassName
{
background-color: #B0516D;
}
.BgClassName
{
background-color: #B0516D;
}
</style>
border-color css
<style>
span { border-color: #B0516D; }
span { border-color: rgb(176,81,109); }
td.TdClassName
{
border-color: #B0516D;
}
.TagClassName
{
border-color: #B0516D;
}
</style>