Shades of Bouquet #BB7CA0
Tints of Bouquet #BB7CA0
RGB
CMYK
RGB Variations
Color information
#BB7CA0 (or 0xBB7CA0) is known color: Bouquet. HEX triplet: BB, 7C and A0. RGB value is (187,124,160). Sum of RGB (Red+Green+Blue) = 187+124+160=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7CA0 is #44835F. Grayscale: #929292. Windows color (decimal): -4490080 or 10517691. OLE color: 10517691.
HSL color Cylindrical-coordinate representation of color #BB7CA0: hue angle of 325.71º 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 #BB7CA0 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 160 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.27 |
| HSL | 325.71º | 0.32% | 0.61% | - |
| HSV(B) | 325.71º | 0.34% | 0.73% | - |
| XYZ | 34.05 | 27.52 | 36.77 | - |
| YUV | 146.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 160 | 0 | 0.34 | 0.14 | 0.27 | 325.71 | 0.32 | 0.61 |
| Hex | BB | 7C | A0 | 0 | 22 | E | 1B | 146 | 20 | 3D |
| Octal | 273 | 174 | 240 | 0 | 42 | 16 | 33 | 506 | 40 | 75 |
| Binary | 10111011 | 1111100 | 10100000 | 0 | 100010 | 1110 | 11011 | 101000110 | 100000 | 111101 |
Color Harmonies of #BB7CA0
Complementary color
Monochromatic Colors of #BB7CA0
Black with #BB7CA0
Text Example
Text Example
White with #BB7CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7CA0; }
p { color: rgb(187,124,160); }
H1.HeaderClassName
{
color: #BB7CA0;
}
.AnyTagClassName
{
color: #BB7CA0;
}
</style>
background-color css
<style>
a { background-color: #BB7CA0; }
a { background-color: rgb(187,124,160); }
div.DivClassName
{
background-color: #BB7CA0;
}
.BgClassName
{
background-color: #BB7CA0;
}
</style>
border-color css
<style>
span { border-color: #BB7CA0; }
span { border-color: rgb(187,124,160); }
td.TdClassName
{
border-color: #BB7CA0;
}
.TagClassName
{
border-color: #BB7CA0;
}
</style>