Shades of Bouquet #B76DA2
Tints of Bouquet #B76DA2
RGB
CMYK
RGB Variations
Color information
#B76DA2 (or 0xB76DA2) is known color: Bouquet. HEX triplet: B7, 6D and A2. RGB value is (183,109,162). Sum of RGB (Red+Green+Blue) = 183+109+162=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B76DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76DA2 is #48925D. Grayscale: #898989. Windows color (decimal): -4756062 or 10644919. OLE color: 10644919.
HSL color Cylindrical-coordinate representation of color #B76DA2: hue angle of 317.03º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76DA2 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 162 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.28 |
| HSL | 317.03º | 0.34% | 0.57% | - |
| HSV(B) | 317.03º | 0.4% | 0.72% | - |
| XYZ | 31.52 | 23.61 | 37.08 | - |
| YUV | 137.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 162 | 0 | 0.40 | 0.11 | 0.28 | 317.03 | 0.34 | 0.57 |
| Hex | B7 | 6D | A2 | 0 | 28 | B | 1C | 13D | 22 | 39 |
| Octal | 267 | 155 | 242 | 0 | 50 | 13 | 34 | 475 | 42 | 71 |
| Binary | 10110111 | 1101101 | 10100010 | 0 | 101000 | 1011 | 11100 | 100111101 | 100010 | 111001 |
Color Harmonies of #B76DA2
Complementary color
Monochromatic Colors of #B76DA2
Black with #B76DA2
Text Example
Text Example
White with #B76DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DA2; }
p { color: rgb(183,109,162); }
H1.HeaderClassName
{
color: #B76DA2;
}
.AnyTagClassName
{
color: #B76DA2;
}
</style>
background-color css
<style>
a { background-color: #B76DA2; }
a { background-color: rgb(183,109,162); }
div.DivClassName
{
background-color: #B76DA2;
}
.BgClassName
{
background-color: #B76DA2;
}
</style>
border-color css
<style>
span { border-color: #B76DA2; }
span { border-color: rgb(183,109,162); }
td.TdClassName
{
border-color: #B76DA2;
}
.TagClassName
{
border-color: #B76DA2;
}
</style>