Shades of Hippie Pink #B0515F
Tints of Hippie Pink #B0515F
RGB
CMYK
RGB Variations
Color information
#B0515F (or 0xB0515F) is known color: Hippie Pink. HEX triplet: B0, 51 and 5F. RGB value is (176,81,95). Sum of RGB (Red+Green+Blue) = 176+81+95=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0515F is #4FAEA0. Grayscale: #6F6F6F. Windows color (decimal): -5222049 or 6246832. OLE color: 6246832.
HSL color Cylindrical-coordinate representation of color #B0515F: hue angle of 351.16º 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 #B0515F is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 95 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.31 |
| HSL | 351.16º | 0.38% | 0.5% | - |
| HSV(B) | 351.16º | 0.54% | 0.69% | - |
| XYZ | 22.91 | 15.94 | 12.7 | - |
| YUV | 111 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 95 | 0 | 0.54 | 0.46 | 0.31 | 351.16 | 0.38 | 0.5 |
| Hex | B0 | 51 | 5F | 0 | 36 | 2E | 1F | 15F | 26 | 32 |
| Octal | 260 | 121 | 137 | 0 | 66 | 56 | 37 | 537 | 46 | 62 |
| Binary | 10110000 | 1010001 | 1011111 | 0 | 110110 | 101110 | 11111 | 101011111 | 100110 | 110010 |
Color Harmonies of #B0515F
Complementary color
Monochromatic Colors of #B0515F
Black with #B0515F
Text Example
Text Example
White with #B0515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0515F; }
p { color: rgb(176,81,95); }
H1.HeaderClassName
{
color: #B0515F;
}
.AnyTagClassName
{
color: #B0515F;
}
</style>
background-color css
<style>
a { background-color: #B0515F; }
a { background-color: rgb(176,81,95); }
div.DivClassName
{
background-color: #B0515F;
}
.BgClassName
{
background-color: #B0515F;
}
</style>
border-color css
<style>
span { border-color: #B0515F; }
span { border-color: rgb(176,81,95); }
td.TdClassName
{
border-color: #B0515F;
}
.TagClassName
{
border-color: #B0515F;
}
</style>