Shades of Bouquet #BB7AA3
Tints of Bouquet #BB7AA3
RGB
CMYK
RGB Variations
Color information
#BB7AA3 (or 0xBB7AA3) is known color: Bouquet. HEX triplet: BB, 7A and A3. RGB value is (187,122,163). Sum of RGB (Red+Green+Blue) = 187+122+163=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7AA3 is #44855C. Grayscale: #929292. Windows color (decimal): -4490589 or 10713787. OLE color: 10713787.
HSL color Cylindrical-coordinate representation of color #BB7AA3: hue angle of 322.15º 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 #BB7AA3 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 163 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.27 |
| HSL | 322.15º | 0.32% | 0.61% | - |
| HSV(B) | 322.15º | 0.35% | 0.73% | - |
| XYZ | 34.06 | 27.13 | 38.09 | - |
| YUV | 146.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 163 | 0 | 0.35 | 0.13 | 0.27 | 322.15 | 0.32 | 0.61 |
| Hex | BB | 7A | A3 | 0 | 23 | D | 1B | 142 | 20 | 3D |
| Octal | 273 | 172 | 243 | 0 | 43 | 15 | 33 | 502 | 40 | 75 |
| Binary | 10111011 | 1111010 | 10100011 | 0 | 100011 | 1101 | 11011 | 101000010 | 100000 | 111101 |
Color Harmonies of #BB7AA3
Complementary color
Monochromatic Colors of #BB7AA3
Black with #BB7AA3
Text Example
Text Example
White with #BB7AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7AA3; }
p { color: rgb(187,122,163); }
H1.HeaderClassName
{
color: #BB7AA3;
}
.AnyTagClassName
{
color: #BB7AA3;
}
</style>
background-color css
<style>
a { background-color: #BB7AA3; }
a { background-color: rgb(187,122,163); }
div.DivClassName
{
background-color: #BB7AA3;
}
.BgClassName
{
background-color: #BB7AA3;
}
</style>
border-color css
<style>
span { border-color: #BB7AA3; }
span { border-color: rgb(187,122,163); }
td.TdClassName
{
border-color: #BB7AA3;
}
.TagClassName
{
border-color: #BB7AA3;
}
</style>