Shades of Hippie Pink #BB4751
Tints of Hippie Pink #BB4751
RGB
CMYK
RGB Variations
Color information
#BB4751 (or 0xBB4751) is known color: Hippie Pink. HEX triplet: BB, 47 and 51. RGB value is (187,71,81). Sum of RGB (Red+Green+Blue) = 187+71+81=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4751 is #44B8AE. Grayscale: #6A6A6A. Windows color (decimal): -4503727 or 5326779. OLE color: 5326779.
HSL color Cylindrical-coordinate representation of color #BB4751: hue angle of 354.83º 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 #BB4751 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 81 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.27 |
| HSL | 354.83º | 0.46% | 0.51% | - |
| HSV(B) | 354.83º | 0.62% | 0.73% | - |
| XYZ | 24.23 | 15.67 | 9.53 | - |
| YUV | 106.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 81 | 0 | 0.62 | 0.57 | 0.27 | 354.83 | 0.46 | 0.51 |
| Hex | BB | 47 | 51 | 0 | 3E | 39 | 1B | 163 | 2E | 33 |
| Octal | 273 | 107 | 121 | 0 | 76 | 71 | 33 | 543 | 56 | 63 |
| Binary | 10111011 | 1000111 | 1010001 | 0 | 111110 | 111001 | 11011 | 101100011 | 101110 | 110011 |
Color Harmonies of #BB4751
Complementary color
Monochromatic Colors of #BB4751
Black with #BB4751
Text Example
Text Example
White with #BB4751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4751; }
p { color: rgb(187,71,81); }
H1.HeaderClassName
{
color: #BB4751;
}
.AnyTagClassName
{
color: #BB4751;
}
</style>
background-color css
<style>
a { background-color: #BB4751; }
a { background-color: rgb(187,71,81); }
div.DivClassName
{
background-color: #BB4751;
}
.BgClassName
{
background-color: #BB4751;
}
</style>
border-color css
<style>
span { border-color: #BB4751; }
span { border-color: rgb(187,71,81); }
td.TdClassName
{
border-color: #BB4751;
}
.TagClassName
{
border-color: #BB4751;
}
</style>