Shades of Hippie Pink #B94153
Tints of Hippie Pink #B94153
RGB
CMYK
RGB Variations
Color information
#B94153 (or 0xB94153) is known color: Hippie Pink. HEX triplet: B9, 41 and 53. RGB value is (185,65,83). Sum of RGB (Red+Green+Blue) = 185+65+83=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B94153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94153 is #46BEAC. Grayscale: #666666. Windows color (decimal): -4636333 or 5456313. OLE color: 5456313.
HSL color Cylindrical-coordinate representation of color #B94153: hue angle of 351º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94153 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 65 | 83 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.27 |
| HSL | 351º | 0.48% | 0.49% | - |
| HSV(B) | 351º | 0.65% | 0.73% | - |
| XYZ | 23.46 | 14.72 | 9.79 | - |
| YUV | 102.93 | 116.76 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 83 | 0 | 0.65 | 0.55 | 0.27 | 351 | 0.48 | 0.49 |
| Hex | B9 | 41 | 53 | 0 | 41 | 37 | 1B | 15F | 30 | 31 |
| Octal | 271 | 101 | 123 | 0 | 101 | 67 | 33 | 537 | 60 | 61 |
| Binary | 10111001 | 1000001 | 1010011 | 0 | 1000001 | 110111 | 11011 | 101011111 | 110000 | 110001 |
Color Harmonies of #B94153
Complementary color
Monochromatic Colors of #B94153
Black with #B94153
Text Example
Text Example
White with #B94153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94153; }
p { color: rgb(185,65,83); }
H1.HeaderClassName
{
color: #B94153;
}
.AnyTagClassName
{
color: #B94153;
}
</style>
background-color css
<style>
a { background-color: #B94153; }
a { background-color: rgb(185,65,83); }
div.DivClassName
{
background-color: #B94153;
}
.BgClassName
{
background-color: #B94153;
}
</style>
border-color css
<style>
span { border-color: #B94153; }
span { border-color: rgb(185,65,83); }
td.TdClassName
{
border-color: #B94153;
}
.TagClassName
{
border-color: #B94153;
}
</style>