Shades of Hippie Pink #B45053
Tints of Hippie Pink #B45053
RGB
CMYK
RGB Variations
Color information
#B45053 (or 0xB45053) is known color: Hippie Pink. HEX triplet: B4, 50 and 53. RGB value is (180,80,83). Sum of RGB (Red+Green+Blue) = 180+80+83=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B45053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45053 is #4BAFAC. Grayscale: #6E6E6E. Windows color (decimal): -4960173 or 5460148. OLE color: 5460148.
HSL color Cylindrical-coordinate representation of color #B45053: hue angle of 358.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45053 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 83 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.29 |
| HSL | 358.2º | 0.4% | 0.51% | - |
| HSV(B) | 358.2º | 0.56% | 0.71% | - |
| XYZ | 23.25 | 16.07 | 10.06 | - |
| YUV | 110.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 83 | 0 | 0.56 | 0.54 | 0.29 | 358.2 | 0.4 | 0.51 |
| Hex | B4 | 50 | 53 | 0 | 38 | 36 | 1D | 166 | 28 | 33 |
| Octal | 264 | 120 | 123 | 0 | 70 | 66 | 35 | 546 | 50 | 63 |
| Binary | 10110100 | 1010000 | 1010011 | 0 | 111000 | 110110 | 11101 | 101100110 | 101000 | 110011 |
Color Harmonies of #B45053
Complementary color
Monochromatic Colors of #B45053
Black with #B45053
Text Example
Text Example
White with #B45053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45053; }
p { color: rgb(180,80,83); }
H1.HeaderClassName
{
color: #B45053;
}
.AnyTagClassName
{
color: #B45053;
}
</style>
background-color css
<style>
a { background-color: #B45053; }
a { background-color: rgb(180,80,83); }
div.DivClassName
{
background-color: #B45053;
}
.BgClassName
{
background-color: #B45053;
}
</style>
border-color css
<style>
span { border-color: #B45053; }
span { border-color: rgb(180,80,83); }
td.TdClassName
{
border-color: #B45053;
}
.TagClassName
{
border-color: #B45053;
}
</style>