Shades of Hippie Pink #B0464B
Tints of Hippie Pink #B0464B
RGB
CMYK
RGB Variations
Color information
#B0464B (or 0xB0464B) is known color: Hippie Pink. HEX triplet: B0, 46 and 4B. RGB value is (176,70,75). Sum of RGB (Red+Green+Blue) = 176+70+75=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0464B is #4FB9B4. Grayscale: #666666. Windows color (decimal): -5224885 or 4933296. OLE color: 4933296.
HSL color Cylindrical-coordinate representation of color #B0464B: hue angle of 357.17º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0464B is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 75 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.31 |
| HSL | 357.17º | 0.43% | 0.48% | - |
| HSV(B) | 357.17º | 0.6% | 0.69% | - |
| XYZ | 21.36 | 14.12 | 8.26 | - |
| YUV | 102.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 75 | 0 | 0.60 | 0.57 | 0.31 | 357.17 | 0.43 | 0.48 |
| Hex | B0 | 46 | 4B | 0 | 3C | 39 | 1F | 165 | 2B | 30 |
| Octal | 260 | 106 | 113 | 0 | 74 | 71 | 37 | 545 | 53 | 60 |
| Binary | 10110000 | 1000110 | 1001011 | 0 | 111100 | 111001 | 11111 | 101100101 | 101011 | 110000 |
Color Harmonies of #B0464B
Complementary color
Monochromatic Colors of #B0464B
Black with #B0464B
Text Example
Text Example
White with #B0464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0464B; }
p { color: rgb(176,70,75); }
H1.HeaderClassName
{
color: #B0464B;
}
.AnyTagClassName
{
color: #B0464B;
}
</style>
background-color css
<style>
a { background-color: #B0464B; }
a { background-color: rgb(176,70,75); }
div.DivClassName
{
background-color: #B0464B;
}
.BgClassName
{
background-color: #B0464B;
}
</style>
border-color css
<style>
span { border-color: #B0464B; }
span { border-color: rgb(176,70,75); }
td.TdClassName
{
border-color: #B0464B;
}
.TagClassName
{
border-color: #B0464B;
}
</style>