Shades of Hippie Pink #B2464B
Tints of Hippie Pink #B2464B
RGB
CMYK
RGB Variations
Color information
#B2464B (or 0xB2464B) is known color: Hippie Pink. HEX triplet: B2, 46 and 4B. RGB value is (178,70,75). Sum of RGB (Red+Green+Blue) = 178+70+75=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2464B is #4DB9B4. Grayscale: #666666. Windows color (decimal): -5093813 or 4933298. OLE color: 4933298.
HSL color Cylindrical-coordinate representation of color #B2464B: hue angle of 357.22º 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 #B2464B is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 75 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.30 |
| HSL | 357.22º | 0.44% | 0.49% | - |
| HSV(B) | 357.22º | 0.61% | 0.7% | - |
| XYZ | 21.82 | 14.35 | 8.28 | - |
| YUV | 102.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 75 | 0 | 0.61 | 0.58 | 0.30 | 357.22 | 0.44 | 0.49 |
| Hex | B2 | 46 | 4B | 0 | 3D | 3A | 1E | 165 | 2C | 31 |
| Octal | 262 | 106 | 113 | 0 | 75 | 72 | 36 | 545 | 54 | 61 |
| Binary | 10110010 | 1000110 | 1001011 | 0 | 111101 | 111010 | 11110 | 101100101 | 101100 | 110001 |
Color Harmonies of #B2464B
Complementary color
Monochromatic Colors of #B2464B
Black with #B2464B
Text Example
Text Example
White with #B2464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2464B; }
p { color: rgb(178,70,75); }
H1.HeaderClassName
{
color: #B2464B;
}
.AnyTagClassName
{
color: #B2464B;
}
</style>
background-color css
<style>
a { background-color: #B2464B; }
a { background-color: rgb(178,70,75); }
div.DivClassName
{
background-color: #B2464B;
}
.BgClassName
{
background-color: #B2464B;
}
</style>
border-color css
<style>
span { border-color: #B2464B; }
span { border-color: rgb(178,70,75); }
td.TdClassName
{
border-color: #B2464B;
}
.TagClassName
{
border-color: #B2464B;
}
</style>