Shades of Hippie Pink #B93F55
Tints of Hippie Pink #B93F55
RGB
CMYK
RGB Variations
Color information
#B93F55 (or 0xB93F55) is known color: Hippie Pink. HEX triplet: B9, 3F and 55. RGB value is (185,63,85). Sum of RGB (Red+Green+Blue) = 185+63+85=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F55 is #46C0AA. Grayscale: #666666. Windows color (decimal): -4636843 or 5586873. OLE color: 5586873.
HSL color Cylindrical-coordinate representation of color #B93F55: hue angle of 349.18º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93F55 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 85 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.27 |
| HSL | 349.18º | 0.49% | 0.49% | - |
| HSV(B) | 349.18º | 0.66% | 0.73% | - |
| XYZ | 23.42 | 14.53 | 10.16 | - |
| YUV | 101.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 85 | 0 | 0.66 | 0.54 | 0.27 | 349.18 | 0.49 | 0.49 |
| Hex | B9 | 3F | 55 | 0 | 42 | 36 | 1B | 15D | 31 | 31 |
| Octal | 271 | 77 | 125 | 0 | 102 | 66 | 33 | 535 | 61 | 61 |
| Binary | 10111001 | 111111 | 1010101 | 0 | 1000010 | 110110 | 11011 | 101011101 | 110001 | 110001 |
Color Harmonies of #B93F55
Complementary color
Monochromatic Colors of #B93F55
Black with #B93F55
Text Example
Text Example
White with #B93F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F55; }
p { color: rgb(185,63,85); }
H1.HeaderClassName
{
color: #B93F55;
}
.AnyTagClassName
{
color: #B93F55;
}
</style>
background-color css
<style>
a { background-color: #B93F55; }
a { background-color: rgb(185,63,85); }
div.DivClassName
{
background-color: #B93F55;
}
.BgClassName
{
background-color: #B93F55;
}
</style>
border-color css
<style>
span { border-color: #B93F55; }
span { border-color: rgb(185,63,85); }
td.TdClassName
{
border-color: #B93F55;
}
.TagClassName
{
border-color: #B93F55;
}
</style>