Shades of Hippie Pink #B94851
Tints of Hippie Pink #B94851
RGB
CMYK
RGB Variations
Color information
#B94851 (or 0xB94851) is known color: Hippie Pink. HEX triplet: B9, 48 and 51. RGB value is (185,72,81). Sum of RGB (Red+Green+Blue) = 185+72+81=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B94851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94851 is #46B7AE. Grayscale: #6A6A6A. Windows color (decimal): -4634543 or 5327033. OLE color: 5327033.
HSL color Cylindrical-coordinate representation of color #B94851: hue angle of 355.22º 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 #B94851 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 81 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.27 |
| HSL | 355.22º | 0.45% | 0.5% | - |
| HSV(B) | 355.22º | 0.61% | 0.73% | - |
| XYZ | 23.81 | 15.54 | 9.53 | - |
| YUV | 106.81 | 113.44 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 81 | 0 | 0.61 | 0.56 | 0.27 | 355.22 | 0.45 | 0.5 |
| Hex | B9 | 48 | 51 | 0 | 3D | 38 | 1B | 163 | 2D | 32 |
| Octal | 271 | 110 | 121 | 0 | 75 | 70 | 33 | 543 | 55 | 62 |
| Binary | 10111001 | 1001000 | 1010001 | 0 | 111101 | 111000 | 11011 | 101100011 | 101101 | 110010 |
Color Harmonies of #B94851
Complementary color
Monochromatic Colors of #B94851
Black with #B94851
Text Example
Text Example
White with #B94851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94851; }
p { color: rgb(185,72,81); }
H1.HeaderClassName
{
color: #B94851;
}
.AnyTagClassName
{
color: #B94851;
}
</style>
background-color css
<style>
a { background-color: #B94851; }
a { background-color: rgb(185,72,81); }
div.DivClassName
{
background-color: #B94851;
}
.BgClassName
{
background-color: #B94851;
}
</style>
border-color css
<style>
span { border-color: #B94851; }
span { border-color: rgb(185,72,81); }
td.TdClassName
{
border-color: #B94851;
}
.TagClassName
{
border-color: #B94851;
}
</style>