Shades of Hippie Pink #BB455C
Tints of Hippie Pink #BB455C
RGB
CMYK
RGB Variations
Color information
#BB455C (or 0xBB455C) is known color: Hippie Pink. HEX triplet: BB, 45 and 5C. RGB value is (187,69,92). Sum of RGB (Red+Green+Blue) = 187+69+92=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB455C is #44BAA3. Grayscale: #6A6A6A. Windows color (decimal): -4504228 or 6047163. OLE color: 6047163.
HSL color Cylindrical-coordinate representation of color #BB455C: hue angle of 348.31º 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 #BB455C is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 92 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.27 |
| HSL | 348.31º | 0.46% | 0.5% | - |
| HSV(B) | 348.31º | 0.63% | 0.73% | - |
| XYZ | 24.55 | 15.59 | 11.84 | - |
| YUV | 106.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 92 | 0 | 0.63 | 0.51 | 0.27 | 348.31 | 0.46 | 0.5 |
| Hex | BB | 45 | 5C | 0 | 3F | 33 | 1B | 15C | 2E | 32 |
| Octal | 273 | 105 | 134 | 0 | 77 | 63 | 33 | 534 | 56 | 62 |
| Binary | 10111011 | 1000101 | 1011100 | 0 | 111111 | 110011 | 11011 | 101011100 | 101110 | 110010 |
Color Harmonies of #BB455C
Complementary color
Monochromatic Colors of #BB455C
Black with #BB455C
Text Example
Text Example
White with #BB455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB455C; }
p { color: rgb(187,69,92); }
H1.HeaderClassName
{
color: #BB455C;
}
.AnyTagClassName
{
color: #BB455C;
}
</style>
background-color css
<style>
a { background-color: #BB455C; }
a { background-color: rgb(187,69,92); }
div.DivClassName
{
background-color: #BB455C;
}
.BgClassName
{
background-color: #BB455C;
}
</style>
border-color css
<style>
span { border-color: #BB455C; }
span { border-color: rgb(187,69,92); }
td.TdClassName
{
border-color: #BB455C;
}
.TagClassName
{
border-color: #BB455C;
}
</style>