Shades of Hippie Pink #B44A5B
Tints of Hippie Pink #B44A5B
RGB
CMYK
RGB Variations
Color information
#B44A5B (or 0xB44A5B) is known color: Hippie Pink. HEX triplet: B4, 4A and 5B. RGB value is (180,74,91). Sum of RGB (Red+Green+Blue) = 180+74+91=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44A5B is #4BB5A4. Grayscale: #6B6B6B. Windows color (decimal): -4961701 or 5982900. OLE color: 5982900.
HSL color Cylindrical-coordinate representation of color #B44A5B: hue angle of 350.38º 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 #B44A5B is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 74 | 91 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.29 |
| HSL | 350.38º | 0.42% | 0.5% | - |
| HSV(B) | 350.38º | 0.59% | 0.71% | - |
| XYZ | 23.16 | 15.36 | 11.64 | - |
| YUV | 107.63 | 118.62 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 91 | 0 | 0.59 | 0.49 | 0.29 | 350.38 | 0.42 | 0.5 |
| Hex | B4 | 4A | 5B | 0 | 3B | 31 | 1D | 15E | 2A | 32 |
| Octal | 264 | 112 | 133 | 0 | 73 | 61 | 35 | 536 | 52 | 62 |
| Binary | 10110100 | 1001010 | 1011011 | 0 | 111011 | 110001 | 11101 | 101011110 | 101010 | 110010 |
Color Harmonies of #B44A5B
Complementary color
Monochromatic Colors of #B44A5B
Black with #B44A5B
Text Example
Text Example
White with #B44A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44A5B; }
p { color: rgb(180,74,91); }
H1.HeaderClassName
{
color: #B44A5B;
}
.AnyTagClassName
{
color: #B44A5B;
}
</style>
background-color css
<style>
a { background-color: #B44A5B; }
a { background-color: rgb(180,74,91); }
div.DivClassName
{
background-color: #B44A5B;
}
.BgClassName
{
background-color: #B44A5B;
}
</style>
border-color css
<style>
span { border-color: #B44A5B; }
span { border-color: rgb(180,74,91); }
td.TdClassName
{
border-color: #B44A5B;
}
.TagClassName
{
border-color: #B44A5B;
}
</style>