Shades of Hippie Pink #BB465B
Tints of Hippie Pink #BB465B
RGB
CMYK
RGB Variations
Color information
#BB465B (or 0xBB465B) is known color: Hippie Pink. HEX triplet: BB, 46 and 5B. RGB value is (187,70,91). Sum of RGB (Red+Green+Blue) = 187+70+91=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB465B is #44B9A4. Grayscale: #6B6B6B. Windows color (decimal): -4503973 or 5981883. OLE color: 5981883.
HSL color Cylindrical-coordinate representation of color #BB465B: hue angle of 349.23º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB465B is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 91 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.27 |
| HSL | 349.23º | 0.46% | 0.5% | - |
| HSV(B) | 349.23º | 0.63% | 0.73% | - |
| XYZ | 24.57 | 15.7 | 11.63 | - |
| YUV | 107.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 91 | 0 | 0.63 | 0.51 | 0.27 | 349.23 | 0.46 | 0.5 |
| Hex | BB | 46 | 5B | 0 | 3F | 33 | 1B | 15D | 2E | 32 |
| Octal | 273 | 106 | 133 | 0 | 77 | 63 | 33 | 535 | 56 | 62 |
| Binary | 10111011 | 1000110 | 1011011 | 0 | 111111 | 110011 | 11011 | 101011101 | 101110 | 110010 |
Color Harmonies of #BB465B
Complementary color
Monochromatic Colors of #BB465B
Black with #BB465B
Text Example
Text Example
White with #BB465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB465B; }
p { color: rgb(187,70,91); }
H1.HeaderClassName
{
color: #BB465B;
}
.AnyTagClassName
{
color: #BB465B;
}
</style>
background-color css
<style>
a { background-color: #BB465B; }
a { background-color: rgb(187,70,91); }
div.DivClassName
{
background-color: #BB465B;
}
.BgClassName
{
background-color: #BB465B;
}
</style>
border-color css
<style>
span { border-color: #BB465B; }
span { border-color: rgb(187,70,91); }
td.TdClassName
{
border-color: #BB465B;
}
.TagClassName
{
border-color: #BB465B;
}
</style>