Shades of Hippie Pink #BB4454
Tints of Hippie Pink #BB4454
RGB
CMYK
RGB Variations
Color information
#BB4454 (or 0xBB4454) is known color: Hippie Pink. HEX triplet: BB, 44 and 54. RGB value is (187,68,84). Sum of RGB (Red+Green+Blue) = 187+68+84=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4454 is #44BBAB. Grayscale: #696969. Windows color (decimal): -4504492 or 5522619. OLE color: 5522619.
HSL color Cylindrical-coordinate representation of color #BB4454: hue angle of 351.93º 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 #BB4454 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 84 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.27 |
| HSL | 351.93º | 0.47% | 0.5% | - |
| HSV(B) | 351.93º | 0.64% | 0.73% | - |
| XYZ | 24.16 | 15.34 | 10.07 | - |
| YUV | 105.41 | 115.92 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 84 | 0 | 0.64 | 0.55 | 0.27 | 351.93 | 0.47 | 0.5 |
| Hex | BB | 44 | 54 | 0 | 40 | 37 | 1B | 160 | 2F | 32 |
| Octal | 273 | 104 | 124 | 0 | 100 | 67 | 33 | 540 | 57 | 62 |
| Binary | 10111011 | 1000100 | 1010100 | 0 | 1000000 | 110111 | 11011 | 101100000 | 101111 | 110010 |
Color Harmonies of #BB4454
Complementary color
Monochromatic Colors of #BB4454
Black with #BB4454
Text Example
Text Example
White with #BB4454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4454; }
p { color: rgb(187,68,84); }
H1.HeaderClassName
{
color: #BB4454;
}
.AnyTagClassName
{
color: #BB4454;
}
</style>
background-color css
<style>
a { background-color: #BB4454; }
a { background-color: rgb(187,68,84); }
div.DivClassName
{
background-color: #BB4454;
}
.BgClassName
{
background-color: #BB4454;
}
</style>
border-color css
<style>
span { border-color: #BB4454; }
span { border-color: rgb(187,68,84); }
td.TdClassName
{
border-color: #BB4454;
}
.TagClassName
{
border-color: #BB4454;
}
</style>