Shades of Hippie Pink #B2495C
Tints of Hippie Pink #B2495C
RGB
CMYK
RGB Variations
Color information
#B2495C (or 0xB2495C) is known color: Hippie Pink. HEX triplet: B2, 49 and 5C. RGB value is (178,73,92). Sum of RGB (Red+Green+Blue) = 178+73+92=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2495C is #4DB6A3. Grayscale: #6A6A6A. Windows color (decimal): -5093028 or 6048178. OLE color: 6048178.
HSL color Cylindrical-coordinate representation of color #B2495C: hue angle of 349.14º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2495C is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 92 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.30 |
| HSL | 349.14º | 0.42% | 0.49% | - |
| HSV(B) | 349.14º | 0.59% | 0.7% | - |
| XYZ | 22.67 | 15 | 11.83 | - |
| YUV | 106.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 92 | 0 | 0.59 | 0.48 | 0.30 | 349.14 | 0.42 | 0.49 |
| Hex | B2 | 49 | 5C | 0 | 3B | 30 | 1E | 15D | 2A | 31 |
| Octal | 262 | 111 | 134 | 0 | 73 | 60 | 36 | 535 | 52 | 61 |
| Binary | 10110010 | 1001001 | 1011100 | 0 | 111011 | 110000 | 11110 | 101011101 | 101010 | 110001 |
Color Harmonies of #B2495C
Complementary color
Monochromatic Colors of #B2495C
Black with #B2495C
Text Example
Text Example
White with #B2495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2495C; }
p { color: rgb(178,73,92); }
H1.HeaderClassName
{
color: #B2495C;
}
.AnyTagClassName
{
color: #B2495C;
}
</style>
background-color css
<style>
a { background-color: #B2495C; }
a { background-color: rgb(178,73,92); }
div.DivClassName
{
background-color: #B2495C;
}
.BgClassName
{
background-color: #B2495C;
}
</style>
border-color css
<style>
span { border-color: #B2495C; }
span { border-color: rgb(178,73,92); }
td.TdClassName
{
border-color: #B2495C;
}
.TagClassName
{
border-color: #B2495C;
}
</style>