Shades of Hippie Pink #B64449
Tints of Hippie Pink #B64449
RGB
CMYK
RGB Variations
Color information
#B64449 (or 0xB64449) is known color: Hippie Pink. HEX triplet: B6, 44 and 49. RGB value is (182,68,73). Sum of RGB (Red+Green+Blue) = 182+68+73=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B64449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64449 is #49BBB6. Grayscale: #666666. Windows color (decimal): -4832183 or 4801718. OLE color: 4801718.
HSL color Cylindrical-coordinate representation of color #B64449: hue angle of 357.37º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64449 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 73 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.29 |
| HSL | 357.37º | 0.46% | 0.49% | - |
| HSV(B) | 357.37º | 0.63% | 0.71% | - |
| XYZ | 22.56 | 14.56 | 7.92 | - |
| YUV | 102.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 73 | 0 | 0.63 | 0.60 | 0.29 | 357.37 | 0.46 | 0.49 |
| Hex | B6 | 44 | 49 | 0 | 3F | 3C | 1D | 165 | 2E | 31 |
| Octal | 266 | 104 | 111 | 0 | 77 | 74 | 35 | 545 | 56 | 61 |
| Binary | 10110110 | 1000100 | 1001001 | 0 | 111111 | 111100 | 11101 | 101100101 | 101110 | 110001 |
Color Harmonies of #B64449
Complementary color
Monochromatic Colors of #B64449
Black with #B64449
Text Example
Text Example
White with #B64449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64449; }
p { color: rgb(182,68,73); }
H1.HeaderClassName
{
color: #B64449;
}
.AnyTagClassName
{
color: #B64449;
}
</style>
background-color css
<style>
a { background-color: #B64449; }
a { background-color: rgb(182,68,73); }
div.DivClassName
{
background-color: #B64449;
}
.BgClassName
{
background-color: #B64449;
}
</style>
border-color css
<style>
span { border-color: #B64449; }
span { border-color: rgb(182,68,73); }
td.TdClassName
{
border-color: #B64449;
}
.TagClassName
{
border-color: #B64449;
}
</style>