Shades of Hippie Pink #B15356
Tints of Hippie Pink #B15356
RGB
CMYK
RGB Variations
Color information
#B15356 (or 0xB15356) is known color: Hippie Pink. HEX triplet: B1, 53 and 56. RGB value is (177,83,86). Sum of RGB (Red+Green+Blue) = 177+83+86=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B15356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15356 is #4EACA9. Grayscale: #6F6F6F. Windows color (decimal): -5156010 or 5657521. OLE color: 5657521.
HSL color Cylindrical-coordinate representation of color #B15356: hue angle of 358.09º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15356 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 86 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.31 |
| HSL | 358.09º | 0.38% | 0.51% | - |
| HSV(B) | 358.09º | 0.53% | 0.69% | - |
| XYZ | 22.9 | 16.21 | 10.72 | - |
| YUV | 111.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 86 | 0 | 0.53 | 0.51 | 0.31 | 358.09 | 0.38 | 0.51 |
| Hex | B1 | 53 | 56 | 0 | 35 | 33 | 1F | 166 | 26 | 33 |
| Octal | 261 | 123 | 126 | 0 | 65 | 63 | 37 | 546 | 46 | 63 |
| Binary | 10110001 | 1010011 | 1010110 | 0 | 110101 | 110011 | 11111 | 101100110 | 100110 | 110011 |
Color Harmonies of #B15356
Complementary color
Monochromatic Colors of #B15356
Black with #B15356
Text Example
Text Example
White with #B15356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15356; }
p { color: rgb(177,83,86); }
H1.HeaderClassName
{
color: #B15356;
}
.AnyTagClassName
{
color: #B15356;
}
</style>
background-color css
<style>
a { background-color: #B15356; }
a { background-color: rgb(177,83,86); }
div.DivClassName
{
background-color: #B15356;
}
.BgClassName
{
background-color: #B15356;
}
</style>
border-color css
<style>
span { border-color: #B15356; }
span { border-color: rgb(177,83,86); }
td.TdClassName
{
border-color: #B15356;
}
.TagClassName
{
border-color: #B15356;
}
</style>