Shades of Hippie Pink #B9495B
Tints of Hippie Pink #B9495B
RGB
CMYK
RGB Variations
Color information
#B9495B (or 0xB9495B) is known color: Hippie Pink. HEX triplet: B9, 49 and 5B. RGB value is (185,73,91). Sum of RGB (Red+Green+Blue) = 185+73+91=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9495B is #46B6A4. Grayscale: #6C6C6C. Windows color (decimal): -4634277 or 5982649. OLE color: 5982649.
HSL color Cylindrical-coordinate representation of color #B9495B: hue angle of 350.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9495B is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 91 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.27 |
| HSL | 350.36º | 0.44% | 0.51% | - |
| HSV(B) | 350.36º | 0.61% | 0.73% | - |
| XYZ | 24.28 | 15.83 | 11.67 | - |
| YUV | 108.54 | 118.11 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 91 | 0 | 0.61 | 0.51 | 0.27 | 350.36 | 0.44 | 0.51 |
| Hex | B9 | 49 | 5B | 0 | 3D | 33 | 1B | 15E | 2C | 33 |
| Octal | 271 | 111 | 133 | 0 | 75 | 63 | 33 | 536 | 54 | 63 |
| Binary | 10111001 | 1001001 | 1011011 | 0 | 111101 | 110011 | 11011 | 101011110 | 101100 | 110011 |
Color Harmonies of #B9495B
Complementary color
Monochromatic Colors of #B9495B
Black with #B9495B
Text Example
Text Example
White with #B9495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9495B; }
p { color: rgb(185,73,91); }
H1.HeaderClassName
{
color: #B9495B;
}
.AnyTagClassName
{
color: #B9495B;
}
</style>
background-color css
<style>
a { background-color: #B9495B; }
a { background-color: rgb(185,73,91); }
div.DivClassName
{
background-color: #B9495B;
}
.BgClassName
{
background-color: #B9495B;
}
</style>
border-color css
<style>
span { border-color: #B9495B; }
span { border-color: rgb(185,73,91); }
td.TdClassName
{
border-color: #B9495B;
}
.TagClassName
{
border-color: #B9495B;
}
</style>