Shades of Bouquet #B77CA6
Tints of Bouquet #B77CA6
RGB
CMYK
RGB Variations
Color information
#B77CA6 (or 0xB77CA6) is known color: Bouquet. HEX triplet: B7, 7C and A6. RGB value is (183,124,166). Sum of RGB (Red+Green+Blue) = 183+124+166=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B77CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77CA6 is #488359. Grayscale: #929292. Windows color (decimal): -4752218 or 10910903. OLE color: 10910903.
HSL color Cylindrical-coordinate representation of color #B77CA6: hue angle of 317.29º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77CA6 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 166 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.28 |
| HSL | 317.29º | 0.29% | 0.6% | - |
| HSV(B) | 317.29º | 0.32% | 0.72% | - |
| XYZ | 33.62 | 27.24 | 39.56 | - |
| YUV | 146.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 166 | 0 | 0.32 | 0.09 | 0.28 | 317.29 | 0.29 | 0.6 |
| Hex | B7 | 7C | A6 | 0 | 20 | 9 | 1C | 13D | 1D | 3C |
| Octal | 267 | 174 | 246 | 0 | 40 | 11 | 34 | 475 | 35 | 74 |
| Binary | 10110111 | 1111100 | 10100110 | 0 | 100000 | 1001 | 11100 | 100111101 | 11101 | 111100 |
Color Harmonies of #B77CA6
Complementary color
Monochromatic Colors of #B77CA6
Black with #B77CA6
Text Example
Text Example
White with #B77CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77CA6; }
p { color: rgb(183,124,166); }
H1.HeaderClassName
{
color: #B77CA6;
}
.AnyTagClassName
{
color: #B77CA6;
}
</style>
background-color css
<style>
a { background-color: #B77CA6; }
a { background-color: rgb(183,124,166); }
div.DivClassName
{
background-color: #B77CA6;
}
.BgClassName
{
background-color: #B77CA6;
}
</style>
border-color css
<style>
span { border-color: #B77CA6; }
span { border-color: rgb(183,124,166); }
td.TdClassName
{
border-color: #B77CA6;
}
.TagClassName
{
border-color: #B77CA6;
}
</style>