Shades of Hippie Pink #BE4354
Tints of Hippie Pink #BE4354
RGB
CMYK
RGB Variations
Color information
#BE4354 (or 0xBE4354) is known color: Hippie Pink. HEX triplet: BE, 43 and 54. RGB value is (190,67,84). Sum of RGB (Red+Green+Blue) = 190+67+84=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4354 is #41BCAB. Grayscale: #696969. Windows color (decimal): -4308140 or 5522366. OLE color: 5522366.
HSL color Cylindrical-coordinate representation of color #BE4354: hue angle of 351.71º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4354 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 84 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.25 |
| HSL | 351.71º | 0.49% | 0.5% | - |
| HSV(B) | 351.71º | 0.65% | 0.75% | - |
| XYZ | 24.84 | 15.6 | 10.09 | - |
| YUV | 105.72 | 115.75 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 84 | 0 | 0.65 | 0.56 | 0.25 | 351.71 | 0.49 | 0.5 |
| Hex | BE | 43 | 54 | 0 | 41 | 38 | 19 | 160 | 31 | 32 |
| Octal | 276 | 103 | 124 | 0 | 101 | 70 | 31 | 540 | 61 | 62 |
| Binary | 10111110 | 1000011 | 1010100 | 0 | 1000001 | 111000 | 11001 | 101100000 | 110001 | 110010 |
Color Harmonies of #BE4354
Complementary color
Monochromatic Colors of #BE4354
Black with #BE4354
Text Example
Text Example
White with #BE4354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4354; }
p { color: rgb(190,67,84); }
H1.HeaderClassName
{
color: #BE4354;
}
.AnyTagClassName
{
color: #BE4354;
}
</style>
background-color css
<style>
a { background-color: #BE4354; }
a { background-color: rgb(190,67,84); }
div.DivClassName
{
background-color: #BE4354;
}
.BgClassName
{
background-color: #BE4354;
}
</style>
border-color css
<style>
span { border-color: #BE4354; }
span { border-color: rgb(190,67,84); }
td.TdClassName
{
border-color: #BE4354;
}
.TagClassName
{
border-color: #BE4354;
}
</style>