Shades of Hippie Pink #B45155
Tints of Hippie Pink #B45155
RGB
CMYK
RGB Variations
Color information
#B45155 (or 0xB45155) is known color: Hippie Pink. HEX triplet: B4, 51 and 55. RGB value is (180,81,85). Sum of RGB (Red+Green+Blue) = 180+81+85=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B45155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45155 is #4BAEAA. Grayscale: #6F6F6F. Windows color (decimal): -4959915 or 5591476. OLE color: 5591476.
HSL color Cylindrical-coordinate representation of color #B45155: hue angle of 357.58º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45155 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 85 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.29 |
| HSL | 357.58º | 0.4% | 0.51% | - |
| HSV(B) | 357.58º | 0.55% | 0.71% | - |
| XYZ | 23.4 | 16.24 | 10.5 | - |
| YUV | 111.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 85 | 0 | 0.55 | 0.53 | 0.29 | 357.58 | 0.4 | 0.51 |
| Hex | B4 | 51 | 55 | 0 | 37 | 35 | 1D | 166 | 28 | 33 |
| Octal | 264 | 121 | 125 | 0 | 67 | 65 | 35 | 546 | 50 | 63 |
| Binary | 10110100 | 1010001 | 1010101 | 0 | 110111 | 110101 | 11101 | 101100110 | 101000 | 110011 |
Color Harmonies of #B45155
Complementary color
Monochromatic Colors of #B45155
Black with #B45155
Text Example
Text Example
White with #B45155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45155; }
p { color: rgb(180,81,85); }
H1.HeaderClassName
{
color: #B45155;
}
.AnyTagClassName
{
color: #B45155;
}
</style>
background-color css
<style>
a { background-color: #B45155; }
a { background-color: rgb(180,81,85); }
div.DivClassName
{
background-color: #B45155;
}
.BgClassName
{
background-color: #B45155;
}
</style>
border-color css
<style>
span { border-color: #B45155; }
span { border-color: rgb(180,81,85); }
td.TdClassName
{
border-color: #B45155;
}
.TagClassName
{
border-color: #B45155;
}
</style>