Shades of Hippie Pink #B1555D
Tints of Hippie Pink #B1555D
RGB
CMYK
RGB Variations
Color information
#B1555D (or 0xB1555D) is known color: Hippie Pink. HEX triplet: B1, 55 and 5D. RGB value is (177,85,93). Sum of RGB (Red+Green+Blue) = 177+85+93=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1555D is #4EAAA2. Grayscale: #717171. Windows color (decimal): -5155491 or 6116785. OLE color: 6116785.
HSL color Cylindrical-coordinate representation of color #B1555D: hue angle of 354.78º 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 #B1555D is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 93 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.31 |
| HSL | 354.78º | 0.37% | 0.51% | - |
| HSV(B) | 354.78º | 0.52% | 0.69% | - |
| XYZ | 23.36 | 16.63 | 12.34 | - |
| YUV | 113.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 93 | 0 | 0.52 | 0.47 | 0.31 | 354.78 | 0.37 | 0.51 |
| Hex | B1 | 55 | 5D | 0 | 34 | 2F | 1F | 163 | 25 | 33 |
| Octal | 261 | 125 | 135 | 0 | 64 | 57 | 37 | 543 | 45 | 63 |
| Binary | 10110001 | 1010101 | 1011101 | 0 | 110100 | 101111 | 11111 | 101100011 | 100101 | 110011 |
Color Harmonies of #B1555D
Complementary color
Monochromatic Colors of #B1555D
Black with #B1555D
Text Example
Text Example
White with #B1555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1555D; }
p { color: rgb(177,85,93); }
H1.HeaderClassName
{
color: #B1555D;
}
.AnyTagClassName
{
color: #B1555D;
}
</style>
background-color css
<style>
a { background-color: #B1555D; }
a { background-color: rgb(177,85,93); }
div.DivClassName
{
background-color: #B1555D;
}
.BgClassName
{
background-color: #B1555D;
}
</style>
border-color css
<style>
span { border-color: #B1555D; }
span { border-color: rgb(177,85,93); }
td.TdClassName
{
border-color: #B1555D;
}
.TagClassName
{
border-color: #B1555D;
}
</style>