Shades of Hippie Pink #B0565E
Tints of Hippie Pink #B0565E
RGB
CMYK
RGB Variations
Color information
#B0565E (or 0xB0565E) is known color: Hippie Pink. HEX triplet: B0, 56 and 5E. RGB value is (176,86,94). Sum of RGB (Red+Green+Blue) = 176+86+94=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0565E is #4FA9A1. Grayscale: #717171. Windows color (decimal): -5220770 or 6182576. OLE color: 6182576.
HSL color Cylindrical-coordinate representation of color #B0565E: hue angle of 354.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0565E is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 94 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.31 |
| HSL | 354.67º | 0.36% | 0.51% | - |
| HSV(B) | 354.67º | 0.51% | 0.69% | - |
| XYZ | 23.25 | 16.69 | 12.59 | - |
| YUV | 113.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 94 | 0 | 0.51 | 0.47 | 0.31 | 354.67 | 0.36 | 0.51 |
| Hex | B0 | 56 | 5E | 0 | 33 | 2F | 1F | 163 | 24 | 33 |
| Octal | 260 | 126 | 136 | 0 | 63 | 57 | 37 | 543 | 44 | 63 |
| Binary | 10110000 | 1010110 | 1011110 | 0 | 110011 | 101111 | 11111 | 101100011 | 100100 | 110011 |
Color Harmonies of #B0565E
Complementary color
Monochromatic Colors of #B0565E
Black with #B0565E
Text Example
Text Example
White with #B0565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0565E; }
p { color: rgb(176,86,94); }
H1.HeaderClassName
{
color: #B0565E;
}
.AnyTagClassName
{
color: #B0565E;
}
</style>
background-color css
<style>
a { background-color: #B0565E; }
a { background-color: rgb(176,86,94); }
div.DivClassName
{
background-color: #B0565E;
}
.BgClassName
{
background-color: #B0565E;
}
</style>
border-color css
<style>
span { border-color: #B0565E; }
span { border-color: rgb(176,86,94); }
td.TdClassName
{
border-color: #B0565E;
}
.TagClassName
{
border-color: #B0565E;
}
</style>