Shades of Hippie Pink #B2575B
Tints of Hippie Pink #B2575B
RGB
CMYK
RGB Variations
Color information
#B2575B (or 0xB2575B) is known color: Hippie Pink. HEX triplet: B2, 57 and 5B. RGB value is (178,87,91). Sum of RGB (Red+Green+Blue) = 178+87+91=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2575B is #4DA8A4. Grayscale: #727272. Windows color (decimal): -5089445 or 5986226. OLE color: 5986226.
HSL color Cylindrical-coordinate representation of color #B2575B: hue angle of 357.36º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2575B is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 87 | 91 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.30 |
| HSL | 357.36º | 0.37% | 0.52% | - |
| HSV(B) | 357.36º | 0.51% | 0.7% | - |
| XYZ | 23.66 | 17.04 | 11.94 | - |
| YUV | 114.67 | 114.65 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 91 | 0 | 0.51 | 0.49 | 0.30 | 357.36 | 0.37 | 0.52 |
| Hex | B2 | 57 | 5B | 0 | 33 | 31 | 1E | 165 | 25 | 34 |
| Octal | 262 | 127 | 133 | 0 | 63 | 61 | 36 | 545 | 45 | 64 |
| Binary | 10110010 | 1010111 | 1011011 | 0 | 110011 | 110001 | 11110 | 101100101 | 100101 | 110100 |
Color Harmonies of #B2575B
Complementary color
Monochromatic Colors of #B2575B
Black with #B2575B
Text Example
Text Example
White with #B2575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2575B; }
p { color: rgb(178,87,91); }
H1.HeaderClassName
{
color: #B2575B;
}
.AnyTagClassName
{
color: #B2575B;
}
</style>
background-color css
<style>
a { background-color: #B2575B; }
a { background-color: rgb(178,87,91); }
div.DivClassName
{
background-color: #B2575B;
}
.BgClassName
{
background-color: #B2575B;
}
</style>
border-color css
<style>
span { border-color: #B2575B; }
span { border-color: rgb(178,87,91); }
td.TdClassName
{
border-color: #B2575B;
}
.TagClassName
{
border-color: #B2575B;
}
</style>