Shades of Hippie Pink #B64A4C
Tints of Hippie Pink #B64A4C
RGB
CMYK
RGB Variations
Color information
#B64A4C (or 0xB64A4C) is known color: Hippie Pink. HEX triplet: B6, 4A and 4C. RGB value is (182,74,76). Sum of RGB (Red+Green+Blue) = 182+74+76=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64A4C is #49B5B3. Grayscale: #6A6A6A. Windows color (decimal): -4830644 or 4999862. OLE color: 4999862.
HSL color Cylindrical-coordinate representation of color #B64A4C: hue angle of 358.89º 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 #B64A4C is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 76 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.29 |
| HSL | 358.89º | 0.43% | 0.5% | - |
| HSV(B) | 358.89º | 0.59% | 0.71% | - |
| XYZ | 23.04 | 15.36 | 8.59 | - |
| YUV | 106.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 76 | 0 | 0.59 | 0.58 | 0.29 | 358.89 | 0.43 | 0.5 |
| Hex | B6 | 4A | 4C | 0 | 3B | 3A | 1D | 167 | 2B | 32 |
| Octal | 266 | 112 | 114 | 0 | 73 | 72 | 35 | 547 | 53 | 62 |
| Binary | 10110110 | 1001010 | 1001100 | 0 | 111011 | 111010 | 11101 | 101100111 | 101011 | 110010 |
Color Harmonies of #B64A4C
Complementary color
Monochromatic Colors of #B64A4C
Black with #B64A4C
Text Example
Text Example
White with #B64A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64A4C; }
p { color: rgb(182,74,76); }
H1.HeaderClassName
{
color: #B64A4C;
}
.AnyTagClassName
{
color: #B64A4C;
}
</style>
background-color css
<style>
a { background-color: #B64A4C; }
a { background-color: rgb(182,74,76); }
div.DivClassName
{
background-color: #B64A4C;
}
.BgClassName
{
background-color: #B64A4C;
}
</style>
border-color css
<style>
span { border-color: #B64A4C; }
span { border-color: rgb(182,74,76); }
td.TdClassName
{
border-color: #B64A4C;
}
.TagClassName
{
border-color: #B64A4C;
}
</style>