Shades of Hippie Pink #B64E52
Tints of Hippie Pink #B64E52
RGB
CMYK
RGB Variations
Color information
#B64E52 (or 0xB64E52) is known color: Hippie Pink. HEX triplet: B6, 4E and 52. RGB value is (182,78,82). Sum of RGB (Red+Green+Blue) = 182+78+82=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E52 is #49B1AD. Grayscale: #6D6D6D. Windows color (decimal): -4829614 or 5394102. OLE color: 5394102.
HSL color Cylindrical-coordinate representation of color #B64E52: hue angle of 357.69º 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 #B64E52 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 82 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.29 |
| HSL | 357.69º | 0.42% | 0.51% | - |
| HSV(B) | 357.69º | 0.57% | 0.71% | - |
| XYZ | 23.54 | 16 | 9.83 | - |
| YUV | 109.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 82 | 0 | 0.57 | 0.55 | 0.29 | 357.69 | 0.42 | 0.51 |
| Hex | B6 | 4E | 52 | 0 | 39 | 37 | 1D | 166 | 2A | 33 |
| Octal | 266 | 116 | 122 | 0 | 71 | 67 | 35 | 546 | 52 | 63 |
| Binary | 10110110 | 1001110 | 1010010 | 0 | 111001 | 110111 | 11101 | 101100110 | 101010 | 110011 |
Color Harmonies of #B64E52
Complementary color
Monochromatic Colors of #B64E52
Black with #B64E52
Text Example
Text Example
White with #B64E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E52; }
p { color: rgb(182,78,82); }
H1.HeaderClassName
{
color: #B64E52;
}
.AnyTagClassName
{
color: #B64E52;
}
</style>
background-color css
<style>
a { background-color: #B64E52; }
a { background-color: rgb(182,78,82); }
div.DivClassName
{
background-color: #B64E52;
}
.BgClassName
{
background-color: #B64E52;
}
</style>
border-color css
<style>
span { border-color: #B64E52; }
span { border-color: rgb(182,78,82); }
td.TdClassName
{
border-color: #B64E52;
}
.TagClassName
{
border-color: #B64E52;
}
</style>