Shades of Hippie Pink #B24653
Tints of Hippie Pink #B24653
RGB
CMYK
RGB Variations
Color information
#B24653 (or 0xB24653) is known color: Hippie Pink. HEX triplet: B2, 46 and 53. RGB value is (178,70,83). Sum of RGB (Red+Green+Blue) = 178+70+83=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B24653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24653 is #4DB9AC. Grayscale: #676767. Windows color (decimal): -5093805 or 5457586. OLE color: 5457586.
HSL color Cylindrical-coordinate representation of color #B24653: hue angle of 352.78º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24653 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 83 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.30 |
| HSL | 352.78º | 0.44% | 0.49% | - |
| HSV(B) | 352.78º | 0.61% | 0.7% | - |
| XYZ | 22.11 | 14.47 | 9.81 | - |
| YUV | 103.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 83 | 0 | 0.61 | 0.53 | 0.30 | 352.78 | 0.44 | 0.49 |
| Hex | B2 | 46 | 53 | 0 | 3D | 35 | 1E | 161 | 2C | 31 |
| Octal | 262 | 106 | 123 | 0 | 75 | 65 | 36 | 541 | 54 | 61 |
| Binary | 10110010 | 1000110 | 1010011 | 0 | 111101 | 110101 | 11110 | 101100001 | 101100 | 110001 |
Color Harmonies of #B24653
Complementary color
Monochromatic Colors of #B24653
Black with #B24653
Text Example
Text Example
White with #B24653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24653; }
p { color: rgb(178,70,83); }
H1.HeaderClassName
{
color: #B24653;
}
.AnyTagClassName
{
color: #B24653;
}
</style>
background-color css
<style>
a { background-color: #B24653; }
a { background-color: rgb(178,70,83); }
div.DivClassName
{
background-color: #B24653;
}
.BgClassName
{
background-color: #B24653;
}
</style>
border-color css
<style>
span { border-color: #B24653; }
span { border-color: rgb(178,70,83); }
td.TdClassName
{
border-color: #B24653;
}
.TagClassName
{
border-color: #B24653;
}
</style>