Shades of Hippie Pink #B5464C
Tints of Hippie Pink #B5464C
RGB
CMYK
RGB Variations
Color information
#B5464C (or 0xB5464C) is known color: Hippie Pink. HEX triplet: B5, 46 and 4C. RGB value is (181,70,76). Sum of RGB (Red+Green+Blue) = 181+70+76=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5464C is #4AB9B3. Grayscale: #676767. Windows color (decimal): -4897204 or 4998837. OLE color: 4998837.
HSL color Cylindrical-coordinate representation of color #B5464C: hue angle of 356.76º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5464C is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 76 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.29 |
| HSL | 356.76º | 0.44% | 0.49% | - |
| HSV(B) | 356.76º | 0.61% | 0.71% | - |
| XYZ | 22.55 | 14.73 | 8.49 | - |
| YUV | 103.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 76 | 0 | 0.61 | 0.58 | 0.29 | 356.76 | 0.44 | 0.49 |
| Hex | B5 | 46 | 4C | 0 | 3D | 3A | 1D | 165 | 2C | 31 |
| Octal | 265 | 106 | 114 | 0 | 75 | 72 | 35 | 545 | 54 | 61 |
| Binary | 10110101 | 1000110 | 1001100 | 0 | 111101 | 111010 | 11101 | 101100101 | 101100 | 110001 |
Color Harmonies of #B5464C
Complementary color
Monochromatic Colors of #B5464C
Black with #B5464C
Text Example
Text Example
White with #B5464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5464C; }
p { color: rgb(181,70,76); }
H1.HeaderClassName
{
color: #B5464C;
}
.AnyTagClassName
{
color: #B5464C;
}
</style>
background-color css
<style>
a { background-color: #B5464C; }
a { background-color: rgb(181,70,76); }
div.DivClassName
{
background-color: #B5464C;
}
.BgClassName
{
background-color: #B5464C;
}
</style>
border-color css
<style>
span { border-color: #B5464C; }
span { border-color: rgb(181,70,76); }
td.TdClassName
{
border-color: #B5464C;
}
.TagClassName
{
border-color: #B5464C;
}
</style>