Shades of Hippie Pink #B14757
Tints of Hippie Pink #B14757
RGB
CMYK
RGB Variations
Color information
#B14757 (or 0xB14757) is known color: Hippie Pink. HEX triplet: B1, 47 and 57. RGB value is (177,71,87). Sum of RGB (Red+Green+Blue) = 177+71+87=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B14757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14757 is #4EB8A8. Grayscale: #686868. Windows color (decimal): -5159081 or 5719985. OLE color: 5719985.
HSL color Cylindrical-coordinate representation of color #B14757: hue angle of 350.94º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14757 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 87 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.31 |
| HSL | 350.94º | 0.43% | 0.49% | - |
| HSV(B) | 350.94º | 0.6% | 0.69% | - |
| XYZ | 22.11 | 14.54 | 10.66 | - |
| YUV | 104.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 87 | 0 | 0.60 | 0.51 | 0.31 | 350.94 | 0.43 | 0.49 |
| Hex | B1 | 47 | 57 | 0 | 3C | 33 | 1F | 15F | 2B | 31 |
| Octal | 261 | 107 | 127 | 0 | 74 | 63 | 37 | 537 | 53 | 61 |
| Binary | 10110001 | 1000111 | 1010111 | 0 | 111100 | 110011 | 11111 | 101011111 | 101011 | 110001 |
Color Harmonies of #B14757
Complementary color
Monochromatic Colors of #B14757
Black with #B14757
Text Example
Text Example
White with #B14757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14757; }
p { color: rgb(177,71,87); }
H1.HeaderClassName
{
color: #B14757;
}
.AnyTagClassName
{
color: #B14757;
}
</style>
background-color css
<style>
a { background-color: #B14757; }
a { background-color: rgb(177,71,87); }
div.DivClassName
{
background-color: #B14757;
}
.BgClassName
{
background-color: #B14757;
}
</style>
border-color css
<style>
span { border-color: #B14757; }
span { border-color: rgb(177,71,87); }
td.TdClassName
{
border-color: #B14757;
}
.TagClassName
{
border-color: #B14757;
}
</style>