Shades of Hippie Pink #B5424D
Tints of Hippie Pink #B5424D
RGB
CMYK
RGB Variations
Color information
#B5424D (or 0xB5424D) is known color: Hippie Pink. HEX triplet: B5, 42 and 4D. RGB value is (181,66,77). Sum of RGB (Red+Green+Blue) = 181+66+77=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5424D is #4ABDB2. Grayscale: #656565. Windows color (decimal): -4898227 or 5063349. OLE color: 5063349.
HSL color Cylindrical-coordinate representation of color #B5424D: hue angle of 354.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5424D is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 77 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.29 |
| HSL | 354.26º | 0.47% | 0.48% | - |
| HSV(B) | 354.26º | 0.64% | 0.71% | - |
| XYZ | 22.34 | 14.26 | 8.6 | - |
| YUV | 101.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 77 | 0 | 0.64 | 0.57 | 0.29 | 354.26 | 0.47 | 0.48 |
| Hex | B5 | 42 | 4D | 0 | 40 | 39 | 1D | 162 | 2F | 30 |
| Octal | 265 | 102 | 115 | 0 | 100 | 71 | 35 | 542 | 57 | 60 |
| Binary | 10110101 | 1000010 | 1001101 | 0 | 1000000 | 111001 | 11101 | 101100010 | 101111 | 110000 |
Color Harmonies of #B5424D
Complementary color
Monochromatic Colors of #B5424D
Black with #B5424D
Text Example
Text Example
White with #B5424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5424D; }
p { color: rgb(181,66,77); }
H1.HeaderClassName
{
color: #B5424D;
}
.AnyTagClassName
{
color: #B5424D;
}
</style>
background-color css
<style>
a { background-color: #B5424D; }
a { background-color: rgb(181,66,77); }
div.DivClassName
{
background-color: #B5424D;
}
.BgClassName
{
background-color: #B5424D;
}
</style>
border-color css
<style>
span { border-color: #B5424D; }
span { border-color: rgb(181,66,77); }
td.TdClassName
{
border-color: #B5424D;
}
.TagClassName
{
border-color: #B5424D;
}
</style>