Shades of Hippie Pink #B0505B
Tints of Hippie Pink #B0505B
RGB
CMYK
RGB Variations
Color information
#B0505B (or 0xB0505B) is known color: Hippie Pink. HEX triplet: B0, 50 and 5B. RGB value is (176,80,91). Sum of RGB (Red+Green+Blue) = 176+80+91=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B0505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0505B is #4FAFA4. Grayscale: #6E6E6E. Windows color (decimal): -5222309 or 5984432. OLE color: 5984432.
HSL color Cylindrical-coordinate representation of color #B0505B: hue angle of 353.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0505B is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 91 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.31 |
| HSL | 353.13º | 0.38% | 0.5% | - |
| HSV(B) | 353.13º | 0.55% | 0.69% | - |
| XYZ | 22.66 | 15.72 | 11.74 | - |
| YUV | 109.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 91 | 0 | 0.55 | 0.48 | 0.31 | 353.13 | 0.38 | 0.5 |
| Hex | B0 | 50 | 5B | 0 | 37 | 30 | 1F | 161 | 26 | 32 |
| Octal | 260 | 120 | 133 | 0 | 67 | 60 | 37 | 541 | 46 | 62 |
| Binary | 10110000 | 1010000 | 1011011 | 0 | 110111 | 110000 | 11111 | 101100001 | 100110 | 110010 |
Color Harmonies of #B0505B
Complementary color
Monochromatic Colors of #B0505B
Black with #B0505B
Text Example
Text Example
White with #B0505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0505B; }
p { color: rgb(176,80,91); }
H1.HeaderClassName
{
color: #B0505B;
}
.AnyTagClassName
{
color: #B0505B;
}
</style>
background-color css
<style>
a { background-color: #B0505B; }
a { background-color: rgb(176,80,91); }
div.DivClassName
{
background-color: #B0505B;
}
.BgClassName
{
background-color: #B0505B;
}
</style>
border-color css
<style>
span { border-color: #B0505B; }
span { border-color: rgb(176,80,91); }
td.TdClassName
{
border-color: #B0505B;
}
.TagClassName
{
border-color: #B0505B;
}
</style>