Shades of Hippie Pink #B84D5A
Tints of Hippie Pink #B84D5A
RGB
CMYK
RGB Variations
Color information
#B84D5A (or 0xB84D5A) is known color: Hippie Pink. HEX triplet: B8, 4D and 5A. RGB value is (184,77,90). Sum of RGB (Red+Green+Blue) = 184+77+90=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D5A is #47B2A5. Grayscale: #6E6E6E. Windows color (decimal): -4698790 or 5918136. OLE color: 5918136.
HSL color Cylindrical-coordinate representation of color #B84D5A: hue angle of 352.71º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84D5A is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 90 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.28 |
| HSL | 352.71º | 0.43% | 0.51% | - |
| HSV(B) | 352.71º | 0.58% | 0.72% | - |
| XYZ | 24.27 | 16.24 | 11.53 | - |
| YUV | 110.48 | 116.45 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 90 | 0 | 0.58 | 0.51 | 0.28 | 352.71 | 0.43 | 0.51 |
| Hex | B8 | 4D | 5A | 0 | 3A | 33 | 1C | 161 | 2B | 33 |
| Octal | 270 | 115 | 132 | 0 | 72 | 63 | 34 | 541 | 53 | 63 |
| Binary | 10111000 | 1001101 | 1011010 | 0 | 111010 | 110011 | 11100 | 101100001 | 101011 | 110011 |
Color Harmonies of #B84D5A
Complementary color
Monochromatic Colors of #B84D5A
Black with #B84D5A
Text Example
Text Example
White with #B84D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D5A; }
p { color: rgb(184,77,90); }
H1.HeaderClassName
{
color: #B84D5A;
}
.AnyTagClassName
{
color: #B84D5A;
}
</style>
background-color css
<style>
a { background-color: #B84D5A; }
a { background-color: rgb(184,77,90); }
div.DivClassName
{
background-color: #B84D5A;
}
.BgClassName
{
background-color: #B84D5A;
}
</style>
border-color css
<style>
span { border-color: #B84D5A; }
span { border-color: rgb(184,77,90); }
td.TdClassName
{
border-color: #B84D5A;
}
.TagClassName
{
border-color: #B84D5A;
}
</style>