Shades of Hippie Pink #B94854
Tints of Hippie Pink #B94854
RGB
CMYK
RGB Variations
Color information
#B94854 (or 0xB94854) is known color: Hippie Pink. HEX triplet: B9, 48 and 54. RGB value is (185,72,84). Sum of RGB (Red+Green+Blue) = 185+72+84=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B94854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94854 is #46B7AB. Grayscale: #6B6B6B. Windows color (decimal): -4634540 or 5523641. OLE color: 5523641.
HSL color Cylindrical-coordinate representation of color #B94854: hue angle of 353.63º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94854 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 84 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.27 |
| HSL | 353.63º | 0.45% | 0.5% | - |
| HSV(B) | 353.63º | 0.61% | 0.73% | - |
| XYZ | 23.93 | 15.59 | 10.14 | - |
| YUV | 107.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 84 | 0 | 0.61 | 0.55 | 0.27 | 353.63 | 0.45 | 0.5 |
| Hex | B9 | 48 | 54 | 0 | 3D | 37 | 1B | 162 | 2D | 32 |
| Octal | 271 | 110 | 124 | 0 | 75 | 67 | 33 | 542 | 55 | 62 |
| Binary | 10111001 | 1001000 | 1010100 | 0 | 111101 | 110111 | 11011 | 101100010 | 101101 | 110010 |
Color Harmonies of #B94854
Complementary color
Monochromatic Colors of #B94854
Black with #B94854
Text Example
Text Example
White with #B94854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94854; }
p { color: rgb(185,72,84); }
H1.HeaderClassName
{
color: #B94854;
}
.AnyTagClassName
{
color: #B94854;
}
</style>
background-color css
<style>
a { background-color: #B94854; }
a { background-color: rgb(185,72,84); }
div.DivClassName
{
background-color: #B94854;
}
.BgClassName
{
background-color: #B94854;
}
</style>
border-color css
<style>
span { border-color: #B94854; }
span { border-color: rgb(185,72,84); }
td.TdClassName
{
border-color: #B94854;
}
.TagClassName
{
border-color: #B94854;
}
</style>