Shades of Hippie Pink #B4424A
Tints of Hippie Pink #B4424A
RGB
CMYK
RGB Variations
Color information
#B4424A (or 0xB4424A) is known color: Hippie Pink. HEX triplet: B4, 42 and 4A. RGB value is (180,66,74). Sum of RGB (Red+Green+Blue) = 180+66+74=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B4424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4424A is #4BBDB5. Grayscale: #656565. Windows color (decimal): -4963766 or 4866740. OLE color: 4866740.
HSL color Cylindrical-coordinate representation of color #B4424A: hue angle of 355.79º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4424A is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 74 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.29 |
| HSL | 355.79º | 0.46% | 0.48% | - |
| HSV(B) | 355.79º | 0.63% | 0.71% | - |
| XYZ | 22.01 | 14.09 | 8.04 | - |
| YUV | 101 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 74 | 0 | 0.63 | 0.59 | 0.29 | 355.79 | 0.46 | 0.48 |
| Hex | B4 | 42 | 4A | 0 | 3F | 3B | 1D | 164 | 2E | 30 |
| Octal | 264 | 102 | 112 | 0 | 77 | 73 | 35 | 544 | 56 | 60 |
| Binary | 10110100 | 1000010 | 1001010 | 0 | 111111 | 111011 | 11101 | 101100100 | 101110 | 110000 |
Color Harmonies of #B4424A
Complementary color
Monochromatic Colors of #B4424A
Black with #B4424A
Text Example
Text Example
White with #B4424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4424A; }
p { color: rgb(180,66,74); }
H1.HeaderClassName
{
color: #B4424A;
}
.AnyTagClassName
{
color: #B4424A;
}
</style>
background-color css
<style>
a { background-color: #B4424A; }
a { background-color: rgb(180,66,74); }
div.DivClassName
{
background-color: #B4424A;
}
.BgClassName
{
background-color: #B4424A;
}
</style>
border-color css
<style>
span { border-color: #B4424A; }
span { border-color: rgb(180,66,74); }
td.TdClassName
{
border-color: #B4424A;
}
.TagClassName
{
border-color: #B4424A;
}
</style>