Shades of Hippie Pink #B24B4E
Tints of Hippie Pink #B24B4E
RGB
CMYK
RGB Variations
Color information
#B24B4E (or 0xB24B4E) is known color: Hippie Pink. HEX triplet: B2, 4B and 4E. RGB value is (178,75,78). Sum of RGB (Red+Green+Blue) = 178+75+78=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24B4E is #4DB4B1. Grayscale: #6A6A6A. Windows color (decimal): -5092530 or 5131186. OLE color: 5131186.
HSL color Cylindrical-coordinate representation of color #B24B4E: hue angle of 358.25º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24B4E is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 75 | 78 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.30 |
| HSL | 358.25º | 0.41% | 0.5% | - |
| HSV(B) | 358.25º | 0.58% | 0.7% | - |
| XYZ | 22.25 | 15.05 | 8.94 | - |
| YUV | 106.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 75 | 78 | 0 | 0.58 | 0.56 | 0.30 | 358.25 | 0.41 | 0.5 |
| Hex | B2 | 4B | 4E | 0 | 3A | 38 | 1E | 166 | 29 | 32 |
| Octal | 262 | 113 | 116 | 0 | 72 | 70 | 36 | 546 | 51 | 62 |
| Binary | 10110010 | 1001011 | 1001110 | 0 | 111010 | 111000 | 11110 | 101100110 | 101001 | 110010 |
Color Harmonies of #B24B4E
Complementary color
Monochromatic Colors of #B24B4E
Black with #B24B4E
Text Example
Text Example
White with #B24B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24B4E; }
p { color: rgb(178,75,78); }
H1.HeaderClassName
{
color: #B24B4E;
}
.AnyTagClassName
{
color: #B24B4E;
}
</style>
background-color css
<style>
a { background-color: #B24B4E; }
a { background-color: rgb(178,75,78); }
div.DivClassName
{
background-color: #B24B4E;
}
.BgClassName
{
background-color: #B24B4E;
}
</style>
border-color css
<style>
span { border-color: #B24B4E; }
span { border-color: rgb(178,75,78); }
td.TdClassName
{
border-color: #B24B4E;
}
.TagClassName
{
border-color: #B24B4E;
}
</style>