Shades of Hippie Pink #B94753
Tints of Hippie Pink #B94753
RGB
CMYK
RGB Variations
Color information
#B94753 (or 0xB94753) is known color: Hippie Pink. HEX triplet: B9, 47 and 53. RGB value is (185,71,83). Sum of RGB (Red+Green+Blue) = 185+71+83=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B94753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94753 is #46B8AC. Grayscale: #6A6A6A. Windows color (decimal): -4634797 or 5457849. OLE color: 5457849.
HSL color Cylindrical-coordinate representation of color #B94753: hue angle of 353.68º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94753 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 83 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.27 |
| HSL | 353.68º | 0.45% | 0.5% | - |
| HSV(B) | 353.68º | 0.62% | 0.73% | - |
| XYZ | 23.82 | 15.45 | 9.91 | - |
| YUV | 106.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 83 | 0 | 0.62 | 0.55 | 0.27 | 353.68 | 0.45 | 0.5 |
| Hex | B9 | 47 | 53 | 0 | 3E | 37 | 1B | 162 | 2D | 32 |
| Octal | 271 | 107 | 123 | 0 | 76 | 67 | 33 | 542 | 55 | 62 |
| Binary | 10111001 | 1000111 | 1010011 | 0 | 111110 | 110111 | 11011 | 101100010 | 101101 | 110010 |
Color Harmonies of #B94753
Complementary color
Monochromatic Colors of #B94753
Black with #B94753
Text Example
Text Example
White with #B94753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94753; }
p { color: rgb(185,71,83); }
H1.HeaderClassName
{
color: #B94753;
}
.AnyTagClassName
{
color: #B94753;
}
</style>
background-color css
<style>
a { background-color: #B94753; }
a { background-color: rgb(185,71,83); }
div.DivClassName
{
background-color: #B94753;
}
.BgClassName
{
background-color: #B94753;
}
</style>
border-color css
<style>
span { border-color: #B94753; }
span { border-color: rgb(185,71,83); }
td.TdClassName
{
border-color: #B94753;
}
.TagClassName
{
border-color: #B94753;
}
</style>