Shades of Hippie Pink #B24E5B
Tints of Hippie Pink #B24E5B
RGB
CMYK
RGB Variations
Color information
#B24E5B (or 0xB24E5B) is known color: Hippie Pink. HEX triplet: B2, 4E and 5B. RGB value is (178,78,91). Sum of RGB (Red+Green+Blue) = 178+78+91=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24E5B is #4DB1A4. Grayscale: #6D6D6D. Windows color (decimal): -5091749 or 5983922. OLE color: 5983922.
HSL color Cylindrical-coordinate representation of color #B24E5B: hue angle of 352.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24E5B is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 78 | 91 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.30 |
| HSL | 352.2º | 0.39% | 0.5% | - |
| HSV(B) | 352.2º | 0.56% | 0.7% | - |
| XYZ | 22.97 | 15.67 | 11.71 | - |
| YUV | 109.38 | 117.63 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 91 | 0 | 0.56 | 0.49 | 0.30 | 352.2 | 0.39 | 0.5 |
| Hex | B2 | 4E | 5B | 0 | 38 | 31 | 1E | 160 | 27 | 32 |
| Octal | 262 | 116 | 133 | 0 | 70 | 61 | 36 | 540 | 47 | 62 |
| Binary | 10110010 | 1001110 | 1011011 | 0 | 111000 | 110001 | 11110 | 101100000 | 100111 | 110010 |
Color Harmonies of #B24E5B
Complementary color
Monochromatic Colors of #B24E5B
Black with #B24E5B
Text Example
Text Example
White with #B24E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24E5B; }
p { color: rgb(178,78,91); }
H1.HeaderClassName
{
color: #B24E5B;
}
.AnyTagClassName
{
color: #B24E5B;
}
</style>
background-color css
<style>
a { background-color: #B24E5B; }
a { background-color: rgb(178,78,91); }
div.DivClassName
{
background-color: #B24E5B;
}
.BgClassName
{
background-color: #B24E5B;
}
</style>
border-color css
<style>
span { border-color: #B24E5B; }
span { border-color: rgb(178,78,91); }
td.TdClassName
{
border-color: #B24E5B;
}
.TagClassName
{
border-color: #B24E5B;
}
</style>