Shades of Hippie Pink #B1465C
Tints of Hippie Pink #B1465C
RGB
CMYK
RGB Variations
Color information
#B1465C (or 0xB1465C) is known color: Hippie Pink. HEX triplet: B1, 46 and 5C. RGB value is (177,70,92). Sum of RGB (Red+Green+Blue) = 177+70+92=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1465C is #4EB9A3. Grayscale: #686868. Windows color (decimal): -5159332 or 6047409. OLE color: 6047409.
HSL color Cylindrical-coordinate representation of color #B1465C: hue angle of 347.66º 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 #B1465C is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 92 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.31 |
| HSL | 347.66º | 0.43% | 0.48% | - |
| HSV(B) | 347.66º | 0.6% | 0.69% | - |
| XYZ | 22.25 | 14.5 | 11.75 | - |
| YUV | 104.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 92 | 0 | 0.60 | 0.48 | 0.31 | 347.66 | 0.43 | 0.48 |
| Hex | B1 | 46 | 5C | 0 | 3C | 30 | 1F | 15C | 2B | 30 |
| Octal | 261 | 106 | 134 | 0 | 74 | 60 | 37 | 534 | 53 | 60 |
| Binary | 10110001 | 1000110 | 1011100 | 0 | 111100 | 110000 | 11111 | 101011100 | 101011 | 110000 |
Color Harmonies of #B1465C
Complementary color
Monochromatic Colors of #B1465C
Black with #B1465C
Text Example
Text Example
White with #B1465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1465C; }
p { color: rgb(177,70,92); }
H1.HeaderClassName
{
color: #B1465C;
}
.AnyTagClassName
{
color: #B1465C;
}
</style>
background-color css
<style>
a { background-color: #B1465C; }
a { background-color: rgb(177,70,92); }
div.DivClassName
{
background-color: #B1465C;
}
.BgClassName
{
background-color: #B1465C;
}
</style>
border-color css
<style>
span { border-color: #B1465C; }
span { border-color: rgb(177,70,92); }
td.TdClassName
{
border-color: #B1465C;
}
.TagClassName
{
border-color: #B1465C;
}
</style>