Shades of Hippie Pink #B15255
Tints of Hippie Pink #B15255
RGB
CMYK
RGB Variations
Color information
#B15255 (or 0xB15255) is known color: Hippie Pink. HEX triplet: B1, 52 and 55. RGB value is (177,82,85). Sum of RGB (Red+Green+Blue) = 177+82+85=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B15255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15255 is #4EADAA. Grayscale: #6E6E6E. Windows color (decimal): -5156267 or 5591729. OLE color: 5591729.
HSL color Cylindrical-coordinate representation of color #B15255: hue angle of 358.11º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15255 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 85 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.31 |
| HSL | 358.11º | 0.38% | 0.51% | - |
| HSV(B) | 358.11º | 0.54% | 0.69% | - |
| XYZ | 22.79 | 16.04 | 10.49 | - |
| YUV | 110.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 85 | 0 | 0.54 | 0.52 | 0.31 | 358.11 | 0.38 | 0.51 |
| Hex | B1 | 52 | 55 | 0 | 36 | 34 | 1F | 166 | 26 | 33 |
| Octal | 261 | 122 | 125 | 0 | 66 | 64 | 37 | 546 | 46 | 63 |
| Binary | 10110001 | 1010010 | 1010101 | 0 | 110110 | 110100 | 11111 | 101100110 | 100110 | 110011 |
Color Harmonies of #B15255
Complementary color
Monochromatic Colors of #B15255
Black with #B15255
Text Example
Text Example
White with #B15255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15255; }
p { color: rgb(177,82,85); }
H1.HeaderClassName
{
color: #B15255;
}
.AnyTagClassName
{
color: #B15255;
}
</style>
background-color css
<style>
a { background-color: #B15255; }
a { background-color: rgb(177,82,85); }
div.DivClassName
{
background-color: #B15255;
}
.BgClassName
{
background-color: #B15255;
}
</style>
border-color css
<style>
span { border-color: #B15255; }
span { border-color: rgb(177,82,85); }
td.TdClassName
{
border-color: #B15255;
}
.TagClassName
{
border-color: #B15255;
}
</style>