Shades of Hippie Pink #B9464B
Tints of Hippie Pink #B9464B
RGB
CMYK
RGB Variations
Color information
#B9464B (or 0xB9464B) is known color: Hippie Pink. HEX triplet: B9, 46 and 4B. RGB value is (185,70,75). Sum of RGB (Red+Green+Blue) = 185+70+75=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9464B is #46B9B4. Grayscale: #696969. Windows color (decimal): -4635061 or 4933305. OLE color: 4933305.
HSL color Cylindrical-coordinate representation of color #B9464B: hue angle of 357.39º 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 #B9464B is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 75 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.27 |
| HSL | 357.39º | 0.45% | 0.5% | - |
| HSV(B) | 357.39º | 0.62% | 0.73% | - |
| XYZ | 23.47 | 15.2 | 8.35 | - |
| YUV | 104.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 75 | 0 | 0.62 | 0.59 | 0.27 | 357.39 | 0.45 | 0.5 |
| Hex | B9 | 46 | 4B | 0 | 3E | 3B | 1B | 165 | 2D | 32 |
| Octal | 271 | 106 | 113 | 0 | 76 | 73 | 33 | 545 | 55 | 62 |
| Binary | 10111001 | 1000110 | 1001011 | 0 | 111110 | 111011 | 11011 | 101100101 | 101101 | 110010 |
Color Harmonies of #B9464B
Complementary color
Monochromatic Colors of #B9464B
Black with #B9464B
Text Example
Text Example
White with #B9464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9464B; }
p { color: rgb(185,70,75); }
H1.HeaderClassName
{
color: #B9464B;
}
.AnyTagClassName
{
color: #B9464B;
}
</style>
background-color css
<style>
a { background-color: #B9464B; }
a { background-color: rgb(185,70,75); }
div.DivClassName
{
background-color: #B9464B;
}
.BgClassName
{
background-color: #B9464B;
}
</style>
border-color css
<style>
span { border-color: #B9464B; }
span { border-color: rgb(185,70,75); }
td.TdClassName
{
border-color: #B9464B;
}
.TagClassName
{
border-color: #B9464B;
}
</style>