Shades of Hippie Pink #B2565C
Tints of Hippie Pink #B2565C
RGB
CMYK
RGB Variations
Color information
#B2565C (or 0xB2565C) is known color: Hippie Pink. HEX triplet: B2, 56 and 5C. RGB value is (178,86,92). Sum of RGB (Red+Green+Blue) = 178+86+92=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2565C is #4DA9A3. Grayscale: #727272. Windows color (decimal): -5089700 or 6051506. OLE color: 6051506.
HSL color Cylindrical-coordinate representation of color #B2565C: hue angle of 356.09º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2565C is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 92 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.30 |
| HSL | 356.09º | 0.37% | 0.52% | - |
| HSV(B) | 356.09º | 0.52% | 0.7% | - |
| XYZ | 23.62 | 16.89 | 12.14 | - |
| YUV | 114.19 | 115.48 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 92 | 0 | 0.52 | 0.48 | 0.30 | 356.09 | 0.37 | 0.52 |
| Hex | B2 | 56 | 5C | 0 | 34 | 30 | 1E | 164 | 25 | 34 |
| Octal | 262 | 126 | 134 | 0 | 64 | 60 | 36 | 544 | 45 | 64 |
| Binary | 10110010 | 1010110 | 1011100 | 0 | 110100 | 110000 | 11110 | 101100100 | 100101 | 110100 |
Color Harmonies of #B2565C
Complementary color
Monochromatic Colors of #B2565C
Black with #B2565C
Text Example
Text Example
White with #B2565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2565C; }
p { color: rgb(178,86,92); }
H1.HeaderClassName
{
color: #B2565C;
}
.AnyTagClassName
{
color: #B2565C;
}
</style>
background-color css
<style>
a { background-color: #B2565C; }
a { background-color: rgb(178,86,92); }
div.DivClassName
{
background-color: #B2565C;
}
.BgClassName
{
background-color: #B2565C;
}
</style>
border-color css
<style>
span { border-color: #B2565C; }
span { border-color: rgb(178,86,92); }
td.TdClassName
{
border-color: #B2565C;
}
.TagClassName
{
border-color: #B2565C;
}
</style>