Shades of Hippie Pink #B25154
Tints of Hippie Pink #B25154
RGB
CMYK
RGB Variations
Color information
#B25154 (or 0xB25154) is known color: Hippie Pink. HEX triplet: B2, 51 and 54. RGB value is (178,81,84). Sum of RGB (Red+Green+Blue) = 178+81+84=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B25154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25154 is #4DAEAB. Grayscale: #6E6E6E. Windows color (decimal): -5090988 or 5525938. OLE color: 5525938.
HSL color Cylindrical-coordinate representation of color #B25154: hue angle of 358.14º degrees, saturation: 0.39, 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 #B25154 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 81 | 84 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.30 |
| HSL | 358.14º | 0.39% | 0.51% | - |
| HSV(B) | 358.14º | 0.54% | 0.7% | - |
| XYZ | 22.9 | 15.99 | 10.27 | - |
| YUV | 110.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 84 | 0 | 0.54 | 0.53 | 0.30 | 358.14 | 0.39 | 0.51 |
| Hex | B2 | 51 | 54 | 0 | 36 | 35 | 1E | 166 | 27 | 33 |
| Octal | 262 | 121 | 124 | 0 | 66 | 65 | 36 | 546 | 47 | 63 |
| Binary | 10110010 | 1010001 | 1010100 | 0 | 110110 | 110101 | 11110 | 101100110 | 100111 | 110011 |
Color Harmonies of #B25154
Complementary color
Monochromatic Colors of #B25154
Black with #B25154
Text Example
Text Example
White with #B25154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25154; }
p { color: rgb(178,81,84); }
H1.HeaderClassName
{
color: #B25154;
}
.AnyTagClassName
{
color: #B25154;
}
</style>
background-color css
<style>
a { background-color: #B25154; }
a { background-color: rgb(178,81,84); }
div.DivClassName
{
background-color: #B25154;
}
.BgClassName
{
background-color: #B25154;
}
</style>
border-color css
<style>
span { border-color: #B25154; }
span { border-color: rgb(178,81,84); }
td.TdClassName
{
border-color: #B25154;
}
.TagClassName
{
border-color: #B25154;
}
</style>