Shades of Hippie Pink #B24D4E
Tints of Hippie Pink #B24D4E
RGB
CMYK
RGB Variations
Color information
#B24D4E (or 0xB24D4E) is known color: Hippie Pink. HEX triplet: B2, 4D and 4E. RGB value is (178,77,78). Sum of RGB (Red+Green+Blue) = 178+77+78=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D4E is #4DB2B1. Grayscale: #6B6B6B. Windows color (decimal): -5092018 or 5131698. OLE color: 5131698.
HSL color Cylindrical-coordinate representation of color #B24D4E: hue angle of 359.41º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24D4E is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 78 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.30 |
| HSL | 359.41º | 0.4% | 0.5% | - |
| HSV(B) | 359.41º | 0.57% | 0.7% | - |
| XYZ | 22.39 | 15.32 | 8.99 | - |
| YUV | 107.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 78 | 0 | 0.57 | 0.56 | 0.30 | 359.41 | 0.4 | 0.5 |
| Hex | B2 | 4D | 4E | 0 | 39 | 38 | 1E | 167 | 28 | 32 |
| Octal | 262 | 115 | 116 | 0 | 71 | 70 | 36 | 547 | 50 | 62 |
| Binary | 10110010 | 1001101 | 1001110 | 0 | 111001 | 111000 | 11110 | 101100111 | 101000 | 110010 |
Color Harmonies of #B24D4E
Complementary color
Monochromatic Colors of #B24D4E
Black with #B24D4E
Text Example
Text Example
White with #B24D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D4E; }
p { color: rgb(178,77,78); }
H1.HeaderClassName
{
color: #B24D4E;
}
.AnyTagClassName
{
color: #B24D4E;
}
</style>
background-color css
<style>
a { background-color: #B24D4E; }
a { background-color: rgb(178,77,78); }
div.DivClassName
{
background-color: #B24D4E;
}
.BgClassName
{
background-color: #B24D4E;
}
</style>
border-color css
<style>
span { border-color: #B24D4E; }
span { border-color: rgb(178,77,78); }
td.TdClassName
{
border-color: #B24D4E;
}
.TagClassName
{
border-color: #B24D4E;
}
</style>