Shades of Hippie Pink #B8434D
Tints of Hippie Pink #B8434D
RGB
CMYK
RGB Variations
Color information
#B8434D (or 0xB8434D) is known color: Hippie Pink. HEX triplet: B8, 43 and 4D. RGB value is (184,67,77). Sum of RGB (Red+Green+Blue) = 184+67+77=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8434D is #47BCB2. Grayscale: #676767. Windows color (decimal): -4701363 or 5063608. OLE color: 5063608.
HSL color Cylindrical-coordinate representation of color #B8434D: hue angle of 354.87º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8434D is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 77 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.28 |
| HSL | 354.87º | 0.47% | 0.49% | - |
| HSV(B) | 354.87º | 0.64% | 0.72% | - |
| XYZ | 23.11 | 14.74 | 8.65 | - |
| YUV | 103.12 | 113.26 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 77 | 0 | 0.64 | 0.58 | 0.28 | 354.87 | 0.47 | 0.49 |
| Hex | B8 | 43 | 4D | 0 | 40 | 3A | 1C | 163 | 2F | 31 |
| Octal | 270 | 103 | 115 | 0 | 100 | 72 | 34 | 543 | 57 | 61 |
| Binary | 10111000 | 1000011 | 1001101 | 0 | 1000000 | 111010 | 11100 | 101100011 | 101111 | 110001 |
Color Harmonies of #B8434D
Complementary color
Monochromatic Colors of #B8434D
Black with #B8434D
Text Example
Text Example
White with #B8434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8434D; }
p { color: rgb(184,67,77); }
H1.HeaderClassName
{
color: #B8434D;
}
.AnyTagClassName
{
color: #B8434D;
}
</style>
background-color css
<style>
a { background-color: #B8434D; }
a { background-color: rgb(184,67,77); }
div.DivClassName
{
background-color: #B8434D;
}
.BgClassName
{
background-color: #B8434D;
}
</style>
border-color css
<style>
span { border-color: #B8434D; }
span { border-color: rgb(184,67,77); }
td.TdClassName
{
border-color: #B8434D;
}
.TagClassName
{
border-color: #B8434D;
}
</style>