Shades of Hippie Pink #B14E51
Tints of Hippie Pink #B14E51
RGB
CMYK
RGB Variations
Color information
#B14E51 (or 0xB14E51) is known color: Hippie Pink. HEX triplet: B1, 4E and 51. RGB value is (177,78,81). Sum of RGB (Red+Green+Blue) = 177+78+81=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E51 is #4EB1AE. Grayscale: #6C6C6C. Windows color (decimal): -5157295 or 5328561. OLE color: 5328561.
HSL color Cylindrical-coordinate representation of color #B14E51: hue angle of 358.18º 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 #B14E51 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 81 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.31 |
| HSL | 358.18º | 0.39% | 0.5% | - |
| HSV(B) | 358.18º | 0.56% | 0.69% | - |
| XYZ | 22.34 | 15.39 | 9.58 | - |
| YUV | 107.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 81 | 0 | 0.56 | 0.54 | 0.31 | 358.18 | 0.39 | 0.5 |
| Hex | B1 | 4E | 51 | 0 | 38 | 36 | 1F | 166 | 27 | 32 |
| Octal | 261 | 116 | 121 | 0 | 70 | 66 | 37 | 546 | 47 | 62 |
| Binary | 10110001 | 1001110 | 1010001 | 0 | 111000 | 110110 | 11111 | 101100110 | 100111 | 110010 |
Color Harmonies of #B14E51
Complementary color
Monochromatic Colors of #B14E51
Black with #B14E51
Text Example
Text Example
White with #B14E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E51; }
p { color: rgb(177,78,81); }
H1.HeaderClassName
{
color: #B14E51;
}
.AnyTagClassName
{
color: #B14E51;
}
</style>
background-color css
<style>
a { background-color: #B14E51; }
a { background-color: rgb(177,78,81); }
div.DivClassName
{
background-color: #B14E51;
}
.BgClassName
{
background-color: #B14E51;
}
</style>
border-color css
<style>
span { border-color: #B14E51; }
span { border-color: rgb(177,78,81); }
td.TdClassName
{
border-color: #B14E51;
}
.TagClassName
{
border-color: #B14E51;
}
</style>