Shades of Hippie Pink #B64E54
Tints of Hippie Pink #B64E54
RGB
CMYK
RGB Variations
Color information
#B64E54 (or 0xB64E54) is known color: Hippie Pink. HEX triplet: B6, 4E and 54. RGB value is (182,78,84). Sum of RGB (Red+Green+Blue) = 182+78+84=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E54 is #49B1AB. Grayscale: #6D6D6D. Windows color (decimal): -4829612 or 5525174. OLE color: 5525174.
HSL color Cylindrical-coordinate representation of color #B64E54: hue angle of 356.54º 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 #B64E54 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 84 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.29 |
| HSL | 356.54º | 0.42% | 0.51% | - |
| HSV(B) | 356.54º | 0.57% | 0.71% | - |
| XYZ | 23.62 | 16.03 | 10.24 | - |
| YUV | 109.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 84 | 0 | 0.57 | 0.54 | 0.29 | 356.54 | 0.42 | 0.51 |
| Hex | B6 | 4E | 54 | 0 | 39 | 36 | 1D | 165 | 2A | 33 |
| Octal | 266 | 116 | 124 | 0 | 71 | 66 | 35 | 545 | 52 | 63 |
| Binary | 10110110 | 1001110 | 1010100 | 0 | 111001 | 110110 | 11101 | 101100101 | 101010 | 110011 |
Color Harmonies of #B64E54
Complementary color
Monochromatic Colors of #B64E54
Black with #B64E54
Text Example
Text Example
White with #B64E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E54; }
p { color: rgb(182,78,84); }
H1.HeaderClassName
{
color: #B64E54;
}
.AnyTagClassName
{
color: #B64E54;
}
</style>
background-color css
<style>
a { background-color: #B64E54; }
a { background-color: rgb(182,78,84); }
div.DivClassName
{
background-color: #B64E54;
}
.BgClassName
{
background-color: #B64E54;
}
</style>
border-color css
<style>
span { border-color: #B64E54; }
span { border-color: rgb(182,78,84); }
td.TdClassName
{
border-color: #B64E54;
}
.TagClassName
{
border-color: #B64E54;
}
</style>