Shades of Hippie Pink #BB4159
Tints of Hippie Pink #BB4159
RGB
CMYK
RGB Variations
Color information
#BB4159 (or 0xBB4159) is known color: Hippie Pink. HEX triplet: BB, 41 and 59. RGB value is (187,65,89). Sum of RGB (Red+Green+Blue) = 187+65+89=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4159 is #44BEA6. Grayscale: #686868. Windows color (decimal): -4505255 or 5849531. OLE color: 5849531.
HSL color Cylindrical-coordinate representation of color #BB4159: hue angle of 348.2º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4159 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 89 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.27 |
| HSL | 348.2º | 0.48% | 0.49% | - |
| HSV(B) | 348.2º | 0.65% | 0.73% | - |
| XYZ | 24.19 | 15.07 | 11.08 | - |
| YUV | 104.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 89 | 0 | 0.65 | 0.52 | 0.27 | 348.2 | 0.48 | 0.49 |
| Hex | BB | 41 | 59 | 0 | 41 | 34 | 1B | 15C | 30 | 31 |
| Octal | 273 | 101 | 131 | 0 | 101 | 64 | 33 | 534 | 60 | 61 |
| Binary | 10111011 | 1000001 | 1011001 | 0 | 1000001 | 110100 | 11011 | 101011100 | 110000 | 110001 |
Color Harmonies of #BB4159
Complementary color
Monochromatic Colors of #BB4159
Black with #BB4159
Text Example
Text Example
White with #BB4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4159; }
p { color: rgb(187,65,89); }
H1.HeaderClassName
{
color: #BB4159;
}
.AnyTagClassName
{
color: #BB4159;
}
</style>
background-color css
<style>
a { background-color: #BB4159; }
a { background-color: rgb(187,65,89); }
div.DivClassName
{
background-color: #BB4159;
}
.BgClassName
{
background-color: #BB4159;
}
</style>
border-color css
<style>
span { border-color: #BB4159; }
span { border-color: rgb(187,65,89); }
td.TdClassName
{
border-color: #BB4159;
}
.TagClassName
{
border-color: #BB4159;
}
</style>