Shades of Hippie Pink #B64D57
Tints of Hippie Pink #B64D57
RGB
CMYK
RGB Variations
Color information
#B64D57 (or 0xB64D57) is known color: Hippie Pink. HEX triplet: B6, 4D and 57. RGB value is (182,77,87). Sum of RGB (Red+Green+Blue) = 182+77+87=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64D57 is #49B2A8. Grayscale: #6D6D6D. Windows color (decimal): -4829865 or 5721526. OLE color: 5721526.
HSL color Cylindrical-coordinate representation of color #B64D57: hue angle of 354.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64D57 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 77 | 87 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.29 |
| HSL | 354.29º | 0.42% | 0.51% | - |
| HSV(B) | 354.29º | 0.58% | 0.71% | - |
| XYZ | 23.67 | 15.94 | 10.85 | - |
| YUV | 109.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 87 | 0 | 0.58 | 0.52 | 0.29 | 354.29 | 0.42 | 0.51 |
| Hex | B6 | 4D | 57 | 0 | 3A | 34 | 1D | 162 | 2A | 33 |
| Octal | 266 | 115 | 127 | 0 | 72 | 64 | 35 | 542 | 52 | 63 |
| Binary | 10110110 | 1001101 | 1010111 | 0 | 111010 | 110100 | 11101 | 101100010 | 101010 | 110011 |
Color Harmonies of #B64D57
Complementary color
Monochromatic Colors of #B64D57
Black with #B64D57
Text Example
Text Example
White with #B64D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64D57; }
p { color: rgb(182,77,87); }
H1.HeaderClassName
{
color: #B64D57;
}
.AnyTagClassName
{
color: #B64D57;
}
</style>
background-color css
<style>
a { background-color: #B64D57; }
a { background-color: rgb(182,77,87); }
div.DivClassName
{
background-color: #B64D57;
}
.BgClassName
{
background-color: #B64D57;
}
</style>
border-color css
<style>
span { border-color: #B64D57; }
span { border-color: rgb(182,77,87); }
td.TdClassName
{
border-color: #B64D57;
}
.TagClassName
{
border-color: #B64D57;
}
</style>