Shades of Hippie Pink #B84453
Tints of Hippie Pink #B84453
RGB
CMYK
RGB Variations
Color information
#B84453 (or 0xB84453) is known color: Hippie Pink. HEX triplet: B8, 44 and 53. RGB value is (184,68,83). Sum of RGB (Red+Green+Blue) = 184+68+83=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B84453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84453 is #47BBAC. Grayscale: #686868. Windows color (decimal): -4701101 or 5457080. OLE color: 5457080.
HSL color Cylindrical-coordinate representation of color #B84453: hue angle of 352.24º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84453 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 83 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.28 |
| HSL | 352.24º | 0.46% | 0.49% | - |
| HSV(B) | 352.24º | 0.63% | 0.72% | - |
| XYZ | 23.4 | 14.95 | 9.84 | - |
| YUV | 104.39 | 115.93 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 83 | 0 | 0.63 | 0.55 | 0.28 | 352.24 | 0.46 | 0.49 |
| Hex | B8 | 44 | 53 | 0 | 3F | 37 | 1C | 160 | 2E | 31 |
| Octal | 270 | 104 | 123 | 0 | 77 | 67 | 34 | 540 | 56 | 61 |
| Binary | 10111000 | 1000100 | 1010011 | 0 | 111111 | 110111 | 11100 | 101100000 | 101110 | 110001 |
Color Harmonies of #B84453
Complementary color
Monochromatic Colors of #B84453
Black with #B84453
Text Example
Text Example
White with #B84453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84453; }
p { color: rgb(184,68,83); }
H1.HeaderClassName
{
color: #B84453;
}
.AnyTagClassName
{
color: #B84453;
}
</style>
background-color css
<style>
a { background-color: #B84453; }
a { background-color: rgb(184,68,83); }
div.DivClassName
{
background-color: #B84453;
}
.BgClassName
{
background-color: #B84453;
}
</style>
border-color css
<style>
span { border-color: #B84453; }
span { border-color: rgb(184,68,83); }
td.TdClassName
{
border-color: #B84453;
}
.TagClassName
{
border-color: #B84453;
}
</style>