Shades of Hippie Pink #B83D5C
Tints of Hippie Pink #B83D5C
RGB
CMYK
RGB Variations
Color information
#B83D5C (or 0xB83D5C) is known color: Hippie Pink. HEX triplet: B8, 3D and 5C. RGB value is (184,61,92). Sum of RGB (Red+Green+Blue) = 184+61+92=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83D5C is #47C2A3. Grayscale: #656565. Windows color (decimal): -4702884 or 6045112. OLE color: 6045112.
HSL color Cylindrical-coordinate representation of color #B83D5C: hue angle of 344.88º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83D5C is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 92 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.28 |
| HSL | 344.88º | 0.5% | 0.48% | - |
| HSV(B) | 344.88º | 0.67% | 0.72% | - |
| XYZ | 23.37 | 14.3 | 11.65 | - |
| YUV | 101.31 | 122.75 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 92 | 0 | 0.67 | 0.50 | 0.28 | 344.88 | 0.5 | 0.48 |
| Hex | B8 | 3D | 5C | 0 | 43 | 32 | 1C | 159 | 32 | 30 |
| Octal | 270 | 75 | 134 | 0 | 103 | 62 | 34 | 531 | 62 | 60 |
| Binary | 10111000 | 111101 | 1011100 | 0 | 1000011 | 110010 | 11100 | 101011001 | 110010 | 110000 |
Color Harmonies of #B83D5C
Complementary color
Monochromatic Colors of #B83D5C
Black with #B83D5C
Text Example
Text Example
White with #B83D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D5C; }
p { color: rgb(184,61,92); }
H1.HeaderClassName
{
color: #B83D5C;
}
.AnyTagClassName
{
color: #B83D5C;
}
</style>
background-color css
<style>
a { background-color: #B83D5C; }
a { background-color: rgb(184,61,92); }
div.DivClassName
{
background-color: #B83D5C;
}
.BgClassName
{
background-color: #B83D5C;
}
</style>
border-color css
<style>
span { border-color: #B83D5C; }
span { border-color: rgb(184,61,92); }
td.TdClassName
{
border-color: #B83D5C;
}
.TagClassName
{
border-color: #B83D5C;
}
</style>