Shades of Hippie Pink #B64357
Tints of Hippie Pink #B64357
RGB
CMYK
RGB Variations
Color information
#B64357 (or 0xB64357) is known color: Hippie Pink. HEX triplet: B6, 43 and 57. RGB value is (182,67,87). Sum of RGB (Red+Green+Blue) = 182+67+87=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B64357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64357 is #49BCA8. Grayscale: #676767. Windows color (decimal): -4832425 or 5718966. OLE color: 5718966.
HSL color Cylindrical-coordinate representation of color #B64357: hue angle of 349.57º 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 #B64357 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 87 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.29 |
| HSL | 349.57º | 0.46% | 0.49% | - |
| HSV(B) | 349.57º | 0.63% | 0.71% | - |
| XYZ | 23.02 | 14.65 | 10.63 | - |
| YUV | 103.67 | 118.6 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 87 | 0 | 0.63 | 0.52 | 0.29 | 349.57 | 0.46 | 0.49 |
| Hex | B6 | 43 | 57 | 0 | 3F | 34 | 1D | 15E | 2E | 31 |
| Octal | 266 | 103 | 127 | 0 | 77 | 64 | 35 | 536 | 56 | 61 |
| Binary | 10110110 | 1000011 | 1010111 | 0 | 111111 | 110100 | 11101 | 101011110 | 101110 | 110001 |
Color Harmonies of #B64357
Complementary color
Monochromatic Colors of #B64357
Black with #B64357
Text Example
Text Example
White with #B64357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64357; }
p { color: rgb(182,67,87); }
H1.HeaderClassName
{
color: #B64357;
}
.AnyTagClassName
{
color: #B64357;
}
</style>
background-color css
<style>
a { background-color: #B64357; }
a { background-color: rgb(182,67,87); }
div.DivClassName
{
background-color: #B64357;
}
.BgClassName
{
background-color: #B64357;
}
</style>
border-color css
<style>
span { border-color: #B64357; }
span { border-color: rgb(182,67,87); }
td.TdClassName
{
border-color: #B64357;
}
.TagClassName
{
border-color: #B64357;
}
</style>