Shades of Bouquet #BB7AA5
Tints of Bouquet #BB7AA5
RGB
CMYK
RGB Variations
Color information
#BB7AA5 (or 0xBB7AA5) is known color: Bouquet. HEX triplet: BB, 7A and A5. RGB value is (187,122,165). Sum of RGB (Red+Green+Blue) = 187+122+165=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7AA5 is #44855A. Grayscale: #929292. Windows color (decimal): -4490587 or 10844859. OLE color: 10844859.
HSL color Cylindrical-coordinate representation of color #BB7AA5: hue angle of 320.31º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7AA5 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 165 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.27 |
| HSL | 320.31º | 0.32% | 0.61% | - |
| HSV(B) | 320.31º | 0.35% | 0.73% | - |
| XYZ | 34.24 | 27.2 | 39.04 | - |
| YUV | 146.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 165 | 0 | 0.35 | 0.12 | 0.27 | 320.31 | 0.32 | 0.61 |
| Hex | BB | 7A | A5 | 0 | 23 | C | 1B | 140 | 20 | 3D |
| Octal | 273 | 172 | 245 | 0 | 43 | 14 | 33 | 500 | 40 | 75 |
| Binary | 10111011 | 1111010 | 10100101 | 0 | 100011 | 1100 | 11011 | 101000000 | 100000 | 111101 |
Color Harmonies of #BB7AA5
Complementary color
Monochromatic Colors of #BB7AA5
Black with #BB7AA5
Text Example
Text Example
White with #BB7AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7AA5; }
p { color: rgb(187,122,165); }
H1.HeaderClassName
{
color: #BB7AA5;
}
.AnyTagClassName
{
color: #BB7AA5;
}
</style>
background-color css
<style>
a { background-color: #BB7AA5; }
a { background-color: rgb(187,122,165); }
div.DivClassName
{
background-color: #BB7AA5;
}
.BgClassName
{
background-color: #BB7AA5;
}
</style>
border-color css
<style>
span { border-color: #BB7AA5; }
span { border-color: rgb(187,122,165); }
td.TdClassName
{
border-color: #BB7AA5;
}
.TagClassName
{
border-color: #BB7AA5;
}
</style>