Shades of Hippie Pink #B9444A
Tints of Hippie Pink #B9444A
RGB
CMYK
RGB Variations
Color information
#B9444A (or 0xB9444A) is known color: Hippie Pink. HEX triplet: B9, 44 and 4A. RGB value is (185,68,74). Sum of RGB (Red+Green+Blue) = 185+68+74=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9444A is #46BBB5. Grayscale: #676767. Windows color (decimal): -4635574 or 4867257. OLE color: 4867257.
HSL color Cylindrical-coordinate representation of color #B9444A: hue angle of 356.92º 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 #B9444A is Cyan = 0, Magento = 0.63, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 74 | - |
| CMYK | 0 | 0.63 | 0.6 | 0.27 |
| HSL | 356.92º | 0.46% | 0.5% | - |
| HSV(B) | 356.92º | 0.63% | 0.73% | - |
| XYZ | 23.31 | 14.94 | 8.13 | - |
| YUV | 103.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 74 | 0 | 0.63 | 0.6 | 0.27 | 356.92 | 0.46 | 0.5 |
| Hex | B9 | 44 | 4A | 0 | 3F | 3C | 1B | 165 | 2E | 32 |
| Octal | 271 | 104 | 112 | 0 | 77 | 74 | 33 | 545 | 56 | 62 |
| Binary | 10111001 | 1000100 | 1001010 | 0 | 111111 | 111100 | 11011 | 101100101 | 101110 | 110010 |
Color Harmonies of #B9444A
Complementary color
Monochromatic Colors of #B9444A
Black with #B9444A
Text Example
Text Example
White with #B9444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9444A; }
p { color: rgb(185,68,74); }
H1.HeaderClassName
{
color: #B9444A;
}
.AnyTagClassName
{
color: #B9444A;
}
</style>
background-color css
<style>
a { background-color: #B9444A; }
a { background-color: rgb(185,68,74); }
div.DivClassName
{
background-color: #B9444A;
}
.BgClassName
{
background-color: #B9444A;
}
</style>
border-color css
<style>
span { border-color: #B9444A; }
span { border-color: rgb(185,68,74); }
td.TdClassName
{
border-color: #B9444A;
}
.TagClassName
{
border-color: #B9444A;
}
</style>