Shades of Hippie Pink #B45256
Tints of Hippie Pink #B45256
RGB
CMYK
RGB Variations
Color information
#B45256 (or 0xB45256) is known color: Hippie Pink. HEX triplet: B4, 52 and 56. RGB value is (180,82,86). Sum of RGB (Red+Green+Blue) = 180+82+86=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B45256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45256 is #4BADA9. Grayscale: #6F6F6F. Windows color (decimal): -4959658 or 5657268. OLE color: 5657268.
HSL color Cylindrical-coordinate representation of color #B45256: hue angle of 357.55º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45256 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 86 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.29 |
| HSL | 357.55º | 0.4% | 0.51% | - |
| HSV(B) | 357.55º | 0.54% | 0.71% | - |
| XYZ | 23.52 | 16.41 | 10.73 | - |
| YUV | 111.76 | 113.47 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 86 | 0 | 0.54 | 0.52 | 0.29 | 357.55 | 0.4 | 0.51 |
| Hex | B4 | 52 | 56 | 0 | 36 | 34 | 1D | 166 | 28 | 33 |
| Octal | 264 | 122 | 126 | 0 | 66 | 64 | 35 | 546 | 50 | 63 |
| Binary | 10110100 | 1010010 | 1010110 | 0 | 110110 | 110100 | 11101 | 101100110 | 101000 | 110011 |
Color Harmonies of #B45256
Complementary color
Monochromatic Colors of #B45256
Black with #B45256
Text Example
Text Example
White with #B45256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45256; }
p { color: rgb(180,82,86); }
H1.HeaderClassName
{
color: #B45256;
}
.AnyTagClassName
{
color: #B45256;
}
</style>
background-color css
<style>
a { background-color: #B45256; }
a { background-color: rgb(180,82,86); }
div.DivClassName
{
background-color: #B45256;
}
.BgClassName
{
background-color: #B45256;
}
</style>
border-color css
<style>
span { border-color: #B45256; }
span { border-color: rgb(180,82,86); }
td.TdClassName
{
border-color: #B45256;
}
.TagClassName
{
border-color: #B45256;
}
</style>