Shades of Hippie Pink #B14749
Tints of Hippie Pink #B14749
RGB
CMYK
RGB Variations
Color information
#B14749 (or 0xB14749) is known color: Hippie Pink. HEX triplet: B1, 47 and 49. RGB value is (177,71,73). Sum of RGB (Red+Green+Blue) = 177+71+73=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B14749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14749 is #4EB8B6. Grayscale: #676767. Windows color (decimal): -5159095 or 4802481. OLE color: 4802481.
HSL color Cylindrical-coordinate representation of color #B14749: hue angle of 358.87º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14749 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 73 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.31 |
| HSL | 358.87º | 0.43% | 0.49% | - |
| HSV(B) | 358.87º | 0.6% | 0.69% | - |
| XYZ | 21.59 | 14.33 | 7.93 | - |
| YUV | 102.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 73 | 0 | 0.60 | 0.59 | 0.31 | 358.87 | 0.43 | 0.49 |
| Hex | B1 | 47 | 49 | 0 | 3C | 3B | 1F | 167 | 2B | 31 |
| Octal | 261 | 107 | 111 | 0 | 74 | 73 | 37 | 547 | 53 | 61 |
| Binary | 10110001 | 1000111 | 1001001 | 0 | 111100 | 111011 | 11111 | 101100111 | 101011 | 110001 |
Color Harmonies of #B14749
Complementary color
Monochromatic Colors of #B14749
Black with #B14749
Text Example
Text Example
White with #B14749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14749; }
p { color: rgb(177,71,73); }
H1.HeaderClassName
{
color: #B14749;
}
.AnyTagClassName
{
color: #B14749;
}
</style>
background-color css
<style>
a { background-color: #B14749; }
a { background-color: rgb(177,71,73); }
div.DivClassName
{
background-color: #B14749;
}
.BgClassName
{
background-color: #B14749;
}
</style>
border-color css
<style>
span { border-color: #B14749; }
span { border-color: rgb(177,71,73); }
td.TdClassName
{
border-color: #B14749;
}
.TagClassName
{
border-color: #B14749;
}
</style>