Shades of Hippie Pink #B14D4E
Tints of Hippie Pink #B14D4E
RGB
CMYK
RGB Variations
Color information
#B14D4E (or 0xB14D4E) is known color: Hippie Pink. HEX triplet: B1, 4D and 4E. RGB value is (177,77,78). Sum of RGB (Red+Green+Blue) = 177+77+78=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D4E is #4EB2B1. Grayscale: #6B6B6B. Windows color (decimal): -5157554 or 5131697. OLE color: 5131697.
HSL color Cylindrical-coordinate representation of color #B14D4E: hue angle of 359.4º 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 #B14D4E is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 78 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.31 |
| HSL | 359.4º | 0.39% | 0.5% | - |
| HSV(B) | 359.4º | 0.56% | 0.69% | - |
| XYZ | 22.16 | 15.2 | 8.97 | - |
| YUV | 107.01 | 111.63 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 78 | 0 | 0.56 | 0.56 | 0.31 | 359.4 | 0.39 | 0.5 |
| Hex | B1 | 4D | 4E | 0 | 38 | 38 | 1F | 167 | 27 | 32 |
| Octal | 261 | 115 | 116 | 0 | 70 | 70 | 37 | 547 | 47 | 62 |
| Binary | 10110001 | 1001101 | 1001110 | 0 | 111000 | 111000 | 11111 | 101100111 | 100111 | 110010 |
Color Harmonies of #B14D4E
Complementary color
Monochromatic Colors of #B14D4E
Black with #B14D4E
Text Example
Text Example
White with #B14D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D4E; }
p { color: rgb(177,77,78); }
H1.HeaderClassName
{
color: #B14D4E;
}
.AnyTagClassName
{
color: #B14D4E;
}
</style>
background-color css
<style>
a { background-color: #B14D4E; }
a { background-color: rgb(177,77,78); }
div.DivClassName
{
background-color: #B14D4E;
}
.BgClassName
{
background-color: #B14D4E;
}
</style>
border-color css
<style>
span { border-color: #B14D4E; }
span { border-color: rgb(177,77,78); }
td.TdClassName
{
border-color: #B14D4E;
}
.TagClassName
{
border-color: #B14D4E;
}
</style>