Shades of Hippie Pink #B64458
Tints of Hippie Pink #B64458
RGB
CMYK
RGB Variations
Color information
#B64458 (or 0xB64458) is known color: Hippie Pink. HEX triplet: B6, 44 and 58. RGB value is (182,68,88). Sum of RGB (Red+Green+Blue) = 182+68+88=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B64458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64458 is #49BBA7. Grayscale: #686868. Windows color (decimal): -4832168 or 5784758. OLE color: 5784758.
HSL color Cylindrical-coordinate representation of color #B64458: hue angle of 349.47º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64458 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 88 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.29 |
| HSL | 349.47º | 0.46% | 0.49% | - |
| HSV(B) | 349.47º | 0.63% | 0.71% | - |
| XYZ | 23.12 | 14.78 | 10.87 | - |
| YUV | 104.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 88 | 0 | 0.63 | 0.52 | 0.29 | 349.47 | 0.46 | 0.49 |
| Hex | B6 | 44 | 58 | 0 | 3F | 34 | 1D | 15D | 2E | 31 |
| Octal | 266 | 104 | 130 | 0 | 77 | 64 | 35 | 535 | 56 | 61 |
| Binary | 10110110 | 1000100 | 1011000 | 0 | 111111 | 110100 | 11101 | 101011101 | 101110 | 110001 |
Color Harmonies of #B64458
Complementary color
Monochromatic Colors of #B64458
Black with #B64458
Text Example
Text Example
White with #B64458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64458; }
p { color: rgb(182,68,88); }
H1.HeaderClassName
{
color: #B64458;
}
.AnyTagClassName
{
color: #B64458;
}
</style>
background-color css
<style>
a { background-color: #B64458; }
a { background-color: rgb(182,68,88); }
div.DivClassName
{
background-color: #B64458;
}
.BgClassName
{
background-color: #B64458;
}
</style>
border-color css
<style>
span { border-color: #B64458; }
span { border-color: rgb(182,68,88); }
td.TdClassName
{
border-color: #B64458;
}
.TagClassName
{
border-color: #B64458;
}
</style>