Shades of Hippie Pink #B2545B
Tints of Hippie Pink #B2545B
RGB
CMYK
RGB Variations
Color information
#B2545B (or 0xB2545B) is known color: Hippie Pink. HEX triplet: B2, 54 and 5B. RGB value is (178,84,91). Sum of RGB (Red+Green+Blue) = 178+84+91=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2545B is #4DABA4. Grayscale: #707070. Windows color (decimal): -5090213 or 5985458. OLE color: 5985458.
HSL color Cylindrical-coordinate representation of color #B2545B: hue angle of 355.53º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2545B is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 84 | 91 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.30 |
| HSL | 355.53º | 0.38% | 0.51% | - |
| HSV(B) | 355.53º | 0.53% | 0.7% | - |
| XYZ | 23.42 | 16.56 | 11.86 | - |
| YUV | 112.9 | 115.64 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 84 | 91 | 0 | 0.53 | 0.49 | 0.30 | 355.53 | 0.38 | 0.51 |
| Hex | B2 | 54 | 5B | 0 | 35 | 31 | 1E | 164 | 26 | 33 |
| Octal | 262 | 124 | 133 | 0 | 65 | 61 | 36 | 544 | 46 | 63 |
| Binary | 10110010 | 1010100 | 1011011 | 0 | 110101 | 110001 | 11110 | 101100100 | 100110 | 110011 |
Color Harmonies of #B2545B
Complementary color
Monochromatic Colors of #B2545B
Black with #B2545B
Text Example
Text Example
White with #B2545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2545B; }
p { color: rgb(178,84,91); }
H1.HeaderClassName
{
color: #B2545B;
}
.AnyTagClassName
{
color: #B2545B;
}
</style>
background-color css
<style>
a { background-color: #B2545B; }
a { background-color: rgb(178,84,91); }
div.DivClassName
{
background-color: #B2545B;
}
.BgClassName
{
background-color: #B2545B;
}
</style>
border-color css
<style>
span { border-color: #B2545B; }
span { border-color: rgb(178,84,91); }
td.TdClassName
{
border-color: #B2545B;
}
.TagClassName
{
border-color: #B2545B;
}
</style>