Shades of Hippie Pink #B44A57
Tints of Hippie Pink #B44A57
RGB
CMYK
RGB Variations
Color information
#B44A57 (or 0xB44A57) is known color: Hippie Pink. HEX triplet: B4, 4A and 57. RGB value is (180,74,87). Sum of RGB (Red+Green+Blue) = 180+74+87=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44A57 is #4BB5A8. Grayscale: #6B6B6B. Windows color (decimal): -4961705 or 5720756. OLE color: 5720756.
HSL color Cylindrical-coordinate representation of color #B44A57: hue angle of 352.64º 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 #B44A57 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 74 | 87 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.29 |
| HSL | 352.64º | 0.42% | 0.5% | - |
| HSV(B) | 352.64º | 0.59% | 0.71% | - |
| XYZ | 22.99 | 15.29 | 10.76 | - |
| YUV | 107.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 87 | 0 | 0.59 | 0.52 | 0.29 | 352.64 | 0.42 | 0.5 |
| Hex | B4 | 4A | 57 | 0 | 3B | 34 | 1D | 161 | 2A | 32 |
| Octal | 264 | 112 | 127 | 0 | 73 | 64 | 35 | 541 | 52 | 62 |
| Binary | 10110100 | 1001010 | 1010111 | 0 | 111011 | 110100 | 11101 | 101100001 | 101010 | 110010 |
Color Harmonies of #B44A57
Complementary color
Monochromatic Colors of #B44A57
Black with #B44A57
Text Example
Text Example
White with #B44A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44A57; }
p { color: rgb(180,74,87); }
H1.HeaderClassName
{
color: #B44A57;
}
.AnyTagClassName
{
color: #B44A57;
}
</style>
background-color css
<style>
a { background-color: #B44A57; }
a { background-color: rgb(180,74,87); }
div.DivClassName
{
background-color: #B44A57;
}
.BgClassName
{
background-color: #B44A57;
}
</style>
border-color css
<style>
span { border-color: #B44A57; }
span { border-color: rgb(180,74,87); }
td.TdClassName
{
border-color: #B44A57;
}
.TagClassName
{
border-color: #B44A57;
}
</style>