Shades of Bouquet #B779A3
Tints of Bouquet #B779A3
RGB
CMYK
RGB Variations
Color information
#B779A3 (or 0xB779A3) is known color: Bouquet. HEX triplet: B7, 79 and A3. RGB value is (183,121,163). Sum of RGB (Red+Green+Blue) = 183+121+163=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B779A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B779A3 is #48865C. Grayscale: #909090. Windows color (decimal): -4752989 or 10713527. OLE color: 10713527.
HSL color Cylindrical-coordinate representation of color #B779A3: hue angle of 319.35º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B779A3 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 163 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.28 |
| HSL | 319.35º | 0.3% | 0.6% | - |
| HSV(B) | 319.35º | 0.34% | 0.72% | - |
| XYZ | 32.98 | 26.39 | 38.01 | - |
| YUV | 144.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 163 | 0 | 0.34 | 0.11 | 0.28 | 319.35 | 0.3 | 0.6 |
| Hex | B7 | 79 | A3 | 0 | 22 | B | 1C | 13F | 1E | 3C |
| Octal | 267 | 171 | 243 | 0 | 42 | 13 | 34 | 477 | 36 | 74 |
| Binary | 10110111 | 1111001 | 10100011 | 0 | 100010 | 1011 | 11100 | 100111111 | 11110 | 111100 |
Color Harmonies of #B779A3
Complementary color
Monochromatic Colors of #B779A3
Black with #B779A3
Text Example
Text Example
White with #B779A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B779A3; }
p { color: rgb(183,121,163); }
H1.HeaderClassName
{
color: #B779A3;
}
.AnyTagClassName
{
color: #B779A3;
}
</style>
background-color css
<style>
a { background-color: #B779A3; }
a { background-color: rgb(183,121,163); }
div.DivClassName
{
background-color: #B779A3;
}
.BgClassName
{
background-color: #B779A3;
}
</style>
border-color css
<style>
span { border-color: #B779A3; }
span { border-color: rgb(183,121,163); }
td.TdClassName
{
border-color: #B779A3;
}
.TagClassName
{
border-color: #B779A3;
}
</style>