Shades of Hippie Pink #B25256
Tints of Hippie Pink #B25256
RGB
CMYK
RGB Variations
Color information
#B25256 (or 0xB25256) is known color: Hippie Pink. HEX triplet: B2, 52 and 56. RGB value is (178,82,86). Sum of RGB (Red+Green+Blue) = 178+82+86=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B25256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25256 is #4DADA9. Grayscale: #6F6F6F. Windows color (decimal): -5090730 or 5657266. OLE color: 5657266.
HSL color Cylindrical-coordinate representation of color #B25256: hue angle of 357.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 #B25256 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 86 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.30 |
| HSL | 357.5º | 0.38% | 0.51% | - |
| HSV(B) | 357.5º | 0.54% | 0.7% | - |
| XYZ | 23.06 | 16.17 | 10.71 | - |
| YUV | 111.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 86 | 0 | 0.54 | 0.52 | 0.30 | 357.5 | 0.38 | 0.51 |
| Hex | B2 | 52 | 56 | 0 | 36 | 34 | 1E | 166 | 26 | 33 |
| Octal | 262 | 122 | 126 | 0 | 66 | 64 | 36 | 546 | 46 | 63 |
| Binary | 10110010 | 1010010 | 1010110 | 0 | 110110 | 110100 | 11110 | 101100110 | 100110 | 110011 |
Color Harmonies of #B25256
Complementary color
Monochromatic Colors of #B25256
Black with #B25256
Text Example
Text Example
White with #B25256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25256; }
p { color: rgb(178,82,86); }
H1.HeaderClassName
{
color: #B25256;
}
.AnyTagClassName
{
color: #B25256;
}
</style>
background-color css
<style>
a { background-color: #B25256; }
a { background-color: rgb(178,82,86); }
div.DivClassName
{
background-color: #B25256;
}
.BgClassName
{
background-color: #B25256;
}
</style>
border-color css
<style>
span { border-color: #B25256; }
span { border-color: rgb(178,82,86); }
td.TdClassName
{
border-color: #B25256;
}
.TagClassName
{
border-color: #B25256;
}
</style>