Shades of Bouquet #B579A6
Tints of Bouquet #B579A6
RGB
CMYK
RGB Variations
Color information
#B579A6 (or 0xB579A6) is known color: Bouquet. HEX triplet: B5, 79 and A6. RGB value is (181,121,166). Sum of RGB (Red+Green+Blue) = 181+121+166=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B579A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B579A6 is #4A8659. Grayscale: #8F8F8F. Windows color (decimal): -4884058 or 10910133. OLE color: 10910133.
HSL color Cylindrical-coordinate representation of color #B579A6: hue angle of 315º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B579A6 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 166 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.29 |
| HSL | 315º | 0.29% | 0.59% | - |
| HSV(B) | 315º | 0.33% | 0.71% | - |
| XYZ | 32.78 | 26.25 | 39.42 | - |
| YUV | 144.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 166 | 0 | 0.33 | 0.08 | 0.29 | 315 | 0.29 | 0.59 |
| Hex | B5 | 79 | A6 | 0 | 21 | 8 | 1D | 13B | 1D | 3B |
| Octal | 265 | 171 | 246 | 0 | 41 | 10 | 35 | 473 | 35 | 73 |
| Binary | 10110101 | 1111001 | 10100110 | 0 | 100001 | 1000 | 11101 | 100111011 | 11101 | 111011 |
Color Harmonies of #B579A6
Complementary color
Monochromatic Colors of #B579A6
Black with #B579A6
Text Example
Text Example
White with #B579A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B579A6; }
p { color: rgb(181,121,166); }
H1.HeaderClassName
{
color: #B579A6;
}
.AnyTagClassName
{
color: #B579A6;
}
</style>
background-color css
<style>
a { background-color: #B579A6; }
a { background-color: rgb(181,121,166); }
div.DivClassName
{
background-color: #B579A6;
}
.BgClassName
{
background-color: #B579A6;
}
</style>
border-color css
<style>
span { border-color: #B579A6; }
span { border-color: rgb(181,121,166); }
td.TdClassName
{
border-color: #B579A6;
}
.TagClassName
{
border-color: #B579A6;
}
</style>