Shades of Hippie Pink #B84150
Tints of Hippie Pink #B84150
RGB
CMYK
RGB Variations
Color information
#B84150 (or 0xB84150) is known color: Hippie Pink. HEX triplet: B8, 41 and 50. RGB value is (184,65,80). Sum of RGB (Red+Green+Blue) = 184+65+80=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B84150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84150 is #47BEAF. Grayscale: #666666. Windows color (decimal): -4701872 or 5259704. OLE color: 5259704.
HSL color Cylindrical-coordinate representation of color #B84150: hue angle of 352.44º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84150 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 80 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.28 |
| HSL | 352.44º | 0.48% | 0.49% | - |
| HSV(B) | 352.44º | 0.65% | 0.72% | - |
| XYZ | 23.11 | 14.55 | 9.18 | - |
| YUV | 102.29 | 115.42 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 80 | 0 | 0.65 | 0.57 | 0.28 | 352.44 | 0.48 | 0.49 |
| Hex | B8 | 41 | 50 | 0 | 41 | 39 | 1C | 160 | 30 | 31 |
| Octal | 270 | 101 | 120 | 0 | 101 | 71 | 34 | 540 | 60 | 61 |
| Binary | 10111000 | 1000001 | 1010000 | 0 | 1000001 | 111001 | 11100 | 101100000 | 110000 | 110001 |
Color Harmonies of #B84150
Complementary color
Monochromatic Colors of #B84150
Black with #B84150
Text Example
Text Example
White with #B84150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84150; }
p { color: rgb(184,65,80); }
H1.HeaderClassName
{
color: #B84150;
}
.AnyTagClassName
{
color: #B84150;
}
</style>
background-color css
<style>
a { background-color: #B84150; }
a { background-color: rgb(184,65,80); }
div.DivClassName
{
background-color: #B84150;
}
.BgClassName
{
background-color: #B84150;
}
</style>
border-color css
<style>
span { border-color: #B84150; }
span { border-color: rgb(184,65,80); }
td.TdClassName
{
border-color: #B84150;
}
.TagClassName
{
border-color: #B84150;
}
</style>