Shades of Hippie Pink #B83B59
Tints of Hippie Pink #B83B59
RGB
CMYK
RGB Variations
Color information
#B83B59 (or 0xB83B59) is known color: Hippie Pink. HEX triplet: B8, 3B and 59. RGB value is (184,59,89). Sum of RGB (Red+Green+Blue) = 184+59+89=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B59 is #47C4A6. Grayscale: #636363. Windows color (decimal): -4703399 or 5847992. OLE color: 5847992.
HSL color Cylindrical-coordinate representation of color #B83B59: hue angle of 345.6º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83B59 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 89 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.28 |
| HSL | 345.6º | 0.51% | 0.48% | - |
| HSV(B) | 345.6º | 0.68% | 0.72% | - |
| XYZ | 23.13 | 14.04 | 10.94 | - |
| YUV | 99.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 89 | 0 | 0.68 | 0.52 | 0.28 | 345.6 | 0.51 | 0.48 |
| Hex | B8 | 3B | 59 | 0 | 44 | 34 | 1C | 15A | 33 | 30 |
| Octal | 270 | 73 | 131 | 0 | 104 | 64 | 34 | 532 | 63 | 60 |
| Binary | 10111000 | 111011 | 1011001 | 0 | 1000100 | 110100 | 11100 | 101011010 | 110011 | 110000 |
Color Harmonies of #B83B59
Complementary color
Monochromatic Colors of #B83B59
Black with #B83B59
Text Example
Text Example
White with #B83B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B59; }
p { color: rgb(184,59,89); }
H1.HeaderClassName
{
color: #B83B59;
}
.AnyTagClassName
{
color: #B83B59;
}
</style>
background-color css
<style>
a { background-color: #B83B59; }
a { background-color: rgb(184,59,89); }
div.DivClassName
{
background-color: #B83B59;
}
.BgClassName
{
background-color: #B83B59;
}
</style>
border-color css
<style>
span { border-color: #B83B59; }
span { border-color: rgb(184,59,89); }
td.TdClassName
{
border-color: #B83B59;
}
.TagClassName
{
border-color: #B83B59;
}
</style>