Shades of Hippie Pink #B3434D
Tints of Hippie Pink #B3434D
RGB
CMYK
RGB Variations
Color information
#B3434D (or 0xB3434D) is known color: Hippie Pink. HEX triplet: B3, 43 and 4D. RGB value is (179,67,77). Sum of RGB (Red+Green+Blue) = 179+67+77=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3434D is #4CBCB2. Grayscale: #656565. Windows color (decimal): -5029043 or 5063603. OLE color: 5063603.
HSL color Cylindrical-coordinate representation of color #B3434D: hue angle of 354.64º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B3434D is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 77 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.30 |
| HSL | 354.64º | 0.46% | 0.48% | - |
| HSV(B) | 354.64º | 0.63% | 0.7% | - |
| XYZ | 21.94 | 14.13 | 8.59 | - |
| YUV | 101.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 77 | 0 | 0.63 | 0.57 | 0.30 | 354.64 | 0.46 | 0.48 |
| Hex | B3 | 43 | 4D | 0 | 3F | 39 | 1E | 163 | 2E | 30 |
| Octal | 263 | 103 | 115 | 0 | 77 | 71 | 36 | 543 | 56 | 60 |
| Binary | 10110011 | 1000011 | 1001101 | 0 | 111111 | 111001 | 11110 | 101100011 | 101110 | 110000 |
Color Harmonies of #B3434D
Complementary color
Monochromatic Colors of #B3434D
Black with #B3434D
Text Example
Text Example
White with #B3434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3434D; }
p { color: rgb(179,67,77); }
H1.HeaderClassName
{
color: #B3434D;
}
.AnyTagClassName
{
color: #B3434D;
}
</style>
background-color css
<style>
a { background-color: #B3434D; }
a { background-color: rgb(179,67,77); }
div.DivClassName
{
background-color: #B3434D;
}
.BgClassName
{
background-color: #B3434D;
}
</style>
border-color css
<style>
span { border-color: #B3434D; }
span { border-color: rgb(179,67,77); }
td.TdClassName
{
border-color: #B3434D;
}
.TagClassName
{
border-color: #B3434D;
}
</style>