Shades of Hippie Pink #B0565C
Tints of Hippie Pink #B0565C
RGB
CMYK
RGB Variations
Color information
#B0565C (or 0xB0565C) is known color: Hippie Pink. HEX triplet: B0, 56 and 5C. RGB value is (176,86,92). Sum of RGB (Red+Green+Blue) = 176+86+92=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0565C is #4FA9A3. Grayscale: #717171. Windows color (decimal): -5220772 or 6051504. OLE color: 6051504.
HSL color Cylindrical-coordinate representation of color #B0565C: hue angle of 356º 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 #B0565C is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 92 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.31 |
| HSL | 356º | 0.36% | 0.51% | - |
| HSV(B) | 356º | 0.51% | 0.69% | - |
| XYZ | 23.16 | 16.66 | 12.12 | - |
| YUV | 113.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 92 | 0 | 0.51 | 0.48 | 0.31 | 356 | 0.36 | 0.51 |
| Hex | B0 | 56 | 5C | 0 | 33 | 30 | 1F | 164 | 24 | 33 |
| Octal | 260 | 126 | 134 | 0 | 63 | 60 | 37 | 544 | 44 | 63 |
| Binary | 10110000 | 1010110 | 1011100 | 0 | 110011 | 110000 | 11111 | 101100100 | 100100 | 110011 |
Color Harmonies of #B0565C
Complementary color
Monochromatic Colors of #B0565C
Black with #B0565C
Text Example
Text Example
White with #B0565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0565C; }
p { color: rgb(176,86,92); }
H1.HeaderClassName
{
color: #B0565C;
}
.AnyTagClassName
{
color: #B0565C;
}
</style>
background-color css
<style>
a { background-color: #B0565C; }
a { background-color: rgb(176,86,92); }
div.DivClassName
{
background-color: #B0565C;
}
.BgClassName
{
background-color: #B0565C;
}
</style>
border-color css
<style>
span { border-color: #B0565C; }
span { border-color: rgb(176,86,92); }
td.TdClassName
{
border-color: #B0565C;
}
.TagClassName
{
border-color: #B0565C;
}
</style>