Shades of Hippie Pink #BB3F56
Tints of Hippie Pink #BB3F56
RGB
CMYK
RGB Variations
Color information
#BB3F56 (or 0xBB3F56) is known color: Hippie Pink. HEX triplet: BB, 3F and 56. RGB value is (187,63,86). Sum of RGB (Red+Green+Blue) = 187+63+86=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3F56 is #44C0A9. Grayscale: #666666. Windows color (decimal): -4505770 or 5652411. OLE color: 5652411.
HSL color Cylindrical-coordinate representation of color #BB3F56: hue angle of 348.87º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F56 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 86 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.27 |
| HSL | 348.87º | 0.5% | 0.49% | - |
| HSV(B) | 348.87º | 0.66% | 0.73% | - |
| XYZ | 23.95 | 14.79 | 10.4 | - |
| YUV | 102.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 86 | 0 | 0.66 | 0.54 | 0.27 | 348.87 | 0.5 | 0.49 |
| Hex | BB | 3F | 56 | 0 | 42 | 36 | 1B | 15D | 32 | 31 |
| Octal | 273 | 77 | 126 | 0 | 102 | 66 | 33 | 535 | 62 | 61 |
| Binary | 10111011 | 111111 | 1010110 | 0 | 1000010 | 110110 | 11011 | 101011101 | 110010 | 110001 |
Color Harmonies of #BB3F56
Complementary color
Monochromatic Colors of #BB3F56
Black with #BB3F56
Text Example
Text Example
White with #BB3F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F56; }
p { color: rgb(187,63,86); }
H1.HeaderClassName
{
color: #BB3F56;
}
.AnyTagClassName
{
color: #BB3F56;
}
</style>
background-color css
<style>
a { background-color: #BB3F56; }
a { background-color: rgb(187,63,86); }
div.DivClassName
{
background-color: #BB3F56;
}
.BgClassName
{
background-color: #BB3F56;
}
</style>
border-color css
<style>
span { border-color: #BB3F56; }
span { border-color: rgb(187,63,86); }
td.TdClassName
{
border-color: #BB3F56;
}
.TagClassName
{
border-color: #BB3F56;
}
</style>