Shades of Hippie Pink #B93E5B
Tints of Hippie Pink #B93E5B
RGB
CMYK
RGB Variations
Color information
#B93E5B (or 0xB93E5B) is known color: Hippie Pink. HEX triplet: B9, 3E and 5B. RGB value is (185,62,91). Sum of RGB (Red+Green+Blue) = 185+62+91=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93E5B is #46C1A4. Grayscale: #666666. Windows color (decimal): -4637093 or 5979833. OLE color: 5979833.
HSL color Cylindrical-coordinate representation of color #B93E5B: hue angle of 345.85º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93E5B is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 62 | 91 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.27 |
| HSL | 345.85º | 0.5% | 0.48% | - |
| HSV(B) | 345.85º | 0.66% | 0.73% | - |
| XYZ | 23.62 | 14.51 | 11.45 | - |
| YUV | 102.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 91 | 0 | 0.66 | 0.51 | 0.27 | 345.85 | 0.5 | 0.48 |
| Hex | B9 | 3E | 5B | 0 | 42 | 33 | 1B | 15A | 32 | 30 |
| Octal | 271 | 76 | 133 | 0 | 102 | 63 | 33 | 532 | 62 | 60 |
| Binary | 10111001 | 111110 | 1011011 | 0 | 1000010 | 110011 | 11011 | 101011010 | 110010 | 110000 |
Color Harmonies of #B93E5B
Complementary color
Monochromatic Colors of #B93E5B
Black with #B93E5B
Text Example
Text Example
White with #B93E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93E5B; }
p { color: rgb(185,62,91); }
H1.HeaderClassName
{
color: #B93E5B;
}
.AnyTagClassName
{
color: #B93E5B;
}
</style>
background-color css
<style>
a { background-color: #B93E5B; }
a { background-color: rgb(185,62,91); }
div.DivClassName
{
background-color: #B93E5B;
}
.BgClassName
{
background-color: #B93E5B;
}
</style>
border-color css
<style>
span { border-color: #B93E5B; }
span { border-color: rgb(185,62,91); }
td.TdClassName
{
border-color: #B93E5B;
}
.TagClassName
{
border-color: #B93E5B;
}
</style>