Shades of Hippie Pink #B7484C
Tints of Hippie Pink #B7484C
RGB
CMYK
RGB Variations
Color information
#B7484C (or 0xB7484C) is known color: Hippie Pink. HEX triplet: B7, 48 and 4C. RGB value is (183,72,76). Sum of RGB (Red+Green+Blue) = 183+72+76=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B7484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7484C is #48B7B3. Grayscale: #696969. Windows color (decimal): -4765620 or 4999351. OLE color: 4999351.
HSL color Cylindrical-coordinate representation of color #B7484C: hue angle of 357.84º 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 #B7484C is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 76 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.28 |
| HSL | 357.84º | 0.44% | 0.5% | - |
| HSV(B) | 357.84º | 0.61% | 0.72% | - |
| XYZ | 23.15 | 15.22 | 8.56 | - |
| YUV | 105.65 | 111.27 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 76 | 0 | 0.61 | 0.58 | 0.28 | 357.84 | 0.44 | 0.5 |
| Hex | B7 | 48 | 4C | 0 | 3D | 3A | 1C | 166 | 2C | 32 |
| Octal | 267 | 110 | 114 | 0 | 75 | 72 | 34 | 546 | 54 | 62 |
| Binary | 10110111 | 1001000 | 1001100 | 0 | 111101 | 111010 | 11100 | 101100110 | 101100 | 110010 |
Color Harmonies of #B7484C
Complementary color
Monochromatic Colors of #B7484C
Black with #B7484C
Text Example
Text Example
White with #B7484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7484C; }
p { color: rgb(183,72,76); }
H1.HeaderClassName
{
color: #B7484C;
}
.AnyTagClassName
{
color: #B7484C;
}
</style>
background-color css
<style>
a { background-color: #B7484C; }
a { background-color: rgb(183,72,76); }
div.DivClassName
{
background-color: #B7484C;
}
.BgClassName
{
background-color: #B7484C;
}
</style>
border-color css
<style>
span { border-color: #B7484C; }
span { border-color: rgb(183,72,76); }
td.TdClassName
{
border-color: #B7484C;
}
.TagClassName
{
border-color: #B7484C;
}
</style>