Shades of Hippie Pink #B14C4D
Tints of Hippie Pink #B14C4D
RGB
CMYK
RGB Variations
Color information
#B14C4D (or 0xB14C4D) is known color: Hippie Pink. HEX triplet: B1, 4C and 4D. RGB value is (177,76,77). Sum of RGB (Red+Green+Blue) = 177+76+77=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14C4D is #4EB3B2. Grayscale: #6A6A6A. Windows color (decimal): -5157811 or 5065905. OLE color: 5065905.
HSL color Cylindrical-coordinate representation of color #B14C4D: hue angle of 359.41º 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 #B14C4D is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 77 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.31 |
| HSL | 359.41º | 0.4% | 0.5% | - |
| HSV(B) | 359.41º | 0.57% | 0.69% | - |
| XYZ | 22.06 | 15.05 | 8.76 | - |
| YUV | 106.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 77 | 0 | 0.57 | 0.56 | 0.31 | 359.41 | 0.4 | 0.5 |
| Hex | B1 | 4C | 4D | 0 | 39 | 38 | 1F | 167 | 28 | 32 |
| Octal | 261 | 114 | 115 | 0 | 71 | 70 | 37 | 547 | 50 | 62 |
| Binary | 10110001 | 1001100 | 1001101 | 0 | 111001 | 111000 | 11111 | 101100111 | 101000 | 110010 |
Color Harmonies of #B14C4D
Complementary color
Monochromatic Colors of #B14C4D
Black with #B14C4D
Text Example
Text Example
White with #B14C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14C4D; }
p { color: rgb(177,76,77); }
H1.HeaderClassName
{
color: #B14C4D;
}
.AnyTagClassName
{
color: #B14C4D;
}
</style>
background-color css
<style>
a { background-color: #B14C4D; }
a { background-color: rgb(177,76,77); }
div.DivClassName
{
background-color: #B14C4D;
}
.BgClassName
{
background-color: #B14C4D;
}
</style>
border-color css
<style>
span { border-color: #B14C4D; }
span { border-color: rgb(177,76,77); }
td.TdClassName
{
border-color: #B14C4D;
}
.TagClassName
{
border-color: #B14C4D;
}
</style>