Shades of Hippie Pink #B94358
Tints of Hippie Pink #B94358
RGB
CMYK
RGB Variations
Color information
#B94358 (or 0xB94358) is known color: Hippie Pink. HEX triplet: B9, 43 and 58. RGB value is (185,67,88). Sum of RGB (Red+Green+Blue) = 185+67+88=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B94358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94358 is #46BCA7. Grayscale: #686868. Windows color (decimal): -4635816 or 5784505. OLE color: 5784505.
HSL color Cylindrical-coordinate representation of color #B94358: hue angle of 349.32º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94358 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 88 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.27 |
| HSL | 349.32º | 0.47% | 0.49% | - |
| HSV(B) | 349.32º | 0.64% | 0.73% | - |
| XYZ | 23.78 | 15.03 | 10.88 | - |
| YUV | 104.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 88 | 0 | 0.64 | 0.52 | 0.27 | 349.32 | 0.47 | 0.49 |
| Hex | B9 | 43 | 58 | 0 | 40 | 34 | 1B | 15D | 2F | 31 |
| Octal | 271 | 103 | 130 | 0 | 100 | 64 | 33 | 535 | 57 | 61 |
| Binary | 10111001 | 1000011 | 1011000 | 0 | 1000000 | 110100 | 11011 | 101011101 | 101111 | 110001 |
Color Harmonies of #B94358
Complementary color
Monochromatic Colors of #B94358
Black with #B94358
Text Example
Text Example
White with #B94358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94358; }
p { color: rgb(185,67,88); }
H1.HeaderClassName
{
color: #B94358;
}
.AnyTagClassName
{
color: #B94358;
}
</style>
background-color css
<style>
a { background-color: #B94358; }
a { background-color: rgb(185,67,88); }
div.DivClassName
{
background-color: #B94358;
}
.BgClassName
{
background-color: #B94358;
}
</style>
border-color css
<style>
span { border-color: #B94358; }
span { border-color: rgb(185,67,88); }
td.TdClassName
{
border-color: #B94358;
}
.TagClassName
{
border-color: #B94358;
}
</style>