Shades of Hippie Pink #B64355
Tints of Hippie Pink #B64355
RGB
CMYK
RGB Variations
Color information
#B64355 (or 0xB64355) is known color: Hippie Pink. HEX triplet: B6, 43 and 55. RGB value is (182,67,85). Sum of RGB (Red+Green+Blue) = 182+67+85=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B64355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64355 is #49BCAA. Grayscale: #676767. Windows color (decimal): -4832427 or 5587894. OLE color: 5587894.
HSL color Cylindrical-coordinate representation of color #B64355: hue angle of 350.61º 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 #B64355 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 85 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.29 |
| HSL | 350.61º | 0.46% | 0.49% | - |
| HSV(B) | 350.61º | 0.63% | 0.71% | - |
| XYZ | 22.94 | 14.62 | 10.21 | - |
| YUV | 103.44 | 117.6 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 85 | 0 | 0.63 | 0.53 | 0.29 | 350.61 | 0.46 | 0.49 |
| Hex | B6 | 43 | 55 | 0 | 3F | 35 | 1D | 15F | 2E | 31 |
| Octal | 266 | 103 | 125 | 0 | 77 | 65 | 35 | 537 | 56 | 61 |
| Binary | 10110110 | 1000011 | 1010101 | 0 | 111111 | 110101 | 11101 | 101011111 | 101110 | 110001 |
Color Harmonies of #B64355
Complementary color
Monochromatic Colors of #B64355
Black with #B64355
Text Example
Text Example
White with #B64355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64355; }
p { color: rgb(182,67,85); }
H1.HeaderClassName
{
color: #B64355;
}
.AnyTagClassName
{
color: #B64355;
}
</style>
background-color css
<style>
a { background-color: #B64355; }
a { background-color: rgb(182,67,85); }
div.DivClassName
{
background-color: #B64355;
}
.BgClassName
{
background-color: #B64355;
}
</style>
border-color css
<style>
span { border-color: #B64355; }
span { border-color: rgb(182,67,85); }
td.TdClassName
{
border-color: #B64355;
}
.TagClassName
{
border-color: #B64355;
}
</style>