Shades of Hippie Pink #B84653
Tints of Hippie Pink #B84653
RGB
CMYK
RGB Variations
Color information
#B84653 (or 0xB84653) is known color: Hippie Pink. HEX triplet: B8, 46 and 53. RGB value is (184,70,83). Sum of RGB (Red+Green+Blue) = 184+70+83=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B84653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84653 is #47B9AC. Grayscale: #696969. Windows color (decimal): -4700589 or 5457592. OLE color: 5457592.
HSL color Cylindrical-coordinate representation of color #B84653: hue angle of 353.16º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84653 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 83 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.28 |
| HSL | 353.16º | 0.45% | 0.5% | - |
| HSV(B) | 353.16º | 0.62% | 0.72% | - |
| XYZ | 23.52 | 15.2 | 9.88 | - |
| YUV | 105.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 83 | 0 | 0.62 | 0.55 | 0.28 | 353.16 | 0.45 | 0.5 |
| Hex | B8 | 46 | 53 | 0 | 3E | 37 | 1C | 161 | 2D | 32 |
| Octal | 270 | 106 | 123 | 0 | 76 | 67 | 34 | 541 | 55 | 62 |
| Binary | 10111000 | 1000110 | 1010011 | 0 | 111110 | 110111 | 11100 | 101100001 | 101101 | 110010 |
Color Harmonies of #B84653
Complementary color
Monochromatic Colors of #B84653
Black with #B84653
Text Example
Text Example
White with #B84653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84653; }
p { color: rgb(184,70,83); }
H1.HeaderClassName
{
color: #B84653;
}
.AnyTagClassName
{
color: #B84653;
}
</style>
background-color css
<style>
a { background-color: #B84653; }
a { background-color: rgb(184,70,83); }
div.DivClassName
{
background-color: #B84653;
}
.BgClassName
{
background-color: #B84653;
}
</style>
border-color css
<style>
span { border-color: #B84653; }
span { border-color: rgb(184,70,83); }
td.TdClassName
{
border-color: #B84653;
}
.TagClassName
{
border-color: #B84653;
}
</style>