Shades of Hippie Pink #B24A4C
Tints of Hippie Pink #B24A4C
RGB
CMYK
RGB Variations
Color information
#B24A4C (or 0xB24A4C) is known color: Hippie Pink. HEX triplet: B2, 4A and 4C. RGB value is (178,74,76). Sum of RGB (Red+Green+Blue) = 178+74+76=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A4C is #4DB5B3. Grayscale: #696969. Windows color (decimal): -5092788 or 4999858. OLE color: 4999858.
HSL color Cylindrical-coordinate representation of color #B24A4C: hue angle of 358.85º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24A4C is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 74 | 76 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.30 |
| HSL | 358.85º | 0.41% | 0.49% | - |
| HSV(B) | 358.85º | 0.58% | 0.7% | - |
| XYZ | 22.11 | 14.88 | 8.54 | - |
| YUV | 105.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 76 | 0 | 0.58 | 0.57 | 0.30 | 358.85 | 0.41 | 0.49 |
| Hex | B2 | 4A | 4C | 0 | 3A | 39 | 1E | 167 | 29 | 31 |
| Octal | 262 | 112 | 114 | 0 | 72 | 71 | 36 | 547 | 51 | 61 |
| Binary | 10110010 | 1001010 | 1001100 | 0 | 111010 | 111001 | 11110 | 101100111 | 101001 | 110001 |
Color Harmonies of #B24A4C
Complementary color
Monochromatic Colors of #B24A4C
Black with #B24A4C
Text Example
Text Example
White with #B24A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24A4C; }
p { color: rgb(178,74,76); }
H1.HeaderClassName
{
color: #B24A4C;
}
.AnyTagClassName
{
color: #B24A4C;
}
</style>
background-color css
<style>
a { background-color: #B24A4C; }
a { background-color: rgb(178,74,76); }
div.DivClassName
{
background-color: #B24A4C;
}
.BgClassName
{
background-color: #B24A4C;
}
</style>
border-color css
<style>
span { border-color: #B24A4C; }
span { border-color: rgb(178,74,76); }
td.TdClassName
{
border-color: #B24A4C;
}
.TagClassName
{
border-color: #B24A4C;
}
</style>