Shades of Hippie Pink #B5424B
Tints of Hippie Pink #B5424B
RGB
CMYK
RGB Variations
Color information
#B5424B (or 0xB5424B) is known color: Hippie Pink. HEX triplet: B5, 42 and 4B. RGB value is (181,66,75). Sum of RGB (Red+Green+Blue) = 181+66+75=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5424B is #4ABDB4. Grayscale: #656565. Windows color (decimal): -4898229 or 4932277. OLE color: 4932277.
HSL color Cylindrical-coordinate representation of color #B5424B: hue angle of 355.3º 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 #B5424B is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 75 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.29 |
| HSL | 355.3º | 0.47% | 0.48% | - |
| HSV(B) | 355.3º | 0.64% | 0.71% | - |
| XYZ | 22.27 | 14.23 | 8.23 | - |
| YUV | 101.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 75 | 0 | 0.64 | 0.59 | 0.29 | 355.3 | 0.47 | 0.48 |
| Hex | B5 | 42 | 4B | 0 | 40 | 3B | 1D | 163 | 2F | 30 |
| Octal | 265 | 102 | 113 | 0 | 100 | 73 | 35 | 543 | 57 | 60 |
| Binary | 10110101 | 1000010 | 1001011 | 0 | 1000000 | 111011 | 11101 | 101100011 | 101111 | 110000 |
Color Harmonies of #B5424B
Complementary color
Monochromatic Colors of #B5424B
Black with #B5424B
Text Example
Text Example
White with #B5424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5424B; }
p { color: rgb(181,66,75); }
H1.HeaderClassName
{
color: #B5424B;
}
.AnyTagClassName
{
color: #B5424B;
}
</style>
background-color css
<style>
a { background-color: #B5424B; }
a { background-color: rgb(181,66,75); }
div.DivClassName
{
background-color: #B5424B;
}
.BgClassName
{
background-color: #B5424B;
}
</style>
border-color css
<style>
span { border-color: #B5424B; }
span { border-color: rgb(181,66,75); }
td.TdClassName
{
border-color: #B5424B;
}
.TagClassName
{
border-color: #B5424B;
}
</style>