Shades of Hippie Pink #BE3D5D
Tints of Hippie Pink #BE3D5D
RGB
CMYK
RGB Variations
Color information
#BE3D5D (or 0xBE3D5D) is known color: Hippie Pink. HEX triplet: BE, 3D and 5D. RGB value is (190,61,93). Sum of RGB (Red+Green+Blue) = 190+61+93=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3D5D is #41C2A2. Grayscale: #676767. Windows color (decimal): -4309667 or 6110654. OLE color: 6110654.
HSL color Cylindrical-coordinate representation of color #BE3D5D: hue angle of 345.12º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3D5D is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 93 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.25 |
| HSL | 345.12º | 0.51% | 0.49% | - |
| HSV(B) | 345.12º | 0.68% | 0.75% | - |
| XYZ | 24.88 | 15.07 | 11.95 | - |
| YUV | 103.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 93 | 0 | 0.68 | 0.51 | 0.25 | 345.12 | 0.51 | 0.49 |
| Hex | BE | 3D | 5D | 0 | 44 | 33 | 19 | 159 | 33 | 31 |
| Octal | 276 | 75 | 135 | 0 | 104 | 63 | 31 | 531 | 63 | 61 |
| Binary | 10111110 | 111101 | 1011101 | 0 | 1000100 | 110011 | 11001 | 101011001 | 110011 | 110001 |
Color Harmonies of #BE3D5D
Complementary color
Monochromatic Colors of #BE3D5D
Black with #BE3D5D
Text Example
Text Example
White with #BE3D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3D5D; }
p { color: rgb(190,61,93); }
H1.HeaderClassName
{
color: #BE3D5D;
}
.AnyTagClassName
{
color: #BE3D5D;
}
</style>
background-color css
<style>
a { background-color: #BE3D5D; }
a { background-color: rgb(190,61,93); }
div.DivClassName
{
background-color: #BE3D5D;
}
.BgClassName
{
background-color: #BE3D5D;
}
</style>
border-color css
<style>
span { border-color: #BE3D5D; }
span { border-color: rgb(190,61,93); }
td.TdClassName
{
border-color: #BE3D5D;
}
.TagClassName
{
border-color: #BE3D5D;
}
</style>