Shades of Hippie Pink #B83F52
Tints of Hippie Pink #B83F52
RGB
CMYK
RGB Variations
Color information
#B83F52 (or 0xB83F52) is known color: Hippie Pink. HEX triplet: B8, 3F and 52. RGB value is (184,63,82). Sum of RGB (Red+Green+Blue) = 184+63+82=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83F52 is #47C0AD. Grayscale: #656565. Windows color (decimal): -4702382 or 5390264. OLE color: 5390264.
HSL color Cylindrical-coordinate representation of color #B83F52: hue angle of 350.58º degrees, saturation: 0.49, 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 #B83F52 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 82 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.28 |
| HSL | 350.58º | 0.49% | 0.48% | - |
| HSV(B) | 350.58º | 0.66% | 0.72% | - |
| XYZ | 23.07 | 14.35 | 9.54 | - |
| YUV | 101.35 | 117.09 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 82 | 0 | 0.66 | 0.55 | 0.28 | 350.58 | 0.49 | 0.48 |
| Hex | B8 | 3F | 52 | 0 | 42 | 37 | 1C | 15F | 31 | 30 |
| Octal | 270 | 77 | 122 | 0 | 102 | 67 | 34 | 537 | 61 | 60 |
| Binary | 10111000 | 111111 | 1010010 | 0 | 1000010 | 110111 | 11100 | 101011111 | 110001 | 110000 |
Color Harmonies of #B83F52
Complementary color
Monochromatic Colors of #B83F52
Black with #B83F52
Text Example
Text Example
White with #B83F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F52; }
p { color: rgb(184,63,82); }
H1.HeaderClassName
{
color: #B83F52;
}
.AnyTagClassName
{
color: #B83F52;
}
</style>
background-color css
<style>
a { background-color: #B83F52; }
a { background-color: rgb(184,63,82); }
div.DivClassName
{
background-color: #B83F52;
}
.BgClassName
{
background-color: #B83F52;
}
</style>
border-color css
<style>
span { border-color: #B83F52; }
span { border-color: rgb(184,63,82); }
td.TdClassName
{
border-color: #B83F52;
}
.TagClassName
{
border-color: #B83F52;
}
</style>