Shades of Hippie Pink #B93C59
Tints of Hippie Pink #B93C59
RGB
CMYK
RGB Variations
Color information
#B93C59 (or 0xB93C59) is known color: Hippie Pink. HEX triplet: B9, 3C and 59. RGB value is (185,60,89). Sum of RGB (Red+Green+Blue) = 185+60+89=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C59 is #46C3A6. Grayscale: #646464. Windows color (decimal): -4637607 or 5848249. OLE color: 5848249.
HSL color Cylindrical-coordinate representation of color #B93C59: hue angle of 346.08º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93C59 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 60 | 89 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.27 |
| HSL | 346.08º | 0.51% | 0.48% | - |
| HSV(B) | 346.08º | 0.68% | 0.73% | - |
| XYZ | 23.43 | 14.27 | 10.97 | - |
| YUV | 100.68 | 121.41 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 89 | 0 | 0.68 | 0.52 | 0.27 | 346.08 | 0.51 | 0.48 |
| Hex | B9 | 3C | 59 | 0 | 44 | 34 | 1B | 15A | 33 | 30 |
| Octal | 271 | 74 | 131 | 0 | 104 | 64 | 33 | 532 | 63 | 60 |
| Binary | 10111001 | 111100 | 1011001 | 0 | 1000100 | 110100 | 11011 | 101011010 | 110011 | 110000 |
Color Harmonies of #B93C59
Complementary color
Monochromatic Colors of #B93C59
Black with #B93C59
Text Example
Text Example
White with #B93C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93C59; }
p { color: rgb(185,60,89); }
H1.HeaderClassName
{
color: #B93C59;
}
.AnyTagClassName
{
color: #B93C59;
}
</style>
background-color css
<style>
a { background-color: #B93C59; }
a { background-color: rgb(185,60,89); }
div.DivClassName
{
background-color: #B93C59;
}
.BgClassName
{
background-color: #B93C59;
}
</style>
border-color css
<style>
span { border-color: #B93C59; }
span { border-color: rgb(185,60,89); }
td.TdClassName
{
border-color: #B93C59;
}
.TagClassName
{
border-color: #B93C59;
}
</style>