Shades of Hippie Pink #B6404D
Tints of Hippie Pink #B6404D
RGB
CMYK
RGB Variations
Color information
#B6404D (or 0xB6404D) is known color: Hippie Pink. HEX triplet: B6, 40 and 4D. RGB value is (182,64,77). Sum of RGB (Red+Green+Blue) = 182+64+77=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B6404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6404D is #49BFB2. Grayscale: #646464. Windows color (decimal): -4833203 or 5062838. OLE color: 5062838.
HSL color Cylindrical-coordinate representation of color #B6404D: hue angle of 353.39º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6404D is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 77 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.29 |
| HSL | 353.39º | 0.48% | 0.48% | - |
| HSV(B) | 353.39º | 0.65% | 0.71% | - |
| XYZ | 22.46 | 14.15 | 8.57 | - |
| YUV | 100.76 | 114.59 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 77 | 0 | 0.65 | 0.58 | 0.29 | 353.39 | 0.48 | 0.48 |
| Hex | B6 | 40 | 4D | 0 | 41 | 3A | 1D | 161 | 30 | 30 |
| Octal | 266 | 100 | 115 | 0 | 101 | 72 | 35 | 541 | 60 | 60 |
| Binary | 10110110 | 1000000 | 1001101 | 0 | 1000001 | 111010 | 11101 | 101100001 | 110000 | 110000 |
Color Harmonies of #B6404D
Complementary color
Monochromatic Colors of #B6404D
Black with #B6404D
Text Example
Text Example
White with #B6404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6404D; }
p { color: rgb(182,64,77); }
H1.HeaderClassName
{
color: #B6404D;
}
.AnyTagClassName
{
color: #B6404D;
}
</style>
background-color css
<style>
a { background-color: #B6404D; }
a { background-color: rgb(182,64,77); }
div.DivClassName
{
background-color: #B6404D;
}
.BgClassName
{
background-color: #B6404D;
}
</style>
border-color css
<style>
span { border-color: #B6404D; }
span { border-color: rgb(182,64,77); }
td.TdClassName
{
border-color: #B6404D;
}
.TagClassName
{
border-color: #B6404D;
}
</style>