Shades of Blush #B0516C
Tints of Blush #B0516C
RGB
CMYK
RGB Variations
Color information
#B0516C (or 0xB0516C) is known color: Blush. HEX triplet: B0, 51 and 6C. RGB value is (176,81,108). Sum of RGB (Red+Green+Blue) = 176+81+108=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0516C is #4FAE93. Grayscale: #707070. Windows color (decimal): -5222036 or 7098800. OLE color: 7098800.
HSL color Cylindrical-coordinate representation of color #B0516C: hue angle of 342.95º 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 #B0516C is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 108 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.31 |
| HSL | 342.95º | 0.38% | 0.5% | - |
| HSV(B) | 342.95º | 0.54% | 0.69% | - |
| XYZ | 23.55 | 16.2 | 16.07 | - |
| YUV | 112.48 | 125.47 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 108 | 0 | 0.54 | 0.39 | 0.31 | 342.95 | 0.38 | 0.5 |
| Hex | B0 | 51 | 6C | 0 | 36 | 27 | 1F | 157 | 26 | 32 |
| Octal | 260 | 121 | 154 | 0 | 66 | 47 | 37 | 527 | 46 | 62 |
| Binary | 10110000 | 1010001 | 1101100 | 0 | 110110 | 100111 | 11111 | 101010111 | 100110 | 110010 |
Color Harmonies of #B0516C
Complementary color
Monochromatic Colors of #B0516C
Black with #B0516C
Text Example
Text Example
White with #B0516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0516C; }
p { color: rgb(176,81,108); }
H1.HeaderClassName
{
color: #B0516C;
}
.AnyTagClassName
{
color: #B0516C;
}
</style>
background-color css
<style>
a { background-color: #B0516C; }
a { background-color: rgb(176,81,108); }
div.DivClassName
{
background-color: #B0516C;
}
.BgClassName
{
background-color: #B0516C;
}
</style>
border-color css
<style>
span { border-color: #B0516C; }
span { border-color: rgb(176,81,108); }
td.TdClassName
{
border-color: #B0516C;
}
.TagClassName
{
border-color: #B0516C;
}
</style>