Shades of Hippie Pink #B14C5D
Tints of Hippie Pink #B14C5D
RGB
CMYK
RGB Variations
Color information
#B14C5D (or 0xB14C5D) is known color: Hippie Pink. HEX triplet: B1, 4C and 5D. RGB value is (177,76,93). Sum of RGB (Red+Green+Blue) = 177+76+93=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14C5D is #4EB3A2. Grayscale: #6C6C6C. Windows color (decimal): -5157795 or 6114481. OLE color: 6114481.
HSL color Cylindrical-coordinate representation of color #B14C5D: hue angle of 349.9º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14C5D is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 93 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.31 |
| HSL | 349.9º | 0.4% | 0.5% | - |
| HSV(B) | 349.9º | 0.57% | 0.69% | - |
| XYZ | 22.69 | 15.31 | 12.11 | - |
| YUV | 108.14 | 119.46 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 93 | 0 | 0.57 | 0.47 | 0.31 | 349.9 | 0.4 | 0.5 |
| Hex | B1 | 4C | 5D | 0 | 39 | 2F | 1F | 15E | 28 | 32 |
| Octal | 261 | 114 | 135 | 0 | 71 | 57 | 37 | 536 | 50 | 62 |
| Binary | 10110001 | 1001100 | 1011101 | 0 | 111001 | 101111 | 11111 | 101011110 | 101000 | 110010 |
Color Harmonies of #B14C5D
Complementary color
Monochromatic Colors of #B14C5D
Black with #B14C5D
Text Example
Text Example
White with #B14C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14C5D; }
p { color: rgb(177,76,93); }
H1.HeaderClassName
{
color: #B14C5D;
}
.AnyTagClassName
{
color: #B14C5D;
}
</style>
background-color css
<style>
a { background-color: #B14C5D; }
a { background-color: rgb(177,76,93); }
div.DivClassName
{
background-color: #B14C5D;
}
.BgClassName
{
background-color: #B14C5D;
}
</style>
border-color css
<style>
span { border-color: #B14C5D; }
span { border-color: rgb(177,76,93); }
td.TdClassName
{
border-color: #B14C5D;
}
.TagClassName
{
border-color: #B14C5D;
}
</style>