Shades of Hippie Pink #B45659
Tints of Hippie Pink #B45659
RGB
CMYK
RGB Variations
Color information
#B45659 (or 0xB45659) is known color: Hippie Pink. HEX triplet: B4, 56 and 59. RGB value is (180,86,89). Sum of RGB (Red+Green+Blue) = 180+86+89=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B45659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45659 is #4BA9A6. Grayscale: #727272. Windows color (decimal): -4958631 or 5854900. OLE color: 5854900.
HSL color Cylindrical-coordinate representation of color #B45659: hue angle of 358.09º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45659 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 89 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.29 |
| HSL | 358.09º | 0.39% | 0.52% | - |
| HSV(B) | 358.09º | 0.52% | 0.71% | - |
| XYZ | 23.95 | 17.08 | 11.49 | - |
| YUV | 114.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 89 | 0 | 0.52 | 0.51 | 0.29 | 358.09 | 0.39 | 0.52 |
| Hex | B4 | 56 | 59 | 0 | 34 | 33 | 1D | 166 | 27 | 34 |
| Octal | 264 | 126 | 131 | 0 | 64 | 63 | 35 | 546 | 47 | 64 |
| Binary | 10110100 | 1010110 | 1011001 | 0 | 110100 | 110011 | 11101 | 101100110 | 100111 | 110100 |
Color Harmonies of #B45659
Complementary color
Monochromatic Colors of #B45659
Black with #B45659
Text Example
Text Example
White with #B45659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45659; }
p { color: rgb(180,86,89); }
H1.HeaderClassName
{
color: #B45659;
}
.AnyTagClassName
{
color: #B45659;
}
</style>
background-color css
<style>
a { background-color: #B45659; }
a { background-color: rgb(180,86,89); }
div.DivClassName
{
background-color: #B45659;
}
.BgClassName
{
background-color: #B45659;
}
</style>
border-color css
<style>
span { border-color: #B45659; }
span { border-color: rgb(180,86,89); }
td.TdClassName
{
border-color: #B45659;
}
.TagClassName
{
border-color: #B45659;
}
</style>