Shades of Hippie Pink #B1545C
Tints of Hippie Pink #B1545C
RGB
CMYK
RGB Variations
Color information
#B1545C (or 0xB1545C) is known color: Hippie Pink. HEX triplet: B1, 54 and 5C. RGB value is (177,84,92). Sum of RGB (Red+Green+Blue) = 177+84+92=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1545C is #4EABA3. Grayscale: #707070. Windows color (decimal): -5155748 or 6050993. OLE color: 6050993.
HSL color Cylindrical-coordinate representation of color #B1545C: hue angle of 354.84º 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 #B1545C is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 92 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.31 |
| HSL | 354.84º | 0.37% | 0.51% | - |
| HSV(B) | 354.84º | 0.53% | 0.69% | - |
| XYZ | 23.23 | 16.46 | 12.08 | - |
| YUV | 112.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 92 | 0 | 0.53 | 0.48 | 0.31 | 354.84 | 0.37 | 0.51 |
| Hex | B1 | 54 | 5C | 0 | 35 | 30 | 1F | 163 | 25 | 33 |
| Octal | 261 | 124 | 134 | 0 | 65 | 60 | 37 | 543 | 45 | 63 |
| Binary | 10110001 | 1010100 | 1011100 | 0 | 110101 | 110000 | 11111 | 101100011 | 100101 | 110011 |
Color Harmonies of #B1545C
Complementary color
Monochromatic Colors of #B1545C
Black with #B1545C
Text Example
Text Example
White with #B1545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1545C; }
p { color: rgb(177,84,92); }
H1.HeaderClassName
{
color: #B1545C;
}
.AnyTagClassName
{
color: #B1545C;
}
</style>
background-color css
<style>
a { background-color: #B1545C; }
a { background-color: rgb(177,84,92); }
div.DivClassName
{
background-color: #B1545C;
}
.BgClassName
{
background-color: #B1545C;
}
</style>
border-color css
<style>
span { border-color: #B1545C; }
span { border-color: rgb(177,84,92); }
td.TdClassName
{
border-color: #B1545C;
}
.TagClassName
{
border-color: #B1545C;
}
</style>