Shades of Hippie Pink #B1565B
Tints of Hippie Pink #B1565B
RGB
CMYK
RGB Variations
Color information
#B1565B (or 0xB1565B) is known color: Hippie Pink. HEX triplet: B1, 56 and 5B. RGB value is (177,86,91). Sum of RGB (Red+Green+Blue) = 177+86+91=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1565B is #4EA9A4. Grayscale: #717171. Windows color (decimal): -5155237 or 5985969. OLE color: 5985969.
HSL color Cylindrical-coordinate representation of color #B1565B: hue angle of 356.7º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1565B is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 91 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.31 |
| HSL | 356.7º | 0.37% | 0.52% | - |
| HSV(B) | 356.7º | 0.51% | 0.69% | - |
| XYZ | 23.35 | 16.76 | 11.9 | - |
| YUV | 113.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 91 | 0 | 0.51 | 0.49 | 0.31 | 356.7 | 0.37 | 0.52 |
| Hex | B1 | 56 | 5B | 0 | 33 | 31 | 1F | 165 | 25 | 34 |
| Octal | 261 | 126 | 133 | 0 | 63 | 61 | 37 | 545 | 45 | 64 |
| Binary | 10110001 | 1010110 | 1011011 | 0 | 110011 | 110001 | 11111 | 101100101 | 100101 | 110100 |
Color Harmonies of #B1565B
Complementary color
Monochromatic Colors of #B1565B
Black with #B1565B
Text Example
Text Example
White with #B1565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1565B; }
p { color: rgb(177,86,91); }
H1.HeaderClassName
{
color: #B1565B;
}
.AnyTagClassName
{
color: #B1565B;
}
</style>
background-color css
<style>
a { background-color: #B1565B; }
a { background-color: rgb(177,86,91); }
div.DivClassName
{
background-color: #B1565B;
}
.BgClassName
{
background-color: #B1565B;
}
</style>
border-color css
<style>
span { border-color: #B1565B; }
span { border-color: rgb(177,86,91); }
td.TdClassName
{
border-color: #B1565B;
}
.TagClassName
{
border-color: #B1565B;
}
</style>