Shades of Hippie Pink #B6464D
Tints of Hippie Pink #B6464D
RGB
CMYK
RGB Variations
Color information
#B6464D (or 0xB6464D) is known color: Hippie Pink. HEX triplet: B6, 46 and 4D. RGB value is (182,70,77). Sum of RGB (Red+Green+Blue) = 182+70+77=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B6464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6464D is #49B9B2. Grayscale: #686868. Windows color (decimal): -4831667 or 5064374. OLE color: 5064374.
HSL color Cylindrical-coordinate representation of color #B6464D: hue angle of 356.25º 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 #B6464D is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 77 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.29 |
| HSL | 356.25º | 0.44% | 0.49% | - |
| HSV(B) | 356.25º | 0.62% | 0.71% | - |
| XYZ | 22.82 | 14.86 | 8.69 | - |
| YUV | 104.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 77 | 0 | 0.62 | 0.58 | 0.29 | 356.25 | 0.44 | 0.49 |
| Hex | B6 | 46 | 4D | 0 | 3E | 3A | 1D | 164 | 2C | 31 |
| Octal | 266 | 106 | 115 | 0 | 76 | 72 | 35 | 544 | 54 | 61 |
| Binary | 10110110 | 1000110 | 1001101 | 0 | 111110 | 111010 | 11101 | 101100100 | 101100 | 110001 |
Color Harmonies of #B6464D
Complementary color
Monochromatic Colors of #B6464D
Black with #B6464D
Text Example
Text Example
White with #B6464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6464D; }
p { color: rgb(182,70,77); }
H1.HeaderClassName
{
color: #B6464D;
}
.AnyTagClassName
{
color: #B6464D;
}
</style>
background-color css
<style>
a { background-color: #B6464D; }
a { background-color: rgb(182,70,77); }
div.DivClassName
{
background-color: #B6464D;
}
.BgClassName
{
background-color: #B6464D;
}
</style>
border-color css
<style>
span { border-color: #B6464D; }
span { border-color: rgb(182,70,77); }
td.TdClassName
{
border-color: #B6464D;
}
.TagClassName
{
border-color: #B6464D;
}
</style>