Shades of Hippie Pink #B64859
Tints of Hippie Pink #B64859
RGB
CMYK
RGB Variations
Color information
#B64859 (or 0xB64859) is known color: Hippie Pink. HEX triplet: B6, 48 and 59. RGB value is (182,72,89). Sum of RGB (Red+Green+Blue) = 182+72+89=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B64859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64859 is #49B7A6. Grayscale: #6A6A6A. Windows color (decimal): -4831143 or 5851318. OLE color: 5851318.
HSL color Cylindrical-coordinate representation of color #B64859: hue angle of 350.73º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64859 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 72 | 89 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.29 |
| HSL | 350.73º | 0.43% | 0.5% | - |
| HSV(B) | 350.73º | 0.6% | 0.71% | - |
| XYZ | 23.41 | 15.3 | 11.17 | - |
| YUV | 106.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 72 | 89 | 0 | 0.60 | 0.51 | 0.29 | 350.73 | 0.43 | 0.5 |
| Hex | B6 | 48 | 59 | 0 | 3C | 33 | 1D | 15F | 2B | 32 |
| Octal | 266 | 110 | 131 | 0 | 74 | 63 | 35 | 537 | 53 | 62 |
| Binary | 10110110 | 1001000 | 1011001 | 0 | 111100 | 110011 | 11101 | 101011111 | 101011 | 110010 |
Color Harmonies of #B64859
Complementary color
Monochromatic Colors of #B64859
Black with #B64859
Text Example
Text Example
White with #B64859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64859; }
p { color: rgb(182,72,89); }
H1.HeaderClassName
{
color: #B64859;
}
.AnyTagClassName
{
color: #B64859;
}
</style>
background-color css
<style>
a { background-color: #B64859; }
a { background-color: rgb(182,72,89); }
div.DivClassName
{
background-color: #B64859;
}
.BgClassName
{
background-color: #B64859;
}
</style>
border-color css
<style>
span { border-color: #B64859; }
span { border-color: rgb(182,72,89); }
td.TdClassName
{
border-color: #B64859;
}
.TagClassName
{
border-color: #B64859;
}
</style>