Shades of Hippie Pink #B14E5A
Tints of Hippie Pink #B14E5A
RGB
CMYK
RGB Variations
Color information
#B14E5A (or 0xB14E5A) is known color: Hippie Pink. HEX triplet: B1, 4E and 5A. RGB value is (177,78,90). Sum of RGB (Red+Green+Blue) = 177+78+90=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E5A is #4EB1A5. Grayscale: #6D6D6D. Windows color (decimal): -5157286 or 5918385. OLE color: 5918385.
HSL color Cylindrical-coordinate representation of color #B14E5A: hue angle of 352.73º 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 #B14E5A is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 90 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.31 |
| HSL | 352.73º | 0.39% | 0.5% | - |
| HSV(B) | 352.73º | 0.56% | 0.69% | - |
| XYZ | 22.7 | 15.53 | 11.47 | - |
| YUV | 108.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 90 | 0 | 0.56 | 0.49 | 0.31 | 352.73 | 0.39 | 0.5 |
| Hex | B1 | 4E | 5A | 0 | 38 | 31 | 1F | 161 | 27 | 32 |
| Octal | 261 | 116 | 132 | 0 | 70 | 61 | 37 | 541 | 47 | 62 |
| Binary | 10110001 | 1001110 | 1011010 | 0 | 111000 | 110001 | 11111 | 101100001 | 100111 | 110010 |
Color Harmonies of #B14E5A
Complementary color
Monochromatic Colors of #B14E5A
Black with #B14E5A
Text Example
Text Example
White with #B14E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E5A; }
p { color: rgb(177,78,90); }
H1.HeaderClassName
{
color: #B14E5A;
}
.AnyTagClassName
{
color: #B14E5A;
}
</style>
background-color css
<style>
a { background-color: #B14E5A; }
a { background-color: rgb(177,78,90); }
div.DivClassName
{
background-color: #B14E5A;
}
.BgClassName
{
background-color: #B14E5A;
}
</style>
border-color css
<style>
span { border-color: #B14E5A; }
span { border-color: rgb(177,78,90); }
td.TdClassName
{
border-color: #B14E5A;
}
.TagClassName
{
border-color: #B14E5A;
}
</style>