Shades of Hippie Pink #B1555A
Tints of Hippie Pink #B1555A
RGB
CMYK
RGB Variations
Color information
#B1555A (or 0xB1555A) is known color: Hippie Pink. HEX triplet: B1, 55 and 5A. RGB value is (177,85,90). Sum of RGB (Red+Green+Blue) = 177+85+90=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1555A is #4EAAA5. Grayscale: #717171. Windows color (decimal): -5155494 or 5920177. OLE color: 5920177.
HSL color Cylindrical-coordinate representation of color #B1555A: hue angle of 356.74º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1555A is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 90 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.31 |
| HSL | 356.74º | 0.37% | 0.51% | - |
| HSV(B) | 356.74º | 0.52% | 0.69% | - |
| XYZ | 23.23 | 16.58 | 11.65 | - |
| YUV | 113.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 90 | 0 | 0.52 | 0.49 | 0.31 | 356.74 | 0.37 | 0.51 |
| Hex | B1 | 55 | 5A | 0 | 34 | 31 | 1F | 165 | 25 | 33 |
| Octal | 261 | 125 | 132 | 0 | 64 | 61 | 37 | 545 | 45 | 63 |
| Binary | 10110001 | 1010101 | 1011010 | 0 | 110100 | 110001 | 11111 | 101100101 | 100101 | 110011 |
Color Harmonies of #B1555A
Complementary color
Monochromatic Colors of #B1555A
Black with #B1555A
Text Example
Text Example
White with #B1555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1555A; }
p { color: rgb(177,85,90); }
H1.HeaderClassName
{
color: #B1555A;
}
.AnyTagClassName
{
color: #B1555A;
}
</style>
background-color css
<style>
a { background-color: #B1555A; }
a { background-color: rgb(177,85,90); }
div.DivClassName
{
background-color: #B1555A;
}
.BgClassName
{
background-color: #B1555A;
}
</style>
border-color css
<style>
span { border-color: #B1555A; }
span { border-color: rgb(177,85,90); }
td.TdClassName
{
border-color: #B1555A;
}
.TagClassName
{
border-color: #B1555A;
}
</style>