Shades of Hippie Pink #B9444D
Tints of Hippie Pink #B9444D
RGB
CMYK
RGB Variations
Color information
#B9444D (or 0xB9444D) is known color: Hippie Pink. HEX triplet: B9, 44 and 4D. RGB value is (185,68,77). Sum of RGB (Red+Green+Blue) = 185+68+77=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9444D is #46BBB2. Grayscale: #686868. Windows color (decimal): -4635571 or 5063865. OLE color: 5063865.
HSL color Cylindrical-coordinate representation of color #B9444D: hue angle of 355.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9444D is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 77 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.27 |
| HSL | 355.38º | 0.46% | 0.5% | - |
| HSV(B) | 355.38º | 0.63% | 0.73% | - |
| XYZ | 23.41 | 14.98 | 8.68 | - |
| YUV | 104.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 77 | 0 | 0.63 | 0.58 | 0.27 | 355.38 | 0.46 | 0.5 |
| Hex | B9 | 44 | 4D | 0 | 3F | 3A | 1B | 163 | 2E | 32 |
| Octal | 271 | 104 | 115 | 0 | 77 | 72 | 33 | 543 | 56 | 62 |
| Binary | 10111001 | 1000100 | 1001101 | 0 | 111111 | 111010 | 11011 | 101100011 | 101110 | 110010 |
Color Harmonies of #B9444D
Complementary color
Monochromatic Colors of #B9444D
Black with #B9444D
Text Example
Text Example
White with #B9444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9444D; }
p { color: rgb(185,68,77); }
H1.HeaderClassName
{
color: #B9444D;
}
.AnyTagClassName
{
color: #B9444D;
}
</style>
background-color css
<style>
a { background-color: #B9444D; }
a { background-color: rgb(185,68,77); }
div.DivClassName
{
background-color: #B9444D;
}
.BgClassName
{
background-color: #B9444D;
}
</style>
border-color css
<style>
span { border-color: #B9444D; }
span { border-color: rgb(185,68,77); }
td.TdClassName
{
border-color: #B9444D;
}
.TagClassName
{
border-color: #B9444D;
}
</style>