Shades of Hippie Pink #B64057
Tints of Hippie Pink #B64057
RGB
CMYK
RGB Variations
Color information
#B64057 (or 0xB64057) is known color: Hippie Pink. HEX triplet: B6, 40 and 57. RGB value is (182,64,87). Sum of RGB (Red+Green+Blue) = 182+64+87=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B64057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64057 is #49BFA8. Grayscale: #656565. Windows color (decimal): -4833193 or 5718198. OLE color: 5718198.
HSL color Cylindrical-coordinate representation of color #B64057: hue angle of 348.31º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64057 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 87 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.29 |
| HSL | 348.31º | 0.48% | 0.48% | - |
| HSV(B) | 348.31º | 0.65% | 0.71% | - |
| XYZ | 22.85 | 14.3 | 10.57 | - |
| YUV | 101.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 87 | 0 | 0.65 | 0.52 | 0.29 | 348.31 | 0.48 | 0.48 |
| Hex | B6 | 40 | 57 | 0 | 41 | 34 | 1D | 15C | 30 | 30 |
| Octal | 266 | 100 | 127 | 0 | 101 | 64 | 35 | 534 | 60 | 60 |
| Binary | 10110110 | 1000000 | 1010111 | 0 | 1000001 | 110100 | 11101 | 101011100 | 110000 | 110000 |
Color Harmonies of #B64057
Complementary color
Monochromatic Colors of #B64057
Black with #B64057
Text Example
Text Example
White with #B64057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64057; }
p { color: rgb(182,64,87); }
H1.HeaderClassName
{
color: #B64057;
}
.AnyTagClassName
{
color: #B64057;
}
</style>
background-color css
<style>
a { background-color: #B64057; }
a { background-color: rgb(182,64,87); }
div.DivClassName
{
background-color: #B64057;
}
.BgClassName
{
background-color: #B64057;
}
</style>
border-color css
<style>
span { border-color: #B64057; }
span { border-color: rgb(182,64,87); }
td.TdClassName
{
border-color: #B64057;
}
.TagClassName
{
border-color: #B64057;
}
</style>