Shades of Hippie Pink #BE405C
Tints of Hippie Pink #BE405C
RGB
CMYK
RGB Variations
Color information
#BE405C (or 0xBE405C) is known color: Hippie Pink. HEX triplet: BE, 40 and 5C. RGB value is (190,64,92). Sum of RGB (Red+Green+Blue) = 190+64+92=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE405C is #41BFA3. Grayscale: #686868. Windows color (decimal): -4308900 or 6045886. OLE color: 6045886.
HSL color Cylindrical-coordinate representation of color #BE405C: hue angle of 346.67º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE405C is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 92 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.25 |
| HSL | 346.67º | 0.5% | 0.5% | - |
| HSV(B) | 346.67º | 0.66% | 0.75% | - |
| XYZ | 25 | 15.39 | 11.78 | - |
| YUV | 104.87 | 120.74 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 92 | 0 | 0.66 | 0.52 | 0.25 | 346.67 | 0.5 | 0.5 |
| Hex | BE | 40 | 5C | 0 | 42 | 34 | 19 | 15B | 32 | 32 |
| Octal | 276 | 100 | 134 | 0 | 102 | 64 | 31 | 533 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1011100 | 0 | 1000010 | 110100 | 11001 | 101011011 | 110010 | 110010 |
Color Harmonies of #BE405C
Complementary color
Monochromatic Colors of #BE405C
Black with #BE405C
Text Example
Text Example
White with #BE405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE405C; }
p { color: rgb(190,64,92); }
H1.HeaderClassName
{
color: #BE405C;
}
.AnyTagClassName
{
color: #BE405C;
}
</style>
background-color css
<style>
a { background-color: #BE405C; }
a { background-color: rgb(190,64,92); }
div.DivClassName
{
background-color: #BE405C;
}
.BgClassName
{
background-color: #BE405C;
}
</style>
border-color css
<style>
span { border-color: #BE405C; }
span { border-color: rgb(190,64,92); }
td.TdClassName
{
border-color: #BE405C;
}
.TagClassName
{
border-color: #BE405C;
}
</style>