Shades of Hippie Pink #B2495D
Tints of Hippie Pink #B2495D
RGB
CMYK
RGB Variations
Color information
#B2495D (or 0xB2495D) is known color: Hippie Pink. HEX triplet: B2, 49 and 5D. RGB value is (178,73,93). Sum of RGB (Red+Green+Blue) = 178+73+93=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B2495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2495D is #4DB6A2. Grayscale: #6A6A6A. Windows color (decimal): -5093027 or 6113714. OLE color: 6113714.
HSL color Cylindrical-coordinate representation of color #B2495D: hue angle of 348.57º 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 #B2495D is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 93 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.30 |
| HSL | 348.57º | 0.42% | 0.49% | - |
| HSV(B) | 348.57º | 0.59% | 0.7% | - |
| XYZ | 22.72 | 15.02 | 12.06 | - |
| YUV | 106.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 93 | 0 | 0.59 | 0.48 | 0.30 | 348.57 | 0.42 | 0.49 |
| Hex | B2 | 49 | 5D | 0 | 3B | 30 | 1E | 15D | 2A | 31 |
| Octal | 262 | 111 | 135 | 0 | 73 | 60 | 36 | 535 | 52 | 61 |
| Binary | 10110010 | 1001001 | 1011101 | 0 | 111011 | 110000 | 11110 | 101011101 | 101010 | 110001 |
Color Harmonies of #B2495D
Complementary color
Monochromatic Colors of #B2495D
Black with #B2495D
Text Example
Text Example
White with #B2495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2495D; }
p { color: rgb(178,73,93); }
H1.HeaderClassName
{
color: #B2495D;
}
.AnyTagClassName
{
color: #B2495D;
}
</style>
background-color css
<style>
a { background-color: #B2495D; }
a { background-color: rgb(178,73,93); }
div.DivClassName
{
background-color: #B2495D;
}
.BgClassName
{
background-color: #B2495D;
}
</style>
border-color css
<style>
span { border-color: #B2495D; }
span { border-color: rgb(178,73,93); }
td.TdClassName
{
border-color: #B2495D;
}
.TagClassName
{
border-color: #B2495D;
}
</style>