Shades of Bouquet #B76EA2
Tints of Bouquet #B76EA2
RGB
CMYK
RGB Variations
Color information
#B76EA2 (or 0xB76EA2) is known color: Bouquet. HEX triplet: B7, 6E and A2. RGB value is (183,110,162). Sum of RGB (Red+Green+Blue) = 183+110+162=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B76EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76EA2 is #48915D. Grayscale: #898989. Windows color (decimal): -4755806 or 10645175. OLE color: 10645175.
HSL color Cylindrical-coordinate representation of color #B76EA2: hue angle of 317.26º 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 #B76EA2 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 162 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.28 |
| HSL | 317.26º | 0.34% | 0.57% | - |
| HSV(B) | 317.26º | 0.4% | 0.72% | - |
| XYZ | 31.63 | 23.83 | 37.11 | - |
| YUV | 137.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 162 | 0 | 0.40 | 0.11 | 0.28 | 317.26 | 0.34 | 0.57 |
| Hex | B7 | 6E | A2 | 0 | 28 | B | 1C | 13D | 22 | 39 |
| Octal | 267 | 156 | 242 | 0 | 50 | 13 | 34 | 475 | 42 | 71 |
| Binary | 10110111 | 1101110 | 10100010 | 0 | 101000 | 1011 | 11100 | 100111101 | 100010 | 111001 |
Color Harmonies of #B76EA2
Complementary color
Monochromatic Colors of #B76EA2
Black with #B76EA2
Text Example
Text Example
White with #B76EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EA2; }
p { color: rgb(183,110,162); }
H1.HeaderClassName
{
color: #B76EA2;
}
.AnyTagClassName
{
color: #B76EA2;
}
</style>
background-color css
<style>
a { background-color: #B76EA2; }
a { background-color: rgb(183,110,162); }
div.DivClassName
{
background-color: #B76EA2;
}
.BgClassName
{
background-color: #B76EA2;
}
</style>
border-color css
<style>
span { border-color: #B76EA2; }
span { border-color: rgb(183,110,162); }
td.TdClassName
{
border-color: #B76EA2;
}
.TagClassName
{
border-color: #B76EA2;
}
</style>