Shades of Hippie Pink #B05059
Tints of Hippie Pink #B05059
RGB
CMYK
RGB Variations
Color information
#B05059 (or 0xB05059) is known color: Hippie Pink. HEX triplet: B0, 50 and 59. RGB value is (176,80,89). Sum of RGB (Red+Green+Blue) = 176+80+89=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B05059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05059 is #4FAFA6. Grayscale: #6D6D6D. Windows color (decimal): -5222311 or 5853360. OLE color: 5853360.
HSL color Cylindrical-coordinate representation of color #B05059: hue angle of 354.38º 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 #B05059 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 89 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.31 |
| HSL | 354.38º | 0.38% | 0.5% | - |
| HSV(B) | 354.38º | 0.55% | 0.69% | - |
| XYZ | 22.58 | 15.69 | 11.29 | - |
| YUV | 109.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 89 | 0 | 0.55 | 0.49 | 0.31 | 354.38 | 0.38 | 0.5 |
| Hex | B0 | 50 | 59 | 0 | 37 | 31 | 1F | 162 | 26 | 32 |
| Octal | 260 | 120 | 131 | 0 | 67 | 61 | 37 | 542 | 46 | 62 |
| Binary | 10110000 | 1010000 | 1011001 | 0 | 110111 | 110001 | 11111 | 101100010 | 100110 | 110010 |
Color Harmonies of #B05059
Complementary color
Monochromatic Colors of #B05059
Black with #B05059
Text Example
Text Example
White with #B05059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05059; }
p { color: rgb(176,80,89); }
H1.HeaderClassName
{
color: #B05059;
}
.AnyTagClassName
{
color: #B05059;
}
</style>
background-color css
<style>
a { background-color: #B05059; }
a { background-color: rgb(176,80,89); }
div.DivClassName
{
background-color: #B05059;
}
.BgClassName
{
background-color: #B05059;
}
</style>
border-color css
<style>
span { border-color: #B05059; }
span { border-color: rgb(176,80,89); }
td.TdClassName
{
border-color: #B05059;
}
.TagClassName
{
border-color: #B05059;
}
</style>