Shades of Hippie Pink #B0495E
Tints of Hippie Pink #B0495E
RGB
CMYK
RGB Variations
Color information
#B0495E (or 0xB0495E) is known color: Hippie Pink. HEX triplet: B0, 49 and 5E. RGB value is (176,73,94). Sum of RGB (Red+Green+Blue) = 176+73+94=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B0495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0495E is #4FB6A1. Grayscale: #6A6A6A. Windows color (decimal): -5224098 or 6179248. OLE color: 6179248.
HSL color Cylindrical-coordinate representation of color #B0495E: hue angle of 347.77º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0495E is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 94 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.31 |
| HSL | 347.77º | 0.41% | 0.49% | - |
| HSV(B) | 347.77º | 0.59% | 0.69% | - |
| XYZ | 22.31 | 14.8 | 12.27 | - |
| YUV | 106.19 | 121.12 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 94 | 0 | 0.59 | 0.47 | 0.31 | 347.77 | 0.41 | 0.49 |
| Hex | B0 | 49 | 5E | 0 | 3B | 2F | 1F | 15C | 29 | 31 |
| Octal | 260 | 111 | 136 | 0 | 73 | 57 | 37 | 534 | 51 | 61 |
| Binary | 10110000 | 1001001 | 1011110 | 0 | 111011 | 101111 | 11111 | 101011100 | 101001 | 110001 |
Color Harmonies of #B0495E
Complementary color
Monochromatic Colors of #B0495E
Black with #B0495E
Text Example
Text Example
White with #B0495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0495E; }
p { color: rgb(176,73,94); }
H1.HeaderClassName
{
color: #B0495E;
}
.AnyTagClassName
{
color: #B0495E;
}
</style>
background-color css
<style>
a { background-color: #B0495E; }
a { background-color: rgb(176,73,94); }
div.DivClassName
{
background-color: #B0495E;
}
.BgClassName
{
background-color: #B0495E;
}
</style>
border-color css
<style>
span { border-color: #B0495E; }
span { border-color: rgb(176,73,94); }
td.TdClassName
{
border-color: #B0495E;
}
.TagClassName
{
border-color: #B0495E;
}
</style>