Shades of Hippie Pink #B6474D
Tints of Hippie Pink #B6474D
RGB
CMYK
RGB Variations
Color information
#B6474D (or 0xB6474D) is known color: Hippie Pink. HEX triplet: B6, 47 and 4D. RGB value is (182,71,77). Sum of RGB (Red+Green+Blue) = 182+71+77=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B6474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6474D is #49B8B2. Grayscale: #686868. Windows color (decimal): -4831411 or 5064630. OLE color: 5064630.
HSL color Cylindrical-coordinate representation of color #B6474D: hue angle of 356.76º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B6474D is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 77 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.29 |
| HSL | 356.76º | 0.44% | 0.5% | - |
| HSV(B) | 356.76º | 0.61% | 0.71% | - |
| XYZ | 22.88 | 14.99 | 8.71 | - |
| YUV | 104.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 77 | 0 | 0.61 | 0.58 | 0.29 | 356.76 | 0.44 | 0.5 |
| Hex | B6 | 47 | 4D | 0 | 3D | 3A | 1D | 165 | 2C | 32 |
| Octal | 266 | 107 | 115 | 0 | 75 | 72 | 35 | 545 | 54 | 62 |
| Binary | 10110110 | 1000111 | 1001101 | 0 | 111101 | 111010 | 11101 | 101100101 | 101100 | 110010 |
Color Harmonies of #B6474D
Complementary color
Monochromatic Colors of #B6474D
Black with #B6474D
Text Example
Text Example
White with #B6474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6474D; }
p { color: rgb(182,71,77); }
H1.HeaderClassName
{
color: #B6474D;
}
.AnyTagClassName
{
color: #B6474D;
}
</style>
background-color css
<style>
a { background-color: #B6474D; }
a { background-color: rgb(182,71,77); }
div.DivClassName
{
background-color: #B6474D;
}
.BgClassName
{
background-color: #B6474D;
}
</style>
border-color css
<style>
span { border-color: #B6474D; }
span { border-color: rgb(182,71,77); }
td.TdClassName
{
border-color: #B6474D;
}
.TagClassName
{
border-color: #B6474D;
}
</style>