Shades of Hippie Pink #B84B5A
Tints of Hippie Pink #B84B5A
RGB
CMYK
RGB Variations
Color information
#B84B5A (or 0xB84B5A) is known color: Hippie Pink. HEX triplet: B8, 4B and 5A. RGB value is (184,75,90). Sum of RGB (Red+Green+Blue) = 184+75+90=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84B5A is #47B4A5. Grayscale: #6D6D6D. Windows color (decimal): -4699302 or 5917624. OLE color: 5917624.
HSL color Cylindrical-coordinate representation of color #B84B5A: hue angle of 351.74º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84B5A is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 75 | 90 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.28 |
| HSL | 351.74º | 0.43% | 0.51% | - |
| HSV(B) | 351.74º | 0.59% | 0.72% | - |
| XYZ | 24.13 | 15.96 | 11.48 | - |
| YUV | 109.3 | 117.11 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 90 | 0 | 0.59 | 0.51 | 0.28 | 351.74 | 0.43 | 0.51 |
| Hex | B8 | 4B | 5A | 0 | 3B | 33 | 1C | 160 | 2B | 33 |
| Octal | 270 | 113 | 132 | 0 | 73 | 63 | 34 | 540 | 53 | 63 |
| Binary | 10111000 | 1001011 | 1011010 | 0 | 111011 | 110011 | 11100 | 101100000 | 101011 | 110011 |
Color Harmonies of #B84B5A
Complementary color
Monochromatic Colors of #B84B5A
Black with #B84B5A
Text Example
Text Example
White with #B84B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84B5A; }
p { color: rgb(184,75,90); }
H1.HeaderClassName
{
color: #B84B5A;
}
.AnyTagClassName
{
color: #B84B5A;
}
</style>
background-color css
<style>
a { background-color: #B84B5A; }
a { background-color: rgb(184,75,90); }
div.DivClassName
{
background-color: #B84B5A;
}
.BgClassName
{
background-color: #B84B5A;
}
</style>
border-color css
<style>
span { border-color: #B84B5A; }
span { border-color: rgb(184,75,90); }
td.TdClassName
{
border-color: #B84B5A;
}
.TagClassName
{
border-color: #B84B5A;
}
</style>