Shades of Hippie Pink #B2495B
Tints of Hippie Pink #B2495B
RGB
CMYK
RGB Variations
Color information
#B2495B (or 0xB2495B) is known color: Hippie Pink. HEX triplet: B2, 49 and 5B. RGB value is (178,73,91). Sum of RGB (Red+Green+Blue) = 178+73+91=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2495B is #4DB6A4. Grayscale: #6A6A6A. Windows color (decimal): -5093029 or 5982642. OLE color: 5982642.
HSL color Cylindrical-coordinate representation of color #B2495B: hue angle of 349.71º 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 #B2495B is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 91 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.30 |
| HSL | 349.71º | 0.42% | 0.49% | - |
| HSV(B) | 349.71º | 0.59% | 0.7% | - |
| XYZ | 22.63 | 14.99 | 11.6 | - |
| YUV | 106.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 91 | 0 | 0.59 | 0.49 | 0.30 | 349.71 | 0.42 | 0.49 |
| Hex | B2 | 49 | 5B | 0 | 3B | 31 | 1E | 15E | 2A | 31 |
| Octal | 262 | 111 | 133 | 0 | 73 | 61 | 36 | 536 | 52 | 61 |
| Binary | 10110010 | 1001001 | 1011011 | 0 | 111011 | 110001 | 11110 | 101011110 | 101010 | 110001 |
Color Harmonies of #B2495B
Complementary color
Monochromatic Colors of #B2495B
Black with #B2495B
Text Example
Text Example
White with #B2495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2495B; }
p { color: rgb(178,73,91); }
H1.HeaderClassName
{
color: #B2495B;
}
.AnyTagClassName
{
color: #B2495B;
}
</style>
background-color css
<style>
a { background-color: #B2495B; }
a { background-color: rgb(178,73,91); }
div.DivClassName
{
background-color: #B2495B;
}
.BgClassName
{
background-color: #B2495B;
}
</style>
border-color css
<style>
span { border-color: #B2495B; }
span { border-color: rgb(178,73,91); }
td.TdClassName
{
border-color: #B2495B;
}
.TagClassName
{
border-color: #B2495B;
}
</style>