Shades of Hippie Pink #B4505D
Tints of Hippie Pink #B4505D
RGB
CMYK
RGB Variations
Color information
#B4505D (or 0xB4505D) is known color: Hippie Pink. HEX triplet: B4, 50 and 5D. RGB value is (180,80,93). Sum of RGB (Red+Green+Blue) = 180+80+93=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4505D is #4BAFA2. Grayscale: #6F6F6F. Windows color (decimal): -4960163 or 6115508. OLE color: 6115508.
HSL color Cylindrical-coordinate representation of color #B4505D: hue angle of 352.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 #B4505D is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 93 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.29 |
| HSL | 352.2º | 0.4% | 0.51% | - |
| HSV(B) | 352.2º | 0.56% | 0.71% | - |
| XYZ | 23.67 | 16.23 | 12.24 | - |
| YUV | 111.38 | 117.63 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 93 | 0 | 0.56 | 0.48 | 0.29 | 352.2 | 0.4 | 0.51 |
| Hex | B4 | 50 | 5D | 0 | 38 | 30 | 1D | 160 | 28 | 33 |
| Octal | 264 | 120 | 135 | 0 | 70 | 60 | 35 | 540 | 50 | 63 |
| Binary | 10110100 | 1010000 | 1011101 | 0 | 111000 | 110000 | 11101 | 101100000 | 101000 | 110011 |
Color Harmonies of #B4505D
Complementary color
Monochromatic Colors of #B4505D
Black with #B4505D
Text Example
Text Example
White with #B4505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4505D; }
p { color: rgb(180,80,93); }
H1.HeaderClassName
{
color: #B4505D;
}
.AnyTagClassName
{
color: #B4505D;
}
</style>
background-color css
<style>
a { background-color: #B4505D; }
a { background-color: rgb(180,80,93); }
div.DivClassName
{
background-color: #B4505D;
}
.BgClassName
{
background-color: #B4505D;
}
</style>
border-color css
<style>
span { border-color: #B4505D; }
span { border-color: rgb(180,80,93); }
td.TdClassName
{
border-color: #B4505D;
}
.TagClassName
{
border-color: #B4505D;
}
</style>