Shades of Hippie Pink #B64E56
Tints of Hippie Pink #B64E56
RGB
CMYK
RGB Variations
Color information
#B64E56 (or 0xB64E56) is known color: Hippie Pink. HEX triplet: B6, 4E and 56. RGB value is (182,78,86). Sum of RGB (Red+Green+Blue) = 182+78+86=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E56 is #49B1A9. Grayscale: #6E6E6E. Windows color (decimal): -4829610 or 5656246. OLE color: 5656246.
HSL color Cylindrical-coordinate representation of color #B64E56: hue angle of 355.38º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64E56 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 86 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.29 |
| HSL | 355.38º | 0.42% | 0.51% | - |
| HSV(B) | 355.38º | 0.57% | 0.71% | - |
| XYZ | 23.7 | 16.07 | 10.66 | - |
| YUV | 110.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 86 | 0 | 0.57 | 0.53 | 0.29 | 355.38 | 0.42 | 0.51 |
| Hex | B6 | 4E | 56 | 0 | 39 | 35 | 1D | 163 | 2A | 33 |
| Octal | 266 | 116 | 126 | 0 | 71 | 65 | 35 | 543 | 52 | 63 |
| Binary | 10110110 | 1001110 | 1010110 | 0 | 111001 | 110101 | 11101 | 101100011 | 101010 | 110011 |
Color Harmonies of #B64E56
Complementary color
Monochromatic Colors of #B64E56
Black with #B64E56
Text Example
Text Example
White with #B64E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E56; }
p { color: rgb(182,78,86); }
H1.HeaderClassName
{
color: #B64E56;
}
.AnyTagClassName
{
color: #B64E56;
}
</style>
background-color css
<style>
a { background-color: #B64E56; }
a { background-color: rgb(182,78,86); }
div.DivClassName
{
background-color: #B64E56;
}
.BgClassName
{
background-color: #B64E56;
}
</style>
border-color css
<style>
span { border-color: #B64E56; }
span { border-color: rgb(182,78,86); }
td.TdClassName
{
border-color: #B64E56;
}
.TagClassName
{
border-color: #B64E56;
}
</style>