Shades of Hippie Pink #B2404E
Tints of Hippie Pink #B2404E
RGB
CMYK
RGB Variations
Color information
#B2404E (or 0xB2404E) is known color: Hippie Pink. HEX triplet: B2, 40 and 4E. RGB value is (178,64,78). Sum of RGB (Red+Green+Blue) = 178+64+78=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2404E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2404E is #4DBFB1. Grayscale: #636363. Windows color (decimal): -5095346 or 5128370. OLE color: 5128370.
HSL color Cylindrical-coordinate representation of color #B2404E: hue angle of 352.63º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2404E is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 78 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.30 |
| HSL | 352.63º | 0.47% | 0.47% | - |
| HSV(B) | 352.63º | 0.64% | 0.7% | - |
| XYZ | 21.57 | 13.68 | 8.71 | - |
| YUV | 99.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 78 | 0 | 0.64 | 0.56 | 0.30 | 352.63 | 0.47 | 0.47 |
| Hex | B2 | 40 | 4E | 0 | 40 | 38 | 1E | 161 | 2F | 2F |
| Octal | 262 | 100 | 116 | 0 | 100 | 70 | 36 | 541 | 57 | 57 |
| Binary | 10110010 | 1000000 | 1001110 | 0 | 1000000 | 111000 | 11110 | 101100001 | 101111 | 101111 |
Color Harmonies of #B2404E
Complementary color
Monochromatic Colors of #B2404E
Black with #B2404E
Text Example
Text Example
White with #B2404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2404E; }
p { color: rgb(178,64,78); }
H1.HeaderClassName
{
color: #B2404E;
}
.AnyTagClassName
{
color: #B2404E;
}
</style>
background-color css
<style>
a { background-color: #B2404E; }
a { background-color: rgb(178,64,78); }
div.DivClassName
{
background-color: #B2404E;
}
.BgClassName
{
background-color: #B2404E;
}
</style>
border-color css
<style>
span { border-color: #B2404E; }
span { border-color: rgb(178,64,78); }
td.TdClassName
{
border-color: #B2404E;
}
.TagClassName
{
border-color: #B2404E;
}
</style>