Shades of Hippie Pink #BB455B
Tints of Hippie Pink #BB455B
RGB
CMYK
RGB Variations
Color information
#BB455B (or 0xBB455B) is known color: Hippie Pink. HEX triplet: BB, 45 and 5B. RGB value is (187,69,91). Sum of RGB (Red+Green+Blue) = 187+69+91=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB455B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB455B is #44BAA4. Grayscale: #6A6A6A. Windows color (decimal): -4504229 or 5981627. OLE color: 5981627.
HSL color Cylindrical-coordinate representation of color #BB455B: hue angle of 348.81º 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 #BB455B is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 91 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.27 |
| HSL | 348.81º | 0.46% | 0.5% | - |
| HSV(B) | 348.81º | 0.63% | 0.73% | - |
| XYZ | 24.51 | 15.58 | 11.61 | - |
| YUV | 106.79 | 119.09 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 91 | 0 | 0.63 | 0.51 | 0.27 | 348.81 | 0.46 | 0.5 |
| Hex | BB | 45 | 5B | 0 | 3F | 33 | 1B | 15D | 2E | 32 |
| Octal | 273 | 105 | 133 | 0 | 77 | 63 | 33 | 535 | 56 | 62 |
| Binary | 10111011 | 1000101 | 1011011 | 0 | 111111 | 110011 | 11011 | 101011101 | 101110 | 110010 |
Color Harmonies of #BB455B
Complementary color
Monochromatic Colors of #BB455B
Black with #BB455B
Text Example
Text Example
White with #BB455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB455B; }
p { color: rgb(187,69,91); }
H1.HeaderClassName
{
color: #BB455B;
}
.AnyTagClassName
{
color: #BB455B;
}
</style>
background-color css
<style>
a { background-color: #BB455B; }
a { background-color: rgb(187,69,91); }
div.DivClassName
{
background-color: #BB455B;
}
.BgClassName
{
background-color: #BB455B;
}
</style>
border-color css
<style>
span { border-color: #BB455B; }
span { border-color: rgb(187,69,91); }
td.TdClassName
{
border-color: #BB455B;
}
.TagClassName
{
border-color: #BB455B;
}
</style>