Shades of Hippie Pink #B94953
Tints of Hippie Pink #B94953
RGB
CMYK
RGB Variations
Color information
#B94953 (or 0xB94953) is known color: Hippie Pink. HEX triplet: B9, 49 and 53. RGB value is (185,73,83). Sum of RGB (Red+Green+Blue) = 185+73+83=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B94953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94953 is #46B6AC. Grayscale: #6B6B6B. Windows color (decimal): -4634285 or 5458361. OLE color: 5458361.
HSL color Cylindrical-coordinate representation of color #B94953: hue angle of 354.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94953 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 83 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.27 |
| HSL | 354.64º | 0.44% | 0.51% | - |
| HSV(B) | 354.64º | 0.61% | 0.73% | - |
| XYZ | 23.95 | 15.7 | 9.95 | - |
| YUV | 107.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 83 | 0 | 0.61 | 0.55 | 0.27 | 354.64 | 0.44 | 0.51 |
| Hex | B9 | 49 | 53 | 0 | 3D | 37 | 1B | 163 | 2C | 33 |
| Octal | 271 | 111 | 123 | 0 | 75 | 67 | 33 | 543 | 54 | 63 |
| Binary | 10111001 | 1001001 | 1010011 | 0 | 111101 | 110111 | 11011 | 101100011 | 101100 | 110011 |
Color Harmonies of #B94953
Complementary color
Monochromatic Colors of #B94953
Black with #B94953
Text Example
Text Example
White with #B94953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94953; }
p { color: rgb(185,73,83); }
H1.HeaderClassName
{
color: #B94953;
}
.AnyTagClassName
{
color: #B94953;
}
</style>
background-color css
<style>
a { background-color: #B94953; }
a { background-color: rgb(185,73,83); }
div.DivClassName
{
background-color: #B94953;
}
.BgClassName
{
background-color: #B94953;
}
</style>
border-color css
<style>
span { border-color: #B94953; }
span { border-color: rgb(185,73,83); }
td.TdClassName
{
border-color: #B94953;
}
.TagClassName
{
border-color: #B94953;
}
</style>