Shades of Hippie Pink #BB4355
Tints of Hippie Pink #BB4355
RGB
CMYK
RGB Variations
Color information
#BB4355 (or 0xBB4355) is known color: Hippie Pink. HEX triplet: BB, 43 and 55. RGB value is (187,67,85). Sum of RGB (Red+Green+Blue) = 187+67+85=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4355 is #44BCAA. Grayscale: #686868. Windows color (decimal): -4504747 or 5587899. OLE color: 5587899.
HSL color Cylindrical-coordinate representation of color #BB4355: hue angle of 351º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4355 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 85 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.27 |
| HSL | 351º | 0.47% | 0.5% | - |
| HSV(B) | 351º | 0.64% | 0.73% | - |
| XYZ | 24.14 | 15.23 | 10.26 | - |
| YUV | 104.93 | 116.76 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 85 | 0 | 0.64 | 0.55 | 0.27 | 351 | 0.47 | 0.5 |
| Hex | BB | 43 | 55 | 0 | 40 | 37 | 1B | 15F | 2F | 32 |
| Octal | 273 | 103 | 125 | 0 | 100 | 67 | 33 | 537 | 57 | 62 |
| Binary | 10111011 | 1000011 | 1010101 | 0 | 1000000 | 110111 | 11011 | 101011111 | 101111 | 110010 |
Color Harmonies of #BB4355
Complementary color
Monochromatic Colors of #BB4355
Black with #BB4355
Text Example
Text Example
White with #BB4355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4355; }
p { color: rgb(187,67,85); }
H1.HeaderClassName
{
color: #BB4355;
}
.AnyTagClassName
{
color: #BB4355;
}
</style>
background-color css
<style>
a { background-color: #BB4355; }
a { background-color: rgb(187,67,85); }
div.DivClassName
{
background-color: #BB4355;
}
.BgClassName
{
background-color: #BB4355;
}
</style>
border-color css
<style>
span { border-color: #BB4355; }
span { border-color: rgb(187,67,85); }
td.TdClassName
{
border-color: #BB4355;
}
.TagClassName
{
border-color: #BB4355;
}
</style>