Shades of Hippie Pink #B83E5A
Tints of Hippie Pink #B83E5A
RGB
CMYK
RGB Variations
Color information
#B83E5A (or 0xB83E5A) is known color: Hippie Pink. HEX triplet: B8, 3E and 5A. RGB value is (184,62,90). Sum of RGB (Red+Green+Blue) = 184+62+90=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83E5A is #47C1A5. Grayscale: #656565. Windows color (decimal): -4702630 or 5914296. OLE color: 5914296.
HSL color Cylindrical-coordinate representation of color #B83E5A: hue angle of 346.23º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83E5A is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 62 | 90 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.28 |
| HSL | 346.23º | 0.5% | 0.48% | - |
| HSV(B) | 346.23º | 0.66% | 0.72% | - |
| XYZ | 23.34 | 14.37 | 11.22 | - |
| YUV | 101.67 | 121.42 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 62 | 90 | 0 | 0.66 | 0.51 | 0.28 | 346.23 | 0.5 | 0.48 |
| Hex | B8 | 3E | 5A | 0 | 42 | 33 | 1C | 15A | 32 | 30 |
| Octal | 270 | 76 | 132 | 0 | 102 | 63 | 34 | 532 | 62 | 60 |
| Binary | 10111000 | 111110 | 1011010 | 0 | 1000010 | 110011 | 11100 | 101011010 | 110010 | 110000 |
Color Harmonies of #B83E5A
Complementary color
Monochromatic Colors of #B83E5A
Black with #B83E5A
Text Example
Text Example
White with #B83E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83E5A; }
p { color: rgb(184,62,90); }
H1.HeaderClassName
{
color: #B83E5A;
}
.AnyTagClassName
{
color: #B83E5A;
}
</style>
background-color css
<style>
a { background-color: #B83E5A; }
a { background-color: rgb(184,62,90); }
div.DivClassName
{
background-color: #B83E5A;
}
.BgClassName
{
background-color: #B83E5A;
}
</style>
border-color css
<style>
span { border-color: #B83E5A; }
span { border-color: rgb(184,62,90); }
td.TdClassName
{
border-color: #B83E5A;
}
.TagClassName
{
border-color: #B83E5A;
}
</style>