Shades of Hippie Pink #B4444C
Tints of Hippie Pink #B4444C
RGB
CMYK
RGB Variations
Color information
#B4444C (or 0xB4444C) is known color: Hippie Pink. HEX triplet: B4, 44 and 4C. RGB value is (180,68,76). Sum of RGB (Red+Green+Blue) = 180+68+76=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B4444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4444C is #4BBBB3. Grayscale: #666666. Windows color (decimal): -4963252 or 4998324. OLE color: 4998324.
HSL color Cylindrical-coordinate representation of color #B4444C: hue angle of 355.71º 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 #B4444C is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 76 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.29 |
| HSL | 355.71º | 0.45% | 0.49% | - |
| HSV(B) | 355.71º | 0.62% | 0.71% | - |
| XYZ | 22.19 | 14.36 | 8.44 | - |
| YUV | 102.4 | 113.11 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 76 | 0 | 0.62 | 0.58 | 0.29 | 355.71 | 0.45 | 0.49 |
| Hex | B4 | 44 | 4C | 0 | 3E | 3A | 1D | 164 | 2D | 31 |
| Octal | 264 | 104 | 114 | 0 | 76 | 72 | 35 | 544 | 55 | 61 |
| Binary | 10110100 | 1000100 | 1001100 | 0 | 111110 | 111010 | 11101 | 101100100 | 101101 | 110001 |
Color Harmonies of #B4444C
Complementary color
Monochromatic Colors of #B4444C
Black with #B4444C
Text Example
Text Example
White with #B4444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4444C; }
p { color: rgb(180,68,76); }
H1.HeaderClassName
{
color: #B4444C;
}
.AnyTagClassName
{
color: #B4444C;
}
</style>
background-color css
<style>
a { background-color: #B4444C; }
a { background-color: rgb(180,68,76); }
div.DivClassName
{
background-color: #B4444C;
}
.BgClassName
{
background-color: #B4444C;
}
</style>
border-color css
<style>
span { border-color: #B4444C; }
span { border-color: rgb(180,68,76); }
td.TdClassName
{
border-color: #B4444C;
}
.TagClassName
{
border-color: #B4444C;
}
</style>