Shades of Hippie Pink #B0515C
Tints of Hippie Pink #B0515C
RGB
CMYK
RGB Variations
Color information
#B0515C (or 0xB0515C) is known color: Hippie Pink. HEX triplet: B0, 51 and 5C. RGB value is (176,81,92). Sum of RGB (Red+Green+Blue) = 176+81+92=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0515C is #4FAEA3. Grayscale: #6E6E6E. Windows color (decimal): -5222052 or 6050224. OLE color: 6050224.
HSL color Cylindrical-coordinate representation of color #B0515C: hue angle of 353.05º 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 #B0515C is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 92 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.31 |
| HSL | 353.05º | 0.38% | 0.5% | - |
| HSV(B) | 353.05º | 0.54% | 0.69% | - |
| XYZ | 22.78 | 15.89 | 11.99 | - |
| YUV | 110.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 92 | 0 | 0.54 | 0.48 | 0.31 | 353.05 | 0.38 | 0.5 |
| Hex | B0 | 51 | 5C | 0 | 36 | 30 | 1F | 161 | 26 | 32 |
| Octal | 260 | 121 | 134 | 0 | 66 | 60 | 37 | 541 | 46 | 62 |
| Binary | 10110000 | 1010001 | 1011100 | 0 | 110110 | 110000 | 11111 | 101100001 | 100110 | 110010 |
Color Harmonies of #B0515C
Complementary color
Monochromatic Colors of #B0515C
Black with #B0515C
Text Example
Text Example
White with #B0515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0515C; }
p { color: rgb(176,81,92); }
H1.HeaderClassName
{
color: #B0515C;
}
.AnyTagClassName
{
color: #B0515C;
}
</style>
background-color css
<style>
a { background-color: #B0515C; }
a { background-color: rgb(176,81,92); }
div.DivClassName
{
background-color: #B0515C;
}
.BgClassName
{
background-color: #B0515C;
}
</style>
border-color css
<style>
span { border-color: #B0515C; }
span { border-color: rgb(176,81,92); }
td.TdClassName
{
border-color: #B0515C;
}
.TagClassName
{
border-color: #B0515C;
}
</style>