Shades of Hippie Pink #B83E5C
Tints of Hippie Pink #B83E5C
RGB
CMYK
RGB Variations
Color information
#B83E5C (or 0xB83E5C) is known color: Hippie Pink. HEX triplet: B8, 3E and 5C. RGB value is (184,62,92). Sum of RGB (Red+Green+Blue) = 184+62+92=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83E5C is #47C1A3. Grayscale: #656565. Windows color (decimal): -4702628 or 6045368. OLE color: 6045368.
HSL color Cylindrical-coordinate representation of color #B83E5C: hue angle of 345.25º 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 #B83E5C is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 62 | 92 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.28 |
| HSL | 345.25º | 0.5% | 0.48% | - |
| HSV(B) | 345.25º | 0.66% | 0.72% | - |
| XYZ | 23.42 | 14.41 | 11.67 | - |
| YUV | 101.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 62 | 92 | 0 | 0.66 | 0.50 | 0.28 | 345.25 | 0.5 | 0.48 |
| Hex | B8 | 3E | 5C | 0 | 42 | 32 | 1C | 159 | 32 | 30 |
| Octal | 270 | 76 | 134 | 0 | 102 | 62 | 34 | 531 | 62 | 60 |
| Binary | 10111000 | 111110 | 1011100 | 0 | 1000010 | 110010 | 11100 | 101011001 | 110010 | 110000 |
Color Harmonies of #B83E5C
Complementary color
Monochromatic Colors of #B83E5C
Black with #B83E5C
Text Example
Text Example
White with #B83E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83E5C; }
p { color: rgb(184,62,92); }
H1.HeaderClassName
{
color: #B83E5C;
}
.AnyTagClassName
{
color: #B83E5C;
}
</style>
background-color css
<style>
a { background-color: #B83E5C; }
a { background-color: rgb(184,62,92); }
div.DivClassName
{
background-color: #B83E5C;
}
.BgClassName
{
background-color: #B83E5C;
}
</style>
border-color css
<style>
span { border-color: #B83E5C; }
span { border-color: rgb(184,62,92); }
td.TdClassName
{
border-color: #B83E5C;
}
.TagClassName
{
border-color: #B83E5C;
}
</style>