Shades of Hippie Pink #B4434C
Tints of Hippie Pink #B4434C
RGB
CMYK
RGB Variations
Color information
#B4434C (or 0xB4434C) is known color: Hippie Pink. HEX triplet: B4, 43 and 4C. RGB value is (180,67,76). Sum of RGB (Red+Green+Blue) = 180+67+76=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4434C is #4BBCB3. Grayscale: #656565. Windows color (decimal): -4963508 or 4998068. OLE color: 4998068.
HSL color Cylindrical-coordinate representation of color #B4434C: hue angle of 355.22º 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 #B4434C is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 67 | 76 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.29 |
| HSL | 355.22º | 0.46% | 0.48% | - |
| HSV(B) | 355.22º | 0.63% | 0.71% | - |
| XYZ | 22.13 | 14.24 | 8.42 | - |
| YUV | 101.81 | 113.44 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 76 | 0 | 0.63 | 0.58 | 0.29 | 355.22 | 0.46 | 0.48 |
| Hex | B4 | 43 | 4C | 0 | 3F | 3A | 1D | 163 | 2E | 30 |
| Octal | 264 | 103 | 114 | 0 | 77 | 72 | 35 | 543 | 56 | 60 |
| Binary | 10110100 | 1000011 | 1001100 | 0 | 111111 | 111010 | 11101 | 101100011 | 101110 | 110000 |
Color Harmonies of #B4434C
Complementary color
Monochromatic Colors of #B4434C
Black with #B4434C
Text Example
Text Example
White with #B4434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4434C; }
p { color: rgb(180,67,76); }
H1.HeaderClassName
{
color: #B4434C;
}
.AnyTagClassName
{
color: #B4434C;
}
</style>
background-color css
<style>
a { background-color: #B4434C; }
a { background-color: rgb(180,67,76); }
div.DivClassName
{
background-color: #B4434C;
}
.BgClassName
{
background-color: #B4434C;
}
</style>
border-color css
<style>
span { border-color: #B4434C; }
span { border-color: rgb(180,67,76); }
td.TdClassName
{
border-color: #B4434C;
}
.TagClassName
{
border-color: #B4434C;
}
</style>