Shades of Hippie Pink #B14E60
Tints of Hippie Pink #B14E60
RGB
CMYK
RGB Variations
Color information
#B14E60 (or 0xB14E60) is known color: Hippie Pink. HEX triplet: B1, 4E and 60. RGB value is (177,78,96). Sum of RGB (Red+Green+Blue) = 177+78+96=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E60 is #4EB19F. Grayscale: #6D6D6D. Windows color (decimal): -5157280 or 6311601. OLE color: 6311601.
HSL color Cylindrical-coordinate representation of color #B14E60: hue angle of 349.09º 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 #B14E60 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 96 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.31 |
| HSL | 349.09º | 0.39% | 0.5% | - |
| HSV(B) | 349.09º | 0.56% | 0.69% | - |
| XYZ | 22.97 | 15.64 | 12.87 | - |
| YUV | 109.65 | 120.3 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 96 | 0 | 0.56 | 0.46 | 0.31 | 349.09 | 0.39 | 0.5 |
| Hex | B1 | 4E | 60 | 0 | 38 | 2E | 1F | 15D | 27 | 32 |
| Octal | 261 | 116 | 140 | 0 | 70 | 56 | 37 | 535 | 47 | 62 |
| Binary | 10110001 | 1001110 | 1100000 | 0 | 111000 | 101110 | 11111 | 101011101 | 100111 | 110010 |
Color Harmonies of #B14E60
Complementary color
Monochromatic Colors of #B14E60
Black with #B14E60
Text Example
Text Example
White with #B14E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E60; }
p { color: rgb(177,78,96); }
H1.HeaderClassName
{
color: #B14E60;
}
.AnyTagClassName
{
color: #B14E60;
}
</style>
background-color css
<style>
a { background-color: #B14E60; }
a { background-color: rgb(177,78,96); }
div.DivClassName
{
background-color: #B14E60;
}
.BgClassName
{
background-color: #B14E60;
}
</style>
border-color css
<style>
span { border-color: #B14E60; }
span { border-color: rgb(177,78,96); }
td.TdClassName
{
border-color: #B14E60;
}
.TagClassName
{
border-color: #B14E60;
}
</style>