Shades of Hippie Pink #B24353
Tints of Hippie Pink #B24353
RGB
CMYK
RGB Variations
Color information
#B24353 (or 0xB24353) is known color: Hippie Pink. HEX triplet: B2, 43 and 53. RGB value is (178,67,83). Sum of RGB (Red+Green+Blue) = 178+67+83=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B24353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24353 is #4DBCAC. Grayscale: #666666. Windows color (decimal): -5094573 or 5456818. OLE color: 5456818.
HSL color Cylindrical-coordinate representation of color #B24353: hue angle of 351.35º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24353 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 67 | 83 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.30 |
| HSL | 351.35º | 0.45% | 0.48% | - |
| HSV(B) | 351.35º | 0.62% | 0.7% | - |
| XYZ | 21.93 | 14.1 | 9.75 | - |
| YUV | 102.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 83 | 0 | 0.62 | 0.53 | 0.30 | 351.35 | 0.45 | 0.48 |
| Hex | B2 | 43 | 53 | 0 | 3E | 35 | 1E | 15F | 2D | 30 |
| Octal | 262 | 103 | 123 | 0 | 76 | 65 | 36 | 537 | 55 | 60 |
| Binary | 10110010 | 1000011 | 1010011 | 0 | 111110 | 110101 | 11110 | 101011111 | 101101 | 110000 |
Color Harmonies of #B24353
Complementary color
Monochromatic Colors of #B24353
Black with #B24353
Text Example
Text Example
White with #B24353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24353; }
p { color: rgb(178,67,83); }
H1.HeaderClassName
{
color: #B24353;
}
.AnyTagClassName
{
color: #B24353;
}
</style>
background-color css
<style>
a { background-color: #B24353; }
a { background-color: rgb(178,67,83); }
div.DivClassName
{
background-color: #B24353;
}
.BgClassName
{
background-color: #B24353;
}
</style>
border-color css
<style>
span { border-color: #B24353; }
span { border-color: rgb(178,67,83); }
td.TdClassName
{
border-color: #B24353;
}
.TagClassName
{
border-color: #B24353;
}
</style>