Shades of Hippie Pink #B4474C
Tints of Hippie Pink #B4474C
RGB
CMYK
RGB Variations
Color information
#B4474C (or 0xB4474C) is known color: Hippie Pink. HEX triplet: B4, 47 and 4C. RGB value is (180,71,76). Sum of RGB (Red+Green+Blue) = 180+71+76=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4474C is #4BB8B3. Grayscale: #686868. Windows color (decimal): -4962484 or 4999092. OLE color: 4999092.
HSL color Cylindrical-coordinate representation of color #B4474C: hue angle of 357.25º degrees, saturation: 0.43, 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 #B4474C is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 71 | 76 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.29 |
| HSL | 357.25º | 0.43% | 0.49% | - |
| HSV(B) | 357.25º | 0.61% | 0.71% | - |
| XYZ | 22.38 | 14.73 | 8.5 | - |
| YUV | 104.16 | 112.11 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 76 | 0 | 0.61 | 0.58 | 0.29 | 357.25 | 0.43 | 0.49 |
| Hex | B4 | 47 | 4C | 0 | 3D | 3A | 1D | 165 | 2B | 31 |
| Octal | 264 | 107 | 114 | 0 | 75 | 72 | 35 | 545 | 53 | 61 |
| Binary | 10110100 | 1000111 | 1001100 | 0 | 111101 | 111010 | 11101 | 101100101 | 101011 | 110001 |
Color Harmonies of #B4474C
Complementary color
Monochromatic Colors of #B4474C
Black with #B4474C
Text Example
Text Example
White with #B4474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4474C; }
p { color: rgb(180,71,76); }
H1.HeaderClassName
{
color: #B4474C;
}
.AnyTagClassName
{
color: #B4474C;
}
</style>
background-color css
<style>
a { background-color: #B4474C; }
a { background-color: rgb(180,71,76); }
div.DivClassName
{
background-color: #B4474C;
}
.BgClassName
{
background-color: #B4474C;
}
</style>
border-color css
<style>
span { border-color: #B4474C; }
span { border-color: rgb(180,71,76); }
td.TdClassName
{
border-color: #B4474C;
}
.TagClassName
{
border-color: #B4474C;
}
</style>