Shades of Hippie Pink #B9474C
Tints of Hippie Pink #B9474C
RGB
CMYK
RGB Variations
Color information
#B9474C (or 0xB9474C) is known color: Hippie Pink. HEX triplet: B9, 47 and 4C. RGB value is (185,71,76). Sum of RGB (Red+Green+Blue) = 185+71+76=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9474C is #46B8B3. Grayscale: #696969. Windows color (decimal): -4634804 or 4999097. OLE color: 4999097.
HSL color Cylindrical-coordinate representation of color #B9474C: hue angle of 357.37º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9474C is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 76 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.27 |
| HSL | 357.37º | 0.45% | 0.5% | - |
| HSV(B) | 357.37º | 0.62% | 0.73% | - |
| XYZ | 23.57 | 15.34 | 8.56 | - |
| YUV | 105.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 76 | 0 | 0.62 | 0.59 | 0.27 | 357.37 | 0.45 | 0.5 |
| Hex | B9 | 47 | 4C | 0 | 3E | 3B | 1B | 165 | 2D | 32 |
| Octal | 271 | 107 | 114 | 0 | 76 | 73 | 33 | 545 | 55 | 62 |
| Binary | 10111001 | 1000111 | 1001100 | 0 | 111110 | 111011 | 11011 | 101100101 | 101101 | 110010 |
Color Harmonies of #B9474C
Complementary color
Monochromatic Colors of #B9474C
Black with #B9474C
Text Example
Text Example
White with #B9474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9474C; }
p { color: rgb(185,71,76); }
H1.HeaderClassName
{
color: #B9474C;
}
.AnyTagClassName
{
color: #B9474C;
}
</style>
background-color css
<style>
a { background-color: #B9474C; }
a { background-color: rgb(185,71,76); }
div.DivClassName
{
background-color: #B9474C;
}
.BgClassName
{
background-color: #B9474C;
}
</style>
border-color css
<style>
span { border-color: #B9474C; }
span { border-color: rgb(185,71,76); }
td.TdClassName
{
border-color: #B9474C;
}
.TagClassName
{
border-color: #B9474C;
}
</style>