Shades of Hippie Pink #B6464C
Tints of Hippie Pink #B6464C
RGB
CMYK
RGB Variations
Color information
#B6464C (or 0xB6464C) is known color: Hippie Pink. HEX triplet: B6, 46 and 4C. RGB value is (182,70,76). Sum of RGB (Red+Green+Blue) = 182+70+76=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6464C is #49B9B3. Grayscale: #686868. Windows color (decimal): -4831668 or 4998838. OLE color: 4998838.
HSL color Cylindrical-coordinate representation of color #B6464C: hue angle of 356.79º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6464C is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 76 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.29 |
| HSL | 356.79º | 0.44% | 0.49% | - |
| HSV(B) | 356.79º | 0.62% | 0.71% | - |
| XYZ | 22.79 | 14.85 | 8.5 | - |
| YUV | 104.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 76 | 0 | 0.62 | 0.58 | 0.29 | 356.79 | 0.44 | 0.49 |
| Hex | B6 | 46 | 4C | 0 | 3E | 3A | 1D | 165 | 2C | 31 |
| Octal | 266 | 106 | 114 | 0 | 76 | 72 | 35 | 545 | 54 | 61 |
| Binary | 10110110 | 1000110 | 1001100 | 0 | 111110 | 111010 | 11101 | 101100101 | 101100 | 110001 |
Color Harmonies of #B6464C
Complementary color
Monochromatic Colors of #B6464C
Black with #B6464C
Text Example
Text Example
White with #B6464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6464C; }
p { color: rgb(182,70,76); }
H1.HeaderClassName
{
color: #B6464C;
}
.AnyTagClassName
{
color: #B6464C;
}
</style>
background-color css
<style>
a { background-color: #B6464C; }
a { background-color: rgb(182,70,76); }
div.DivClassName
{
background-color: #B6464C;
}
.BgClassName
{
background-color: #B6464C;
}
</style>
border-color css
<style>
span { border-color: #B6464C; }
span { border-color: rgb(182,70,76); }
td.TdClassName
{
border-color: #B6464C;
}
.TagClassName
{
border-color: #B6464C;
}
</style>