Shades of Hippie Pink #B4444F
Tints of Hippie Pink #B4444F
RGB
CMYK
RGB Variations
Color information
#B4444F (or 0xB4444F) is known color: Hippie Pink. HEX triplet: B4, 44 and 4F. RGB value is (180,68,79). Sum of RGB (Red+Green+Blue) = 180+68+79=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4444F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4444F is #4BBBB0. Grayscale: #666666. Windows color (decimal): -4963249 or 5194932. OLE color: 5194932.
HSL color Cylindrical-coordinate representation of color #B4444F: hue angle of 354.11º 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 #B4444F is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 79 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.29 |
| HSL | 354.11º | 0.45% | 0.49% | - |
| HSV(B) | 354.11º | 0.62% | 0.71% | - |
| XYZ | 22.3 | 14.4 | 9 | - |
| YUV | 102.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 79 | 0 | 0.62 | 0.56 | 0.29 | 354.11 | 0.45 | 0.49 |
| Hex | B4 | 44 | 4F | 0 | 3E | 38 | 1D | 162 | 2D | 31 |
| Octal | 264 | 104 | 117 | 0 | 76 | 70 | 35 | 542 | 55 | 61 |
| Binary | 10110100 | 1000100 | 1001111 | 0 | 111110 | 111000 | 11101 | 101100010 | 101101 | 110001 |
Color Harmonies of #B4444F
Complementary color
Monochromatic Colors of #B4444F
Black with #B4444F
Text Example
Text Example
White with #B4444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4444F; }
p { color: rgb(180,68,79); }
H1.HeaderClassName
{
color: #B4444F;
}
.AnyTagClassName
{
color: #B4444F;
}
</style>
background-color css
<style>
a { background-color: #B4444F; }
a { background-color: rgb(180,68,79); }
div.DivClassName
{
background-color: #B4444F;
}
.BgClassName
{
background-color: #B4444F;
}
</style>
border-color css
<style>
span { border-color: #B4444F; }
span { border-color: rgb(180,68,79); }
td.TdClassName
{
border-color: #B4444F;
}
.TagClassName
{
border-color: #B4444F;
}
</style>