Shades of Hippie Pink #B4425B
Tints of Hippie Pink #B4425B
RGB
CMYK
RGB Variations
Color information
#B4425B (or 0xB4425B) is known color: Hippie Pink. HEX triplet: B4, 42 and 5B. RGB value is (180,66,91). Sum of RGB (Red+Green+Blue) = 180+66+91=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B4425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4425B is #4BBDA4. Grayscale: #666666. Windows color (decimal): -4963749 or 5980852. OLE color: 5980852.
HSL color Cylindrical-coordinate representation of color #B4425B: hue angle of 346.84º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4425B is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 91 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.29 |
| HSL | 346.84º | 0.46% | 0.48% | - |
| HSV(B) | 346.84º | 0.63% | 0.71% | - |
| XYZ | 22.66 | 14.36 | 11.47 | - |
| YUV | 102.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 91 | 0 | 0.63 | 0.49 | 0.29 | 346.84 | 0.46 | 0.48 |
| Hex | B4 | 42 | 5B | 0 | 3F | 31 | 1D | 15B | 2E | 30 |
| Octal | 264 | 102 | 133 | 0 | 77 | 61 | 35 | 533 | 56 | 60 |
| Binary | 10110100 | 1000010 | 1011011 | 0 | 111111 | 110001 | 11101 | 101011011 | 101110 | 110000 |
Color Harmonies of #B4425B
Complementary color
Monochromatic Colors of #B4425B
Black with #B4425B
Text Example
Text Example
White with #B4425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4425B; }
p { color: rgb(180,66,91); }
H1.HeaderClassName
{
color: #B4425B;
}
.AnyTagClassName
{
color: #B4425B;
}
</style>
background-color css
<style>
a { background-color: #B4425B; }
a { background-color: rgb(180,66,91); }
div.DivClassName
{
background-color: #B4425B;
}
.BgClassName
{
background-color: #B4425B;
}
</style>
border-color css
<style>
span { border-color: #B4425B; }
span { border-color: rgb(180,66,91); }
td.TdClassName
{
border-color: #B4425B;
}
.TagClassName
{
border-color: #B4425B;
}
</style>