Shades of Hippie Pink #B1464E
Tints of Hippie Pink #B1464E
RGB
CMYK
RGB Variations
Color information
#B1464E (or 0xB1464E) is known color: Hippie Pink. HEX triplet: B1, 46 and 4E. RGB value is (177,70,78). Sum of RGB (Red+Green+Blue) = 177+70+78=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1464E is #4EB9B1. Grayscale: #666666. Windows color (decimal): -5159346 or 5129905. OLE color: 5129905.
HSL color Cylindrical-coordinate representation of color #B1464E: hue angle of 355.51º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1464E is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 78 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.31 |
| HSL | 355.51º | 0.43% | 0.48% | - |
| HSV(B) | 355.51º | 0.6% | 0.69% | - |
| XYZ | 21.7 | 14.28 | 8.82 | - |
| YUV | 102.91 | 113.95 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 78 | 0 | 0.60 | 0.56 | 0.31 | 355.51 | 0.43 | 0.48 |
| Hex | B1 | 46 | 4E | 0 | 3C | 38 | 1F | 164 | 2B | 30 |
| Octal | 261 | 106 | 116 | 0 | 74 | 70 | 37 | 544 | 53 | 60 |
| Binary | 10110001 | 1000110 | 1001110 | 0 | 111100 | 111000 | 11111 | 101100100 | 101011 | 110000 |
Color Harmonies of #B1464E
Complementary color
Monochromatic Colors of #B1464E
Black with #B1464E
Text Example
Text Example
White with #B1464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1464E; }
p { color: rgb(177,70,78); }
H1.HeaderClassName
{
color: #B1464E;
}
.AnyTagClassName
{
color: #B1464E;
}
</style>
background-color css
<style>
a { background-color: #B1464E; }
a { background-color: rgb(177,70,78); }
div.DivClassName
{
background-color: #B1464E;
}
.BgClassName
{
background-color: #B1464E;
}
</style>
border-color css
<style>
span { border-color: #B1464E; }
span { border-color: rgb(177,70,78); }
td.TdClassName
{
border-color: #B1464E;
}
.TagClassName
{
border-color: #B1464E;
}
</style>