Shades of Hippie Pink #B44A5E
Tints of Hippie Pink #B44A5E
RGB
CMYK
RGB Variations
Color information
#B44A5E (or 0xB44A5E) is known color: Hippie Pink. HEX triplet: B4, 4A and 5E. RGB value is (180,74,94). Sum of RGB (Red+Green+Blue) = 180+74+94=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44A5E is #4BB5A1. Grayscale: #6C6C6C. Windows color (decimal): -4961698 or 6179508. OLE color: 6179508.
HSL color Cylindrical-coordinate representation of color #B44A5E: hue angle of 348.68º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44A5E is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 74 | 94 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.29 |
| HSL | 348.68º | 0.42% | 0.5% | - |
| HSV(B) | 348.68º | 0.59% | 0.71% | - |
| XYZ | 23.29 | 15.41 | 12.34 | - |
| YUV | 107.97 | 120.12 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 94 | 0 | 0.59 | 0.48 | 0.29 | 348.68 | 0.42 | 0.5 |
| Hex | B4 | 4A | 5E | 0 | 3B | 30 | 1D | 15D | 2A | 32 |
| Octal | 264 | 112 | 136 | 0 | 73 | 60 | 35 | 535 | 52 | 62 |
| Binary | 10110100 | 1001010 | 1011110 | 0 | 111011 | 110000 | 11101 | 101011101 | 101010 | 110010 |
Color Harmonies of #B44A5E
Complementary color
Monochromatic Colors of #B44A5E
Black with #B44A5E
Text Example
Text Example
White with #B44A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44A5E; }
p { color: rgb(180,74,94); }
H1.HeaderClassName
{
color: #B44A5E;
}
.AnyTagClassName
{
color: #B44A5E;
}
</style>
background-color css
<style>
a { background-color: #B44A5E; }
a { background-color: rgb(180,74,94); }
div.DivClassName
{
background-color: #B44A5E;
}
.BgClassName
{
background-color: #B44A5E;
}
</style>
border-color css
<style>
span { border-color: #B44A5E; }
span { border-color: rgb(180,74,94); }
td.TdClassName
{
border-color: #B44A5E;
}
.TagClassName
{
border-color: #B44A5E;
}
</style>