Shades of Hippie Pink #B14E59
Tints of Hippie Pink #B14E59
RGB
CMYK
RGB Variations
Color information
#B14E59 (or 0xB14E59) is known color: Hippie Pink. HEX triplet: B1, 4E and 59. RGB value is (177,78,89). Sum of RGB (Red+Green+Blue) = 177+78+89=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E59 is #4EB1A6. Grayscale: #6C6C6C. Windows color (decimal): -5157287 or 5852849. OLE color: 5852849.
HSL color Cylindrical-coordinate representation of color #B14E59: hue angle of 353.33º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14E59 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 89 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.31 |
| HSL | 353.33º | 0.39% | 0.5% | - |
| HSV(B) | 353.33º | 0.56% | 0.69% | - |
| XYZ | 22.66 | 15.52 | 11.25 | - |
| YUV | 108.86 | 116.8 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 89 | 0 | 0.56 | 0.50 | 0.31 | 353.33 | 0.39 | 0.5 |
| Hex | B1 | 4E | 59 | 0 | 38 | 32 | 1F | 161 | 27 | 32 |
| Octal | 261 | 116 | 131 | 0 | 70 | 62 | 37 | 541 | 47 | 62 |
| Binary | 10110001 | 1001110 | 1011001 | 0 | 111000 | 110010 | 11111 | 101100001 | 100111 | 110010 |
Color Harmonies of #B14E59
Complementary color
Monochromatic Colors of #B14E59
Black with #B14E59
Text Example
Text Example
White with #B14E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E59; }
p { color: rgb(177,78,89); }
H1.HeaderClassName
{
color: #B14E59;
}
.AnyTagClassName
{
color: #B14E59;
}
</style>
background-color css
<style>
a { background-color: #B14E59; }
a { background-color: rgb(177,78,89); }
div.DivClassName
{
background-color: #B14E59;
}
.BgClassName
{
background-color: #B14E59;
}
</style>
border-color css
<style>
span { border-color: #B14E59; }
span { border-color: rgb(177,78,89); }
td.TdClassName
{
border-color: #B14E59;
}
.TagClassName
{
border-color: #B14E59;
}
</style>