Shades of Hippie Pink #B9484D
Tints of Hippie Pink #B9484D
RGB
CMYK
RGB Variations
Color information
#B9484D (or 0xB9484D) is known color: Hippie Pink. HEX triplet: B9, 48 and 4D. RGB value is (185,72,77). Sum of RGB (Red+Green+Blue) = 185+72+77=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B9484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9484D is #46B7B2. Grayscale: #6A6A6A. Windows color (decimal): -4634547 or 5064889. OLE color: 5064889.
HSL color Cylindrical-coordinate representation of color #B9484D: hue angle of 357.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9484D is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 77 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.27 |
| HSL | 357.35º | 0.45% | 0.5% | - |
| HSV(B) | 357.35º | 0.61% | 0.73% | - |
| XYZ | 23.66 | 15.48 | 8.76 | - |
| YUV | 106.36 | 111.44 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 77 | 0 | 0.61 | 0.58 | 0.27 | 357.35 | 0.45 | 0.5 |
| Hex | B9 | 48 | 4D | 0 | 3D | 3A | 1B | 165 | 2D | 32 |
| Octal | 271 | 110 | 115 | 0 | 75 | 72 | 33 | 545 | 55 | 62 |
| Binary | 10111001 | 1001000 | 1001101 | 0 | 111101 | 111010 | 11011 | 101100101 | 101101 | 110010 |
Color Harmonies of #B9484D
Complementary color
Monochromatic Colors of #B9484D
Black with #B9484D
Text Example
Text Example
White with #B9484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9484D; }
p { color: rgb(185,72,77); }
H1.HeaderClassName
{
color: #B9484D;
}
.AnyTagClassName
{
color: #B9484D;
}
</style>
background-color css
<style>
a { background-color: #B9484D; }
a { background-color: rgb(185,72,77); }
div.DivClassName
{
background-color: #B9484D;
}
.BgClassName
{
background-color: #B9484D;
}
</style>
border-color css
<style>
span { border-color: #B9484D; }
span { border-color: rgb(185,72,77); }
td.TdClassName
{
border-color: #B9484D;
}
.TagClassName
{
border-color: #B9484D;
}
</style>