Shades of Hippie Pink #B4444E
Tints of Hippie Pink #B4444E
RGB
CMYK
RGB Variations
Color information
#B4444E (or 0xB4444E) is known color: Hippie Pink. HEX triplet: B4, 44 and 4E. RGB value is (180,68,78). Sum of RGB (Red+Green+Blue) = 180+68+78=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4444E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4444E is #4BBBB1. Grayscale: #666666. Windows color (decimal): -4963250 or 5129396. OLE color: 5129396.
HSL color Cylindrical-coordinate representation of color #B4444E: hue angle of 354.64º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4444E is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 78 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.29 |
| HSL | 354.64º | 0.45% | 0.49% | - |
| HSV(B) | 354.64º | 0.62% | 0.71% | - |
| XYZ | 22.26 | 14.39 | 8.81 | - |
| YUV | 102.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 78 | 0 | 0.62 | 0.57 | 0.29 | 354.64 | 0.45 | 0.49 |
| Hex | B4 | 44 | 4E | 0 | 3E | 39 | 1D | 163 | 2D | 31 |
| Octal | 264 | 104 | 116 | 0 | 76 | 71 | 35 | 543 | 55 | 61 |
| Binary | 10110100 | 1000100 | 1001110 | 0 | 111110 | 111001 | 11101 | 101100011 | 101101 | 110001 |
Color Harmonies of #B4444E
Complementary color
Monochromatic Colors of #B4444E
Black with #B4444E
Text Example
Text Example
White with #B4444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4444E; }
p { color: rgb(180,68,78); }
H1.HeaderClassName
{
color: #B4444E;
}
.AnyTagClassName
{
color: #B4444E;
}
</style>
background-color css
<style>
a { background-color: #B4444E; }
a { background-color: rgb(180,68,78); }
div.DivClassName
{
background-color: #B4444E;
}
.BgClassName
{
background-color: #B4444E;
}
</style>
border-color css
<style>
span { border-color: #B4444E; }
span { border-color: rgb(180,68,78); }
td.TdClassName
{
border-color: #B4444E;
}
.TagClassName
{
border-color: #B4444E;
}
</style>