Shades of Hippie Pink #B14255
Tints of Hippie Pink #B14255
RGB
CMYK
RGB Variations
Color information
#B14255 (or 0xB14255) is known color: Hippie Pink. HEX triplet: B1, 42 and 55. RGB value is (177,66,85). Sum of RGB (Red+Green+Blue) = 177+66+85=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B14255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14255 is #4EBDAA. Grayscale: #656565. Windows color (decimal): -5160363 or 5587633. OLE color: 5587633.
HSL color Cylindrical-coordinate representation of color #B14255: hue angle of 349.73º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14255 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 66 | 85 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.31 |
| HSL | 349.73º | 0.46% | 0.48% | - |
| HSV(B) | 349.73º | 0.63% | 0.69% | - |
| XYZ | 21.72 | 13.9 | 10.13 | - |
| YUV | 101.36 | 118.77 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 85 | 0 | 0.63 | 0.52 | 0.31 | 349.73 | 0.46 | 0.48 |
| Hex | B1 | 42 | 55 | 0 | 3F | 34 | 1F | 15E | 2E | 30 |
| Octal | 261 | 102 | 125 | 0 | 77 | 64 | 37 | 536 | 56 | 60 |
| Binary | 10110001 | 1000010 | 1010101 | 0 | 111111 | 110100 | 11111 | 101011110 | 101110 | 110000 |
Color Harmonies of #B14255
Complementary color
Monochromatic Colors of #B14255
Black with #B14255
Text Example
Text Example
White with #B14255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14255; }
p { color: rgb(177,66,85); }
H1.HeaderClassName
{
color: #B14255;
}
.AnyTagClassName
{
color: #B14255;
}
</style>
background-color css
<style>
a { background-color: #B14255; }
a { background-color: rgb(177,66,85); }
div.DivClassName
{
background-color: #B14255;
}
.BgClassName
{
background-color: #B14255;
}
</style>
border-color css
<style>
span { border-color: #B14255; }
span { border-color: rgb(177,66,85); }
td.TdClassName
{
border-color: #B14255;
}
.TagClassName
{
border-color: #B14255;
}
</style>