Shades of Hippie Pink #B64A4D
Tints of Hippie Pink #B64A4D
RGB
CMYK
RGB Variations
Color information
#B64A4D (or 0xB64A4D) is known color: Hippie Pink. HEX triplet: B6, 4A and 4D. RGB value is (182,74,77). Sum of RGB (Red+Green+Blue) = 182+74+77=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64A4D is #49B5B2. Grayscale: #6A6A6A. Windows color (decimal): -4830643 or 5065398. OLE color: 5065398.
HSL color Cylindrical-coordinate representation of color #B64A4D: hue angle of 358.33º 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 #B64A4D is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 77 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.29 |
| HSL | 358.33º | 0.43% | 0.5% | - |
| HSV(B) | 358.33º | 0.59% | 0.71% | - |
| XYZ | 23.08 | 15.38 | 8.77 | - |
| YUV | 106.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 77 | 0 | 0.59 | 0.58 | 0.29 | 358.33 | 0.43 | 0.5 |
| Hex | B6 | 4A | 4D | 0 | 3B | 3A | 1D | 166 | 2B | 32 |
| Octal | 266 | 112 | 115 | 0 | 73 | 72 | 35 | 546 | 53 | 62 |
| Binary | 10110110 | 1001010 | 1001101 | 0 | 111011 | 111010 | 11101 | 101100110 | 101011 | 110010 |
Color Harmonies of #B64A4D
Complementary color
Monochromatic Colors of #B64A4D
Black with #B64A4D
Text Example
Text Example
White with #B64A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64A4D; }
p { color: rgb(182,74,77); }
H1.HeaderClassName
{
color: #B64A4D;
}
.AnyTagClassName
{
color: #B64A4D;
}
</style>
background-color css
<style>
a { background-color: #B64A4D; }
a { background-color: rgb(182,74,77); }
div.DivClassName
{
background-color: #B64A4D;
}
.BgClassName
{
background-color: #B64A4D;
}
</style>
border-color css
<style>
span { border-color: #B64A4D; }
span { border-color: rgb(182,74,77); }
td.TdClassName
{
border-color: #B64A4D;
}
.TagClassName
{
border-color: #B64A4D;
}
</style>