Shades of Hippie Pink #B64856
Tints of Hippie Pink #B64856
RGB
CMYK
RGB Variations
Color information
#B64856 (or 0xB64856) is known color: Hippie Pink. HEX triplet: B6, 48 and 56. RGB value is (182,72,86). Sum of RGB (Red+Green+Blue) = 182+72+86=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B64856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64856 is #49B7A9. Grayscale: #6A6A6A. Windows color (decimal): -4831146 or 5654710. OLE color: 5654710.
HSL color Cylindrical-coordinate representation of color #B64856: hue angle of 352.36º 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 #B64856 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 72 | 86 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.29 |
| HSL | 352.36º | 0.43% | 0.5% | - |
| HSV(B) | 352.36º | 0.6% | 0.71% | - |
| XYZ | 23.29 | 15.25 | 10.52 | - |
| YUV | 106.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 72 | 86 | 0 | 0.60 | 0.53 | 0.29 | 352.36 | 0.43 | 0.5 |
| Hex | B6 | 48 | 56 | 0 | 3C | 35 | 1D | 160 | 2B | 32 |
| Octal | 266 | 110 | 126 | 0 | 74 | 65 | 35 | 540 | 53 | 62 |
| Binary | 10110110 | 1001000 | 1010110 | 0 | 111100 | 110101 | 11101 | 101100000 | 101011 | 110010 |
Color Harmonies of #B64856
Complementary color
Monochromatic Colors of #B64856
Black with #B64856
Text Example
Text Example
White with #B64856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64856; }
p { color: rgb(182,72,86); }
H1.HeaderClassName
{
color: #B64856;
}
.AnyTagClassName
{
color: #B64856;
}
</style>
background-color css
<style>
a { background-color: #B64856; }
a { background-color: rgb(182,72,86); }
div.DivClassName
{
background-color: #B64856;
}
.BgClassName
{
background-color: #B64856;
}
</style>
border-color css
<style>
span { border-color: #B64856; }
span { border-color: rgb(182,72,86); }
td.TdClassName
{
border-color: #B64856;
}
.TagClassName
{
border-color: #B64856;
}
</style>