Shades of Hippie Pink #B15456
Tints of Hippie Pink #B15456
RGB
CMYK
RGB Variations
Color information
#B15456 (or 0xB15456) is known color: Hippie Pink. HEX triplet: B1, 54 and 56. RGB value is (177,84,86). Sum of RGB (Red+Green+Blue) = 177+84+86=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B15456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15456 is #4EABA9. Grayscale: #707070. Windows color (decimal): -5155754 or 5657777. OLE color: 5657777.
HSL color Cylindrical-coordinate representation of color #B15456: hue angle of 358.71º degrees, saturation: 0.37, 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 #B15456 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 86 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.31 |
| HSL | 358.71º | 0.37% | 0.51% | - |
| HSV(B) | 358.71º | 0.53% | 0.69% | - |
| XYZ | 22.98 | 16.36 | 10.75 | - |
| YUV | 112.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 86 | 0 | 0.53 | 0.51 | 0.31 | 358.71 | 0.37 | 0.51 |
| Hex | B1 | 54 | 56 | 0 | 35 | 33 | 1F | 167 | 25 | 33 |
| Octal | 261 | 124 | 126 | 0 | 65 | 63 | 37 | 547 | 45 | 63 |
| Binary | 10110001 | 1010100 | 1010110 | 0 | 110101 | 110011 | 11111 | 101100111 | 100101 | 110011 |
Color Harmonies of #B15456
Complementary color
Monochromatic Colors of #B15456
Black with #B15456
Text Example
Text Example
White with #B15456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15456; }
p { color: rgb(177,84,86); }
H1.HeaderClassName
{
color: #B15456;
}
.AnyTagClassName
{
color: #B15456;
}
</style>
background-color css
<style>
a { background-color: #B15456; }
a { background-color: rgb(177,84,86); }
div.DivClassName
{
background-color: #B15456;
}
.BgClassName
{
background-color: #B15456;
}
</style>
border-color css
<style>
span { border-color: #B15456; }
span { border-color: rgb(177,84,86); }
td.TdClassName
{
border-color: #B15456;
}
.TagClassName
{
border-color: #B15456;
}
</style>