Shades of Hippie Pink #BB445B
Tints of Hippie Pink #BB445B
RGB
CMYK
RGB Variations
Color information
#BB445B (or 0xBB445B) is known color: Hippie Pink. HEX triplet: BB, 44 and 5B. RGB value is (187,68,91). Sum of RGB (Red+Green+Blue) = 187+68+91=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB445B is #44BBA4. Grayscale: #6A6A6A. Windows color (decimal): -4504485 or 5981371. OLE color: 5981371.
HSL color Cylindrical-coordinate representation of color #BB445B: hue angle of 348.4º 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 #BB445B is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 91 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.27 |
| HSL | 348.4º | 0.47% | 0.5% | - |
| HSV(B) | 348.4º | 0.64% | 0.73% | - |
| XYZ | 24.45 | 15.45 | 11.59 | - |
| YUV | 106.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 91 | 0 | 0.64 | 0.51 | 0.27 | 348.4 | 0.47 | 0.5 |
| Hex | BB | 44 | 5B | 0 | 40 | 33 | 1B | 15C | 2F | 32 |
| Octal | 273 | 104 | 133 | 0 | 100 | 63 | 33 | 534 | 57 | 62 |
| Binary | 10111011 | 1000100 | 1011011 | 0 | 1000000 | 110011 | 11011 | 101011100 | 101111 | 110010 |
Color Harmonies of #BB445B
Complementary color
Monochromatic Colors of #BB445B
Black with #BB445B
Text Example
Text Example
White with #BB445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB445B; }
p { color: rgb(187,68,91); }
H1.HeaderClassName
{
color: #BB445B;
}
.AnyTagClassName
{
color: #BB445B;
}
</style>
background-color css
<style>
a { background-color: #BB445B; }
a { background-color: rgb(187,68,91); }
div.DivClassName
{
background-color: #BB445B;
}
.BgClassName
{
background-color: #BB445B;
}
</style>
border-color css
<style>
span { border-color: #BB445B; }
span { border-color: rgb(187,68,91); }
td.TdClassName
{
border-color: #BB445B;
}
.TagClassName
{
border-color: #BB445B;
}
</style>