Shades of Hippie Pink #B64A59
Tints of Hippie Pink #B64A59
RGB
CMYK
RGB Variations
Color information
#B64A59 (or 0xB64A59) is known color: Hippie Pink. HEX triplet: B6, 4A and 59. RGB value is (182,74,89). Sum of RGB (Red+Green+Blue) = 182+74+89=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64A59 is #49B5A6. Grayscale: #6C6C6C. Windows color (decimal): -4830631 or 5851830. OLE color: 5851830.
HSL color Cylindrical-coordinate representation of color #B64A59: hue angle of 351.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64A59 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 89 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.29 |
| HSL | 351.67º | 0.43% | 0.5% | - |
| HSV(B) | 351.67º | 0.59% | 0.71% | - |
| XYZ | 23.54 | 15.56 | 11.21 | - |
| YUV | 108 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 89 | 0 | 0.59 | 0.51 | 0.29 | 351.67 | 0.43 | 0.5 |
| Hex | B6 | 4A | 59 | 0 | 3B | 33 | 1D | 160 | 2B | 32 |
| Octal | 266 | 112 | 131 | 0 | 73 | 63 | 35 | 540 | 53 | 62 |
| Binary | 10110110 | 1001010 | 1011001 | 0 | 111011 | 110011 | 11101 | 101100000 | 101011 | 110010 |
Color Harmonies of #B64A59
Complementary color
Monochromatic Colors of #B64A59
Black with #B64A59
Text Example
Text Example
White with #B64A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64A59; }
p { color: rgb(182,74,89); }
H1.HeaderClassName
{
color: #B64A59;
}
.AnyTagClassName
{
color: #B64A59;
}
</style>
background-color css
<style>
a { background-color: #B64A59; }
a { background-color: rgb(182,74,89); }
div.DivClassName
{
background-color: #B64A59;
}
.BgClassName
{
background-color: #B64A59;
}
</style>
border-color css
<style>
span { border-color: #B64A59; }
span { border-color: rgb(182,74,89); }
td.TdClassName
{
border-color: #B64A59;
}
.TagClassName
{
border-color: #B64A59;
}
</style>