Shades of Hippie Pink #B14E5B
Tints of Hippie Pink #B14E5B
RGB
CMYK
RGB Variations
Color information
#B14E5B (or 0xB14E5B) is known color: Hippie Pink. HEX triplet: B1, 4E and 5B. RGB value is (177,78,91). Sum of RGB (Red+Green+Blue) = 177+78+91=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E5B is #4EB1A4. Grayscale: #6D6D6D. Windows color (decimal): -5157285 or 5983921. OLE color: 5983921.
HSL color Cylindrical-coordinate representation of color #B14E5B: hue angle of 352.12º 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 #B14E5B is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 91 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.31 |
| HSL | 352.12º | 0.39% | 0.5% | - |
| HSV(B) | 352.12º | 0.56% | 0.69% | - |
| XYZ | 22.74 | 15.55 | 11.7 | - |
| YUV | 109.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 91 | 0 | 0.56 | 0.49 | 0.31 | 352.12 | 0.39 | 0.5 |
| Hex | B1 | 4E | 5B | 0 | 38 | 31 | 1F | 160 | 27 | 32 |
| Octal | 261 | 116 | 133 | 0 | 70 | 61 | 37 | 540 | 47 | 62 |
| Binary | 10110001 | 1001110 | 1011011 | 0 | 111000 | 110001 | 11111 | 101100000 | 100111 | 110010 |
Color Harmonies of #B14E5B
Complementary color
Monochromatic Colors of #B14E5B
Black with #B14E5B
Text Example
Text Example
White with #B14E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E5B; }
p { color: rgb(177,78,91); }
H1.HeaderClassName
{
color: #B14E5B;
}
.AnyTagClassName
{
color: #B14E5B;
}
</style>
background-color css
<style>
a { background-color: #B14E5B; }
a { background-color: rgb(177,78,91); }
div.DivClassName
{
background-color: #B14E5B;
}
.BgClassName
{
background-color: #B14E5B;
}
</style>
border-color css
<style>
span { border-color: #B14E5B; }
span { border-color: rgb(177,78,91); }
td.TdClassName
{
border-color: #B14E5B;
}
.TagClassName
{
border-color: #B14E5B;
}
</style>