Shades of Hippie Pink #B64754
Tints of Hippie Pink #B64754
RGB
CMYK
RGB Variations
Color information
#B64754 (or 0xB64754) is known color: Hippie Pink. HEX triplet: B6, 47 and 54. RGB value is (182,71,84). Sum of RGB (Red+Green+Blue) = 182+71+84=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B64754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64754 is #49B8AB. Grayscale: #696969. Windows color (decimal): -4831404 or 5523382. OLE color: 5523382.
HSL color Cylindrical-coordinate representation of color #B64754: hue angle of 352.97º 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 #B64754 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 84 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.29 |
| HSL | 352.97º | 0.44% | 0.5% | - |
| HSV(B) | 352.97º | 0.61% | 0.71% | - |
| XYZ | 23.14 | 15.09 | 10.08 | - |
| YUV | 105.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 84 | 0 | 0.61 | 0.54 | 0.29 | 352.97 | 0.44 | 0.5 |
| Hex | B6 | 47 | 54 | 0 | 3D | 36 | 1D | 161 | 2C | 32 |
| Octal | 266 | 107 | 124 | 0 | 75 | 66 | 35 | 541 | 54 | 62 |
| Binary | 10110110 | 1000111 | 1010100 | 0 | 111101 | 110110 | 11101 | 101100001 | 101100 | 110010 |
Color Harmonies of #B64754
Complementary color
Monochromatic Colors of #B64754
Black with #B64754
Text Example
Text Example
White with #B64754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64754; }
p { color: rgb(182,71,84); }
H1.HeaderClassName
{
color: #B64754;
}
.AnyTagClassName
{
color: #B64754;
}
</style>
background-color css
<style>
a { background-color: #B64754; }
a { background-color: rgb(182,71,84); }
div.DivClassName
{
background-color: #B64754;
}
.BgClassName
{
background-color: #B64754;
}
</style>
border-color css
<style>
span { border-color: #B64754; }
span { border-color: rgb(182,71,84); }
td.TdClassName
{
border-color: #B64754;
}
.TagClassName
{
border-color: #B64754;
}
</style>