Shades of Hippie Pink #B64358
Tints of Hippie Pink #B64358
RGB
CMYK
RGB Variations
Color information
#B64358 (or 0xB64358) is known color: Hippie Pink. HEX triplet: B6, 43 and 58. RGB value is (182,67,88). Sum of RGB (Red+Green+Blue) = 182+67+88=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B64358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64358 is #49BCA7. Grayscale: #676767. Windows color (decimal): -4832424 or 5784502. OLE color: 5784502.
HSL color Cylindrical-coordinate representation of color #B64358: hue angle of 349.04º 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 #B64358 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 88 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.29 |
| HSL | 349.04º | 0.46% | 0.49% | - |
| HSV(B) | 349.04º | 0.63% | 0.71% | - |
| XYZ | 23.06 | 14.66 | 10.85 | - |
| YUV | 103.78 | 119.1 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 88 | 0 | 0.63 | 0.52 | 0.29 | 349.04 | 0.46 | 0.49 |
| Hex | B6 | 43 | 58 | 0 | 3F | 34 | 1D | 15D | 2E | 31 |
| Octal | 266 | 103 | 130 | 0 | 77 | 64 | 35 | 535 | 56 | 61 |
| Binary | 10110110 | 1000011 | 1011000 | 0 | 111111 | 110100 | 11101 | 101011101 | 101110 | 110001 |
Color Harmonies of #B64358
Complementary color
Monochromatic Colors of #B64358
Black with #B64358
Text Example
Text Example
White with #B64358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64358; }
p { color: rgb(182,67,88); }
H1.HeaderClassName
{
color: #B64358;
}
.AnyTagClassName
{
color: #B64358;
}
</style>
background-color css
<style>
a { background-color: #B64358; }
a { background-color: rgb(182,67,88); }
div.DivClassName
{
background-color: #B64358;
}
.BgClassName
{
background-color: #B64358;
}
</style>
border-color css
<style>
span { border-color: #B64358; }
span { border-color: rgb(182,67,88); }
td.TdClassName
{
border-color: #B64358;
}
.TagClassName
{
border-color: #B64358;
}
</style>