Shades of Bouquet #B6749E
Tints of Bouquet #B6749E
RGB
CMYK
RGB Variations
Color information
#B6749E (or 0xB6749E) is known color: Bouquet. HEX triplet: B6, 74 and 9E. RGB value is (182,116,158). Sum of RGB (Red+Green+Blue) = 182+116+158=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B6749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6749E is #498B61. Grayscale: #8C8C8C. Windows color (decimal): -4819810 or 10384566. OLE color: 10384566.
HSL color Cylindrical-coordinate representation of color #B6749E: hue angle of 321.82º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6749E is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 116 | 158 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.29 |
| HSL | 321.82º | 0.31% | 0.58% | - |
| HSV(B) | 321.82º | 0.36% | 0.71% | - |
| XYZ | 31.71 | 24.9 | 35.48 | - |
| YUV | 140.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 116 | 158 | 0 | 0.36 | 0.13 | 0.29 | 321.82 | 0.31 | 0.58 |
| Hex | B6 | 74 | 9E | 0 | 24 | D | 1D | 142 | 1F | 3A |
| Octal | 266 | 164 | 236 | 0 | 44 | 15 | 35 | 502 | 37 | 72 |
| Binary | 10110110 | 1110100 | 10011110 | 0 | 100100 | 1101 | 11101 | 101000010 | 11111 | 111010 |
Color Harmonies of #B6749E
Complementary color
Monochromatic Colors of #B6749E
Black with #B6749E
Text Example
Text Example
White with #B6749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6749E; }
p { color: rgb(182,116,158); }
H1.HeaderClassName
{
color: #B6749E;
}
.AnyTagClassName
{
color: #B6749E;
}
</style>
background-color css
<style>
a { background-color: #B6749E; }
a { background-color: rgb(182,116,158); }
div.DivClassName
{
background-color: #B6749E;
}
.BgClassName
{
background-color: #B6749E;
}
</style>
border-color css
<style>
span { border-color: #B6749E; }
span { border-color: rgb(182,116,158); }
td.TdClassName
{
border-color: #B6749E;
}
.TagClassName
{
border-color: #B6749E;
}
</style>