Shades of Hippie Pink #B14C55
Tints of Hippie Pink #B14C55
RGB
CMYK
RGB Variations
Color information
#B14C55 (or 0xB14C55) is known color: Hippie Pink. HEX triplet: B1, 4C and 55. RGB value is (177,76,85). Sum of RGB (Red+Green+Blue) = 177+76+85=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14C55 is #4EB3AA. Grayscale: #6B6B6B. Windows color (decimal): -5157803 or 5590193. OLE color: 5590193.
HSL color Cylindrical-coordinate representation of color #B14C55: hue angle of 354.65º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14C55 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 85 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.31 |
| HSL | 354.65º | 0.4% | 0.5% | - |
| HSV(B) | 354.65º | 0.57% | 0.69% | - |
| XYZ | 22.36 | 15.17 | 10.34 | - |
| YUV | 107.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 85 | 0 | 0.57 | 0.52 | 0.31 | 354.65 | 0.4 | 0.5 |
| Hex | B1 | 4C | 55 | 0 | 39 | 34 | 1F | 163 | 28 | 32 |
| Octal | 261 | 114 | 125 | 0 | 71 | 64 | 37 | 543 | 50 | 62 |
| Binary | 10110001 | 1001100 | 1010101 | 0 | 111001 | 110100 | 11111 | 101100011 | 101000 | 110010 |
Color Harmonies of #B14C55
Complementary color
Monochromatic Colors of #B14C55
Black with #B14C55
Text Example
Text Example
White with #B14C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14C55; }
p { color: rgb(177,76,85); }
H1.HeaderClassName
{
color: #B14C55;
}
.AnyTagClassName
{
color: #B14C55;
}
</style>
background-color css
<style>
a { background-color: #B14C55; }
a { background-color: rgb(177,76,85); }
div.DivClassName
{
background-color: #B14C55;
}
.BgClassName
{
background-color: #B14C55;
}
</style>
border-color css
<style>
span { border-color: #B14C55; }
span { border-color: rgb(177,76,85); }
td.TdClassName
{
border-color: #B14C55;
}
.TagClassName
{
border-color: #B14C55;
}
</style>