Shades of Hippie Pink #B64E55
Tints of Hippie Pink #B64E55
RGB
CMYK
RGB Variations
Color information
#B64E55 (or 0xB64E55) is known color: Hippie Pink. HEX triplet: B6, 4E and 55. RGB value is (182,78,85). Sum of RGB (Red+Green+Blue) = 182+78+85=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E55 is #49B1AA. Grayscale: #6D6D6D. Windows color (decimal): -4829611 or 5590710. OLE color: 5590710.
HSL color Cylindrical-coordinate representation of color #B64E55: hue angle of 355.96º 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 #B64E55 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 85 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.29 |
| HSL | 355.96º | 0.42% | 0.51% | - |
| HSV(B) | 355.96º | 0.57% | 0.71% | - |
| XYZ | 23.66 | 16.05 | 10.45 | - |
| YUV | 109.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 85 | 0 | 0.57 | 0.53 | 0.29 | 355.96 | 0.42 | 0.51 |
| Hex | B6 | 4E | 55 | 0 | 39 | 35 | 1D | 164 | 2A | 33 |
| Octal | 266 | 116 | 125 | 0 | 71 | 65 | 35 | 544 | 52 | 63 |
| Binary | 10110110 | 1001110 | 1010101 | 0 | 111001 | 110101 | 11101 | 101100100 | 101010 | 110011 |
Color Harmonies of #B64E55
Complementary color
Monochromatic Colors of #B64E55
Black with #B64E55
Text Example
Text Example
White with #B64E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E55; }
p { color: rgb(182,78,85); }
H1.HeaderClassName
{
color: #B64E55;
}
.AnyTagClassName
{
color: #B64E55;
}
</style>
background-color css
<style>
a { background-color: #B64E55; }
a { background-color: rgb(182,78,85); }
div.DivClassName
{
background-color: #B64E55;
}
.BgClassName
{
background-color: #B64E55;
}
</style>
border-color css
<style>
span { border-color: #B64E55; }
span { border-color: rgb(182,78,85); }
td.TdClassName
{
border-color: #B64E55;
}
.TagClassName
{
border-color: #B64E55;
}
</style>