Shades of Bouquet #B773A6
Tints of Bouquet #B773A6
RGB
CMYK
RGB Variations
Color information
#B773A6 (or 0xB773A6) is known color: Bouquet. HEX triplet: B7, 73 and A6. RGB value is (183,115,166). Sum of RGB (Red+Green+Blue) = 183+115+166=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B773A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B773A6 is #488C59. Grayscale: #8D8D8D. Windows color (decimal): -4754522 or 10908599. OLE color: 10908599.
HSL color Cylindrical-coordinate representation of color #B773A6: hue angle of 315º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B773A6 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 166 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.28 |
| HSL | 315º | 0.32% | 0.58% | - |
| HSV(B) | 315º | 0.37% | 0.72% | - |
| XYZ | 32.54 | 25.08 | 39.2 | - |
| YUV | 141.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 166 | 0 | 0.37 | 0.09 | 0.28 | 315 | 0.32 | 0.58 |
| Hex | B7 | 73 | A6 | 0 | 25 | 9 | 1C | 13B | 20 | 3A |
| Octal | 267 | 163 | 246 | 0 | 45 | 11 | 34 | 473 | 40 | 72 |
| Binary | 10110111 | 1110011 | 10100110 | 0 | 100101 | 1001 | 11100 | 100111011 | 100000 | 111010 |
Color Harmonies of #B773A6
Complementary color
Monochromatic Colors of #B773A6
Black with #B773A6
Text Example
Text Example
White with #B773A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B773A6; }
p { color: rgb(183,115,166); }
H1.HeaderClassName
{
color: #B773A6;
}
.AnyTagClassName
{
color: #B773A6;
}
</style>
background-color css
<style>
a { background-color: #B773A6; }
a { background-color: rgb(183,115,166); }
div.DivClassName
{
background-color: #B773A6;
}
.BgClassName
{
background-color: #B773A6;
}
</style>
border-color css
<style>
span { border-color: #B773A6; }
span { border-color: rgb(183,115,166); }
td.TdClassName
{
border-color: #B773A6;
}
.TagClassName
{
border-color: #B773A6;
}
</style>