Shades of Bouquet #BB7BA3
Tints of Bouquet #BB7BA3
RGB
CMYK
RGB Variations
Color information
#BB7BA3 (or 0xBB7BA3) is known color: Bouquet. HEX triplet: BB, 7B and A3. RGB value is (187,123,163). Sum of RGB (Red+Green+Blue) = 187+123+163=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7BA3 is #44845C. Grayscale: #929292. Windows color (decimal): -4490333 or 10714043. OLE color: 10714043.
HSL color Cylindrical-coordinate representation of color #BB7BA3: hue angle of 322.5º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7BA3 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 163 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.27 |
| HSL | 322.5º | 0.32% | 0.61% | - |
| HSV(B) | 322.5º | 0.34% | 0.73% | - |
| XYZ | 34.19 | 27.38 | 38.13 | - |
| YUV | 146.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 163 | 0 | 0.34 | 0.13 | 0.27 | 322.5 | 0.32 | 0.61 |
| Hex | BB | 7B | A3 | 0 | 22 | D | 1B | 142 | 20 | 3D |
| Octal | 273 | 173 | 243 | 0 | 42 | 15 | 33 | 502 | 40 | 75 |
| Binary | 10111011 | 1111011 | 10100011 | 0 | 100010 | 1101 | 11011 | 101000010 | 100000 | 111101 |
Color Harmonies of #BB7BA3
Complementary color
Monochromatic Colors of #BB7BA3
Black with #BB7BA3
Text Example
Text Example
White with #BB7BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7BA3; }
p { color: rgb(187,123,163); }
H1.HeaderClassName
{
color: #BB7BA3;
}
.AnyTagClassName
{
color: #BB7BA3;
}
</style>
background-color css
<style>
a { background-color: #BB7BA3; }
a { background-color: rgb(187,123,163); }
div.DivClassName
{
background-color: #BB7BA3;
}
.BgClassName
{
background-color: #BB7BA3;
}
</style>
border-color css
<style>
span { border-color: #BB7BA3; }
span { border-color: rgb(187,123,163); }
td.TdClassName
{
border-color: #BB7BA3;
}
.TagClassName
{
border-color: #BB7BA3;
}
</style>