Shades of Hippie Pink #B2445E
Tints of Hippie Pink #B2445E
RGB
CMYK
RGB Variations
Color information
#B2445E (or 0xB2445E) is known color: Hippie Pink. HEX triplet: B2, 44 and 5E. RGB value is (178,68,94). Sum of RGB (Red+Green+Blue) = 178+68+94=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2445E is #4DBBA1. Grayscale: #676767. Windows color (decimal): -5094306 or 6177970. OLE color: 6177970.
HSL color Cylindrical-coordinate representation of color #B2445E: hue angle of 345.82º 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 #B2445E is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 94 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.30 |
| HSL | 345.82º | 0.45% | 0.48% | - |
| HSV(B) | 345.82º | 0.62% | 0.7% | - |
| XYZ | 22.45 | 14.41 | 12.19 | - |
| YUV | 103.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 94 | 0 | 0.62 | 0.47 | 0.30 | 345.82 | 0.45 | 0.48 |
| Hex | B2 | 44 | 5E | 0 | 3E | 2F | 1E | 15A | 2D | 30 |
| Octal | 262 | 104 | 136 | 0 | 76 | 57 | 36 | 532 | 55 | 60 |
| Binary | 10110010 | 1000100 | 1011110 | 0 | 111110 | 101111 | 11110 | 101011010 | 101101 | 110000 |
Color Harmonies of #B2445E
Complementary color
Monochromatic Colors of #B2445E
Black with #B2445E
Text Example
Text Example
White with #B2445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2445E; }
p { color: rgb(178,68,94); }
H1.HeaderClassName
{
color: #B2445E;
}
.AnyTagClassName
{
color: #B2445E;
}
</style>
background-color css
<style>
a { background-color: #B2445E; }
a { background-color: rgb(178,68,94); }
div.DivClassName
{
background-color: #B2445E;
}
.BgClassName
{
background-color: #B2445E;
}
</style>
border-color css
<style>
span { border-color: #B2445E; }
span { border-color: rgb(178,68,94); }
td.TdClassName
{
border-color: #B2445E;
}
.TagClassName
{
border-color: #B2445E;
}
</style>