Shades of Hippie Pink #B2555A
Tints of Hippie Pink #B2555A
RGB
CMYK
RGB Variations
Color information
#B2555A (or 0xB2555A) is known color: Hippie Pink. HEX triplet: B2, 55 and 5A. RGB value is (178,85,90). Sum of RGB (Red+Green+Blue) = 178+85+90=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2555A is #4DAAA5. Grayscale: #717171. Windows color (decimal): -5089958 or 5920178. OLE color: 5920178.
HSL color Cylindrical-coordinate representation of color #B2555A: hue angle of 356.77º degrees, saturation: 0.38, 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 #B2555A is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 90 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.30 |
| HSL | 356.77º | 0.38% | 0.52% | - |
| HSV(B) | 356.77º | 0.52% | 0.7% | - |
| XYZ | 23.45 | 16.7 | 11.66 | - |
| YUV | 113.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 90 | 0 | 0.52 | 0.49 | 0.30 | 356.77 | 0.38 | 0.52 |
| Hex | B2 | 55 | 5A | 0 | 34 | 31 | 1E | 165 | 26 | 34 |
| Octal | 262 | 125 | 132 | 0 | 64 | 61 | 36 | 545 | 46 | 64 |
| Binary | 10110010 | 1010101 | 1011010 | 0 | 110100 | 110001 | 11110 | 101100101 | 100110 | 110100 |
Color Harmonies of #B2555A
Complementary color
Monochromatic Colors of #B2555A
Black with #B2555A
Text Example
Text Example
White with #B2555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2555A; }
p { color: rgb(178,85,90); }
H1.HeaderClassName
{
color: #B2555A;
}
.AnyTagClassName
{
color: #B2555A;
}
</style>
background-color css
<style>
a { background-color: #B2555A; }
a { background-color: rgb(178,85,90); }
div.DivClassName
{
background-color: #B2555A;
}
.BgClassName
{
background-color: #B2555A;
}
</style>
border-color css
<style>
span { border-color: #B2555A; }
span { border-color: rgb(178,85,90); }
td.TdClassName
{
border-color: #B2555A;
}
.TagClassName
{
border-color: #B2555A;
}
</style>