Shades of Hippie Pink #B64E5B
Tints of Hippie Pink #B64E5B
RGB
CMYK
RGB Variations
Color information
#B64E5B (or 0xB64E5B) is known color: Hippie Pink. HEX triplet: B6, 4E and 5B. RGB value is (182,78,91). Sum of RGB (Red+Green+Blue) = 182+78+91=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E5B is #49B1A4. Grayscale: #6E6E6E. Windows color (decimal): -4829605 or 5983926. OLE color: 5983926.
HSL color Cylindrical-coordinate representation of color #B64E5B: hue angle of 352.5º 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 #B64E5B is Cyan = 0, Magento = 0.57, Yellow = 0.5 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 91 | - |
| CMYK | 0 | 0.57 | 0.5 | 0.29 |
| HSL | 352.5º | 0.42% | 0.51% | - |
| HSV(B) | 352.5º | 0.57% | 0.71% | - |
| XYZ | 23.9 | 16.15 | 11.75 | - |
| YUV | 110.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 91 | 0 | 0.57 | 0.5 | 0.29 | 352.5 | 0.42 | 0.51 |
| Hex | B6 | 4E | 5B | 0 | 39 | 32 | 1D | 160 | 2A | 33 |
| Octal | 266 | 116 | 133 | 0 | 71 | 62 | 35 | 540 | 52 | 63 |
| Binary | 10110110 | 1001110 | 1011011 | 0 | 111001 | 110010 | 11101 | 101100000 | 101010 | 110011 |
Color Harmonies of #B64E5B
Complementary color
Monochromatic Colors of #B64E5B
Black with #B64E5B
Text Example
Text Example
White with #B64E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E5B; }
p { color: rgb(182,78,91); }
H1.HeaderClassName
{
color: #B64E5B;
}
.AnyTagClassName
{
color: #B64E5B;
}
</style>
background-color css
<style>
a { background-color: #B64E5B; }
a { background-color: rgb(182,78,91); }
div.DivClassName
{
background-color: #B64E5B;
}
.BgClassName
{
background-color: #B64E5B;
}
</style>
border-color css
<style>
span { border-color: #B64E5B; }
span { border-color: rgb(182,78,91); }
td.TdClassName
{
border-color: #B64E5B;
}
.TagClassName
{
border-color: #B64E5B;
}
</style>