Shades of Hippie Pink #B14756
Tints of Hippie Pink #B14756
RGB
CMYK
RGB Variations
Color information
#B14756 (or 0xB14756) is known color: Hippie Pink. HEX triplet: B1, 47 and 56. RGB value is (177,71,86). Sum of RGB (Red+Green+Blue) = 177+71+86=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B14756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14756 is #4EB8A9. Grayscale: #686868. Windows color (decimal): -5159082 or 5654449. OLE color: 5654449.
HSL color Cylindrical-coordinate representation of color #B14756: hue angle of 351.51º 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 #B14756 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 86 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.31 |
| HSL | 351.51º | 0.43% | 0.49% | - |
| HSV(B) | 351.51º | 0.6% | 0.69% | - |
| XYZ | 22.06 | 14.53 | 10.44 | - |
| YUV | 104.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 86 | 0 | 0.60 | 0.51 | 0.31 | 351.51 | 0.43 | 0.49 |
| Hex | B1 | 47 | 56 | 0 | 3C | 33 | 1F | 160 | 2B | 31 |
| Octal | 261 | 107 | 126 | 0 | 74 | 63 | 37 | 540 | 53 | 61 |
| Binary | 10110001 | 1000111 | 1010110 | 0 | 111100 | 110011 | 11111 | 101100000 | 101011 | 110001 |
Color Harmonies of #B14756
Complementary color
Monochromatic Colors of #B14756
Black with #B14756
Text Example
Text Example
White with #B14756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14756; }
p { color: rgb(177,71,86); }
H1.HeaderClassName
{
color: #B14756;
}
.AnyTagClassName
{
color: #B14756;
}
</style>
background-color css
<style>
a { background-color: #B14756; }
a { background-color: rgb(177,71,86); }
div.DivClassName
{
background-color: #B14756;
}
.BgClassName
{
background-color: #B14756;
}
</style>
border-color css
<style>
span { border-color: #B14756; }
span { border-color: rgb(177,71,86); }
td.TdClassName
{
border-color: #B14756;
}
.TagClassName
{
border-color: #B14756;
}
</style>