Shades of Hippie Pink #BB474D
Tints of Hippie Pink #BB474D
RGB
CMYK
RGB Variations
Color information
#BB474D (or 0xBB474D) is known color: Hippie Pink. HEX triplet: BB, 47 and 4D. RGB value is (187,71,77). Sum of RGB (Red+Green+Blue) = 187+71+77=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB474D is #44B8B2. Grayscale: #6A6A6A. Windows color (decimal): -4503731 or 5064635. OLE color: 5064635.
HSL color Cylindrical-coordinate representation of color #BB474D: hue angle of 356.9º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB474D is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 77 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.27 |
| HSL | 356.9º | 0.46% | 0.51% | - |
| HSV(B) | 356.9º | 0.62% | 0.73% | - |
| XYZ | 24.09 | 15.61 | 8.76 | - |
| YUV | 106.37 | 111.43 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 77 | 0 | 0.62 | 0.59 | 0.27 | 356.9 | 0.46 | 0.51 |
| Hex | BB | 47 | 4D | 0 | 3E | 3B | 1B | 165 | 2E | 33 |
| Octal | 273 | 107 | 115 | 0 | 76 | 73 | 33 | 545 | 56 | 63 |
| Binary | 10111011 | 1000111 | 1001101 | 0 | 111110 | 111011 | 11011 | 101100101 | 101110 | 110011 |
Color Harmonies of #BB474D
Complementary color
Monochromatic Colors of #BB474D
Black with #BB474D
Text Example
Text Example
White with #BB474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB474D; }
p { color: rgb(187,71,77); }
H1.HeaderClassName
{
color: #BB474D;
}
.AnyTagClassName
{
color: #BB474D;
}
</style>
background-color css
<style>
a { background-color: #BB474D; }
a { background-color: rgb(187,71,77); }
div.DivClassName
{
background-color: #BB474D;
}
.BgClassName
{
background-color: #BB474D;
}
</style>
border-color css
<style>
span { border-color: #BB474D; }
span { border-color: rgb(187,71,77); }
td.TdClassName
{
border-color: #BB474D;
}
.TagClassName
{
border-color: #BB474D;
}
</style>