Shades of Hippie Pink #B2525E
Tints of Hippie Pink #B2525E
RGB
CMYK
RGB Variations
Color information
#B2525E (or 0xB2525E) is known color: Hippie Pink. HEX triplet: B2, 52 and 5E. RGB value is (178,82,94). Sum of RGB (Red+Green+Blue) = 178+82+94=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2525E is #4DADA1. Grayscale: #707070. Windows color (decimal): -5090722 or 6181554. OLE color: 6181554.
HSL color Cylindrical-coordinate representation of color #B2525E: hue angle of 352.5º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2525E is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 94 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.30 |
| HSL | 352.5º | 0.38% | 0.51% | - |
| HSV(B) | 352.5º | 0.54% | 0.7% | - |
| XYZ | 23.4 | 16.31 | 12.5 | - |
| YUV | 112.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 94 | 0 | 0.54 | 0.47 | 0.30 | 352.5 | 0.38 | 0.51 |
| Hex | B2 | 52 | 5E | 0 | 36 | 2F | 1E | 160 | 26 | 33 |
| Octal | 262 | 122 | 136 | 0 | 66 | 57 | 36 | 540 | 46 | 63 |
| Binary | 10110010 | 1010010 | 1011110 | 0 | 110110 | 101111 | 11110 | 101100000 | 100110 | 110011 |
Color Harmonies of #B2525E
Complementary color
Monochromatic Colors of #B2525E
Black with #B2525E
Text Example
Text Example
White with #B2525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2525E; }
p { color: rgb(178,82,94); }
H1.HeaderClassName
{
color: #B2525E;
}
.AnyTagClassName
{
color: #B2525E;
}
</style>
background-color css
<style>
a { background-color: #B2525E; }
a { background-color: rgb(178,82,94); }
div.DivClassName
{
background-color: #B2525E;
}
.BgClassName
{
background-color: #B2525E;
}
</style>
border-color css
<style>
span { border-color: #B2525E; }
span { border-color: rgb(178,82,94); }
td.TdClassName
{
border-color: #B2525E;
}
.TagClassName
{
border-color: #B2525E;
}
</style>