Shades of Hippie Pink #B14D4F
Tints of Hippie Pink #B14D4F
RGB
CMYK
RGB Variations
Color information
#B14D4F (or 0xB14D4F) is known color: Hippie Pink. HEX triplet: B1, 4D and 4F. RGB value is (177,77,79). Sum of RGB (Red+Green+Blue) = 177+77+79=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D4F is #4EB2B0. Grayscale: #6B6B6B. Windows color (decimal): -5157553 or 5197233. OLE color: 5197233.
HSL color Cylindrical-coordinate representation of color #B14D4F: hue angle of 358.8º 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 #B14D4F is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 79 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.31 |
| HSL | 358.8º | 0.39% | 0.5% | - |
| HSV(B) | 358.8º | 0.56% | 0.69% | - |
| XYZ | 22.2 | 15.22 | 9.16 | - |
| YUV | 107.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 79 | 0 | 0.56 | 0.55 | 0.31 | 358.8 | 0.39 | 0.5 |
| Hex | B1 | 4D | 4F | 0 | 38 | 37 | 1F | 167 | 27 | 32 |
| Octal | 261 | 115 | 117 | 0 | 70 | 67 | 37 | 547 | 47 | 62 |
| Binary | 10110001 | 1001101 | 1001111 | 0 | 111000 | 110111 | 11111 | 101100111 | 100111 | 110010 |
Color Harmonies of #B14D4F
Complementary color
Monochromatic Colors of #B14D4F
Black with #B14D4F
Text Example
Text Example
White with #B14D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D4F; }
p { color: rgb(177,77,79); }
H1.HeaderClassName
{
color: #B14D4F;
}
.AnyTagClassName
{
color: #B14D4F;
}
</style>
background-color css
<style>
a { background-color: #B14D4F; }
a { background-color: rgb(177,77,79); }
div.DivClassName
{
background-color: #B14D4F;
}
.BgClassName
{
background-color: #B14D4F;
}
</style>
border-color css
<style>
span { border-color: #B14D4F; }
span { border-color: rgb(177,77,79); }
td.TdClassName
{
border-color: #B14D4F;
}
.TagClassName
{
border-color: #B14D4F;
}
</style>