Shades of Hippie Pink #B7484D
Tints of Hippie Pink #B7484D
RGB
CMYK
RGB Variations
Color information
#B7484D (or 0xB7484D) is known color: Hippie Pink. HEX triplet: B7, 48 and 4D. RGB value is (183,72,77). Sum of RGB (Red+Green+Blue) = 183+72+77=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B7484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7484D is #48B7B2. Grayscale: #696969. Windows color (decimal): -4765619 or 5064887. OLE color: 5064887.
HSL color Cylindrical-coordinate representation of color #B7484D: hue angle of 357.3º 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 #B7484D is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 77 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.28 |
| HSL | 357.3º | 0.44% | 0.5% | - |
| HSV(B) | 357.3º | 0.61% | 0.72% | - |
| XYZ | 23.19 | 15.24 | 8.74 | - |
| YUV | 105.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 77 | 0 | 0.61 | 0.58 | 0.28 | 357.3 | 0.44 | 0.5 |
| Hex | B7 | 48 | 4D | 0 | 3D | 3A | 1C | 165 | 2C | 32 |
| Octal | 267 | 110 | 115 | 0 | 75 | 72 | 34 | 545 | 54 | 62 |
| Binary | 10110111 | 1001000 | 1001101 | 0 | 111101 | 111010 | 11100 | 101100101 | 101100 | 110010 |
Color Harmonies of #B7484D
Complementary color
Monochromatic Colors of #B7484D
Black with #B7484D
Text Example
Text Example
White with #B7484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7484D; }
p { color: rgb(183,72,77); }
H1.HeaderClassName
{
color: #B7484D;
}
.AnyTagClassName
{
color: #B7484D;
}
</style>
background-color css
<style>
a { background-color: #B7484D; }
a { background-color: rgb(183,72,77); }
div.DivClassName
{
background-color: #B7484D;
}
.BgClassName
{
background-color: #B7484D;
}
</style>
border-color css
<style>
span { border-color: #B7484D; }
span { border-color: rgb(183,72,77); }
td.TdClassName
{
border-color: #B7484D;
}
.TagClassName
{
border-color: #B7484D;
}
</style>