Shades of Hippie Pink #B7474C
Tints of Hippie Pink #B7474C
RGB
CMYK
RGB Variations
Color information
#B7474C (or 0xB7474C) is known color: Hippie Pink. HEX triplet: B7, 47 and 4C. RGB value is (183,71,76). Sum of RGB (Red+Green+Blue) = 183+71+76=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7474C is #48B8B3. Grayscale: #696969. Windows color (decimal): -4765876 or 4999095. OLE color: 4999095.
HSL color Cylindrical-coordinate representation of color #B7474C: hue angle of 357.32º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7474C is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 76 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.28 |
| HSL | 357.32º | 0.44% | 0.5% | - |
| HSV(B) | 357.32º | 0.61% | 0.72% | - |
| XYZ | 23.09 | 15.1 | 8.53 | - |
| YUV | 105.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 76 | 0 | 0.61 | 0.58 | 0.28 | 357.32 | 0.44 | 0.5 |
| Hex | B7 | 47 | 4C | 0 | 3D | 3A | 1C | 165 | 2C | 32 |
| Octal | 267 | 107 | 114 | 0 | 75 | 72 | 34 | 545 | 54 | 62 |
| Binary | 10110111 | 1000111 | 1001100 | 0 | 111101 | 111010 | 11100 | 101100101 | 101100 | 110010 |
Color Harmonies of #B7474C
Complementary color
Monochromatic Colors of #B7474C
Black with #B7474C
Text Example
Text Example
White with #B7474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7474C; }
p { color: rgb(183,71,76); }
H1.HeaderClassName
{
color: #B7474C;
}
.AnyTagClassName
{
color: #B7474C;
}
</style>
background-color css
<style>
a { background-color: #B7474C; }
a { background-color: rgb(183,71,76); }
div.DivClassName
{
background-color: #B7474C;
}
.BgClassName
{
background-color: #B7474C;
}
</style>
border-color css
<style>
span { border-color: #B7474C; }
span { border-color: rgb(183,71,76); }
td.TdClassName
{
border-color: #B7474C;
}
.TagClassName
{
border-color: #B7474C;
}
</style>