Shades of Hippie Pink #B94A59
Tints of Hippie Pink #B94A59
RGB
CMYK
RGB Variations
Color information
#B94A59 (or 0xB94A59) is known color: Hippie Pink. HEX triplet: B9, 4A and 59. RGB value is (185,74,89). Sum of RGB (Red+Green+Blue) = 185+74+89=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A59 is #46B5A6. Grayscale: #6C6C6C. Windows color (decimal): -4634023 or 5851833. OLE color: 5851833.
HSL color Cylindrical-coordinate representation of color #B94A59: hue angle of 351.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94A59 is Cyan = 0, Magento = 0.6, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 89 | - |
| CMYK | 0 | 0.6 | 0.52 | 0.27 |
| HSL | 351.89º | 0.44% | 0.51% | - |
| HSV(B) | 351.89º | 0.6% | 0.73% | - |
| XYZ | 24.26 | 15.93 | 11.25 | - |
| YUV | 108.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 89 | 0 | 0.6 | 0.52 | 0.27 | 351.89 | 0.44 | 0.51 |
| Hex | B9 | 4A | 59 | 0 | 3C | 34 | 1B | 160 | 2C | 33 |
| Octal | 271 | 112 | 131 | 0 | 74 | 64 | 33 | 540 | 54 | 63 |
| Binary | 10111001 | 1001010 | 1011001 | 0 | 111100 | 110100 | 11011 | 101100000 | 101100 | 110011 |
Color Harmonies of #B94A59
Complementary color
Monochromatic Colors of #B94A59
Black with #B94A59
Text Example
Text Example
White with #B94A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A59; }
p { color: rgb(185,74,89); }
H1.HeaderClassName
{
color: #B94A59;
}
.AnyTagClassName
{
color: #B94A59;
}
</style>
background-color css
<style>
a { background-color: #B94A59; }
a { background-color: rgb(185,74,89); }
div.DivClassName
{
background-color: #B94A59;
}
.BgClassName
{
background-color: #B94A59;
}
</style>
border-color css
<style>
span { border-color: #B94A59; }
span { border-color: rgb(185,74,89); }
td.TdClassName
{
border-color: #B94A59;
}
.TagClassName
{
border-color: #B94A59;
}
</style>