Shades of Hippie Pink #B93F5B
Tints of Hippie Pink #B93F5B
RGB
CMYK
RGB Variations
Color information
#B93F5B (or 0xB93F5B) is known color: Hippie Pink. HEX triplet: B9, 3F and 5B. RGB value is (185,63,91). Sum of RGB (Red+Green+Blue) = 185+63+91=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F5B is #46C0A4. Grayscale: #666666. Windows color (decimal): -4636837 or 5980089. OLE color: 5980089.
HSL color Cylindrical-coordinate representation of color #B93F5B: hue angle of 346.23º 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 #B93F5B is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 91 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.27 |
| HSL | 346.23º | 0.49% | 0.49% | - |
| HSV(B) | 346.23º | 0.66% | 0.73% | - |
| XYZ | 23.67 | 14.62 | 11.47 | - |
| YUV | 102.67 | 121.42 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 91 | 0 | 0.66 | 0.51 | 0.27 | 346.23 | 0.49 | 0.49 |
| Hex | B9 | 3F | 5B | 0 | 42 | 33 | 1B | 15A | 31 | 31 |
| Octal | 271 | 77 | 133 | 0 | 102 | 63 | 33 | 532 | 61 | 61 |
| Binary | 10111001 | 111111 | 1011011 | 0 | 1000010 | 110011 | 11011 | 101011010 | 110001 | 110001 |
Color Harmonies of #B93F5B
Complementary color
Monochromatic Colors of #B93F5B
Black with #B93F5B
Text Example
Text Example
White with #B93F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F5B; }
p { color: rgb(185,63,91); }
H1.HeaderClassName
{
color: #B93F5B;
}
.AnyTagClassName
{
color: #B93F5B;
}
</style>
background-color css
<style>
a { background-color: #B93F5B; }
a { background-color: rgb(185,63,91); }
div.DivClassName
{
background-color: #B93F5B;
}
.BgClassName
{
background-color: #B93F5B;
}
</style>
border-color css
<style>
span { border-color: #B93F5B; }
span { border-color: rgb(185,63,91); }
td.TdClassName
{
border-color: #B93F5B;
}
.TagClassName
{
border-color: #B93F5B;
}
</style>