Shades of Hippie Pink #B0434E
Tints of Hippie Pink #B0434E
RGB
CMYK
RGB Variations
Color information
#B0434E (or 0xB0434E) is known color: Hippie Pink. HEX triplet: B0, 43 and 4E. RGB value is (176,67,78). Sum of RGB (Red+Green+Blue) = 176+67+78=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0434E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0434E is #4FBCB1. Grayscale: #646464. Windows color (decimal): -5225650 or 5129136. OLE color: 5129136.
HSL color Cylindrical-coordinate representation of color #B0434E: hue angle of 353.94º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0434E is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 78 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.31 |
| HSL | 353.94º | 0.45% | 0.48% | - |
| HSV(B) | 353.94º | 0.62% | 0.69% | - |
| XYZ | 21.29 | 13.79 | 8.75 | - |
| YUV | 100.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 78 | 0 | 0.62 | 0.56 | 0.31 | 353.94 | 0.45 | 0.48 |
| Hex | B0 | 43 | 4E | 0 | 3E | 38 | 1F | 162 | 2D | 30 |
| Octal | 260 | 103 | 116 | 0 | 76 | 70 | 37 | 542 | 55 | 60 |
| Binary | 10110000 | 1000011 | 1001110 | 0 | 111110 | 111000 | 11111 | 101100010 | 101101 | 110000 |
Color Harmonies of #B0434E
Complementary color
Monochromatic Colors of #B0434E
Black with #B0434E
Text Example
Text Example
White with #B0434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0434E; }
p { color: rgb(176,67,78); }
H1.HeaderClassName
{
color: #B0434E;
}
.AnyTagClassName
{
color: #B0434E;
}
</style>
background-color css
<style>
a { background-color: #B0434E; }
a { background-color: rgb(176,67,78); }
div.DivClassName
{
background-color: #B0434E;
}
.BgClassName
{
background-color: #B0434E;
}
</style>
border-color css
<style>
span { border-color: #B0434E; }
span { border-color: rgb(176,67,78); }
td.TdClassName
{
border-color: #B0434E;
}
.TagClassName
{
border-color: #B0434E;
}
</style>