Shades of Hippie Pink #BE4459
Tints of Hippie Pink #BE4459
RGB
CMYK
RGB Variations
Color information
#BE4459 (or 0xBE4459) is known color: Hippie Pink. HEX triplet: BE, 44 and 59. RGB value is (190,68,89). Sum of RGB (Red+Green+Blue) = 190+68+89=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4459 is #41BBA6. Grayscale: #6A6A6A. Windows color (decimal): -4307879 or 5850302. OLE color: 5850302.
HSL color Cylindrical-coordinate representation of color #BE4459: hue angle of 349.67º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4459 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 89 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.25 |
| HSL | 349.67º | 0.48% | 0.51% | - |
| HSV(B) | 349.67º | 0.64% | 0.75% | - |
| XYZ | 25.11 | 15.8 | 11.18 | - |
| YUV | 106.87 | 117.92 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 89 | 0 | 0.64 | 0.53 | 0.25 | 349.67 | 0.48 | 0.51 |
| Hex | BE | 44 | 59 | 0 | 40 | 35 | 19 | 15E | 30 | 33 |
| Octal | 276 | 104 | 131 | 0 | 100 | 65 | 31 | 536 | 60 | 63 |
| Binary | 10111110 | 1000100 | 1011001 | 0 | 1000000 | 110101 | 11001 | 101011110 | 110000 | 110011 |
Color Harmonies of #BE4459
Complementary color
Monochromatic Colors of #BE4459
Black with #BE4459
Text Example
Text Example
White with #BE4459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4459; }
p { color: rgb(190,68,89); }
H1.HeaderClassName
{
color: #BE4459;
}
.AnyTagClassName
{
color: #BE4459;
}
</style>
background-color css
<style>
a { background-color: #BE4459; }
a { background-color: rgb(190,68,89); }
div.DivClassName
{
background-color: #BE4459;
}
.BgClassName
{
background-color: #BE4459;
}
</style>
border-color css
<style>
span { border-color: #BE4459; }
span { border-color: rgb(190,68,89); }
td.TdClassName
{
border-color: #BE4459;
}
.TagClassName
{
border-color: #BE4459;
}
</style>