Shades of Hippie Pink #BB4256
Tints of Hippie Pink #BB4256
RGB
CMYK
RGB Variations
Color information
#BB4256 (or 0xBB4256) is known color: Hippie Pink. HEX triplet: BB, 42 and 56. RGB value is (187,66,86). Sum of RGB (Red+Green+Blue) = 187+66+86=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4256 is #44BDA9. Grayscale: #686868. Windows color (decimal): -4505002 or 5653179. OLE color: 5653179.
HSL color Cylindrical-coordinate representation of color #BB4256: hue angle of 350.08º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4256 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 86 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.27 |
| HSL | 350.08º | 0.48% | 0.5% | - |
| HSV(B) | 350.08º | 0.65% | 0.73% | - |
| XYZ | 24.12 | 15.13 | 10.45 | - |
| YUV | 104.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 86 | 0 | 0.65 | 0.54 | 0.27 | 350.08 | 0.48 | 0.5 |
| Hex | BB | 42 | 56 | 0 | 41 | 36 | 1B | 15E | 30 | 32 |
| Octal | 273 | 102 | 126 | 0 | 101 | 66 | 33 | 536 | 60 | 62 |
| Binary | 10111011 | 1000010 | 1010110 | 0 | 1000001 | 110110 | 11011 | 101011110 | 110000 | 110010 |
Color Harmonies of #BB4256
Complementary color
Monochromatic Colors of #BB4256
Black with #BB4256
Text Example
Text Example
White with #BB4256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4256; }
p { color: rgb(187,66,86); }
H1.HeaderClassName
{
color: #BB4256;
}
.AnyTagClassName
{
color: #BB4256;
}
</style>
background-color css
<style>
a { background-color: #BB4256; }
a { background-color: rgb(187,66,86); }
div.DivClassName
{
background-color: #BB4256;
}
.BgClassName
{
background-color: #BB4256;
}
</style>
border-color css
<style>
span { border-color: #BB4256; }
span { border-color: rgb(187,66,86); }
td.TdClassName
{
border-color: #BB4256;
}
.TagClassName
{
border-color: #BB4256;
}
</style>