Shades of Hippie Pink #B9464F
Tints of Hippie Pink #B9464F
RGB
CMYK
RGB Variations
Color information
#B9464F (or 0xB9464F) is known color: Hippie Pink. HEX triplet: B9, 46 and 4F. RGB value is (185,70,79). Sum of RGB (Red+Green+Blue) = 185+70+79=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B9464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9464F is #46B9B0. Grayscale: #696969. Windows color (decimal): -4635057 or 5195449. OLE color: 5195449.
HSL color Cylindrical-coordinate representation of color #B9464F: hue angle of 355.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9464F is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 79 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.27 |
| HSL | 355.3º | 0.45% | 0.5% | - |
| HSV(B) | 355.3º | 0.62% | 0.73% | - |
| XYZ | 23.61 | 15.26 | 9.1 | - |
| YUV | 105.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 79 | 0 | 0.62 | 0.57 | 0.27 | 355.3 | 0.45 | 0.5 |
| Hex | B9 | 46 | 4F | 0 | 3E | 39 | 1B | 163 | 2D | 32 |
| Octal | 271 | 106 | 117 | 0 | 76 | 71 | 33 | 543 | 55 | 62 |
| Binary | 10111001 | 1000110 | 1001111 | 0 | 111110 | 111001 | 11011 | 101100011 | 101101 | 110010 |
Color Harmonies of #B9464F
Complementary color
Monochromatic Colors of #B9464F
Black with #B9464F
Text Example
Text Example
White with #B9464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9464F; }
p { color: rgb(185,70,79); }
H1.HeaderClassName
{
color: #B9464F;
}
.AnyTagClassName
{
color: #B9464F;
}
</style>
background-color css
<style>
a { background-color: #B9464F; }
a { background-color: rgb(185,70,79); }
div.DivClassName
{
background-color: #B9464F;
}
.BgClassName
{
background-color: #B9464F;
}
</style>
border-color css
<style>
span { border-color: #B9464F; }
span { border-color: rgb(185,70,79); }
td.TdClassName
{
border-color: #B9464F;
}
.TagClassName
{
border-color: #B9464F;
}
</style>