Shades of Bouquet #B76EA0
Tints of Bouquet #B76EA0
RGB
CMYK
RGB Variations
Color information
#B76EA0 (or 0xB76EA0) is known color: Bouquet. HEX triplet: B7, 6E and A0. RGB value is (183,110,160). Sum of RGB (Red+Green+Blue) = 183+110+160=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B76EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76EA0 is #48915F. Grayscale: #898989. Windows color (decimal): -4755808 or 10514103. OLE color: 10514103.
HSL color Cylindrical-coordinate representation of color #B76EA0: hue angle of 318.9º 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 #B76EA0 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 160 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.28 |
| HSL | 318.9º | 0.34% | 0.57% | - |
| HSV(B) | 318.9º | 0.4% | 0.72% | - |
| XYZ | 31.45 | 23.76 | 36.19 | - |
| YUV | 137.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 160 | 0 | 0.40 | 0.13 | 0.28 | 318.9 | 0.34 | 0.57 |
| Hex | B7 | 6E | A0 | 0 | 28 | D | 1C | 13F | 22 | 39 |
| Octal | 267 | 156 | 240 | 0 | 50 | 15 | 34 | 477 | 42 | 71 |
| Binary | 10110111 | 1101110 | 10100000 | 0 | 101000 | 1101 | 11100 | 100111111 | 100010 | 111001 |
Color Harmonies of #B76EA0
Complementary color
Monochromatic Colors of #B76EA0
Black with #B76EA0
Text Example
Text Example
White with #B76EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EA0; }
p { color: rgb(183,110,160); }
H1.HeaderClassName
{
color: #B76EA0;
}
.AnyTagClassName
{
color: #B76EA0;
}
</style>
background-color css
<style>
a { background-color: #B76EA0; }
a { background-color: rgb(183,110,160); }
div.DivClassName
{
background-color: #B76EA0;
}
.BgClassName
{
background-color: #B76EA0;
}
</style>
border-color css
<style>
span { border-color: #B76EA0; }
span { border-color: rgb(183,110,160); }
td.TdClassName
{
border-color: #B76EA0;
}
.TagClassName
{
border-color: #B76EA0;
}
</style>