Shades of Hippie Pink #B9474B
Tints of Hippie Pink #B9474B
RGB
CMYK
RGB Variations
Color information
#B9474B (or 0xB9474B) is known color: Hippie Pink. HEX triplet: B9, 47 and 4B. RGB value is (185,71,75). Sum of RGB (Red+Green+Blue) = 185+71+75=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9474B is #46B8B4. Grayscale: #696969. Windows color (decimal): -4634805 or 4933561. OLE color: 4933561.
HSL color Cylindrical-coordinate representation of color #B9474B: hue angle of 357.89º 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 #B9474B is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 75 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.27 |
| HSL | 357.89º | 0.45% | 0.5% | - |
| HSV(B) | 357.89º | 0.62% | 0.73% | - |
| XYZ | 23.53 | 15.33 | 8.38 | - |
| YUV | 105.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 75 | 0 | 0.62 | 0.59 | 0.27 | 357.89 | 0.45 | 0.5 |
| Hex | B9 | 47 | 4B | 0 | 3E | 3B | 1B | 166 | 2D | 32 |
| Octal | 271 | 107 | 113 | 0 | 76 | 73 | 33 | 546 | 55 | 62 |
| Binary | 10111001 | 1000111 | 1001011 | 0 | 111110 | 111011 | 11011 | 101100110 | 101101 | 110010 |
Color Harmonies of #B9474B
Complementary color
Monochromatic Colors of #B9474B
Black with #B9474B
Text Example
Text Example
White with #B9474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9474B; }
p { color: rgb(185,71,75); }
H1.HeaderClassName
{
color: #B9474B;
}
.AnyTagClassName
{
color: #B9474B;
}
</style>
background-color css
<style>
a { background-color: #B9474B; }
a { background-color: rgb(185,71,75); }
div.DivClassName
{
background-color: #B9474B;
}
.BgClassName
{
background-color: #B9474B;
}
</style>
border-color css
<style>
span { border-color: #B9474B; }
span { border-color: rgb(185,71,75); }
td.TdClassName
{
border-color: #B9474B;
}
.TagClassName
{
border-color: #B9474B;
}
</style>