Shades of Bouquet #B7739E
Tints of Bouquet #B7739E
RGB
CMYK
RGB Variations
Color information
#B7739E (or 0xB7739E) is known color: Bouquet. HEX triplet: B7, 73 and 9E. RGB value is (183,115,158). Sum of RGB (Red+Green+Blue) = 183+115+158=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B7739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7739E is #488C61. Grayscale: #8C8C8C. Windows color (decimal): -4754530 or 10384311. OLE color: 10384311.
HSL color Cylindrical-coordinate representation of color #B7739E: hue angle of 322.06º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7739E is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 158 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.28 |
| HSL | 322.06º | 0.32% | 0.58% | - |
| HSV(B) | 322.06º | 0.37% | 0.72% | - |
| XYZ | 31.83 | 24.8 | 35.46 | - |
| YUV | 140.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 158 | 0 | 0.37 | 0.14 | 0.28 | 322.06 | 0.32 | 0.58 |
| Hex | B7 | 73 | 9E | 0 | 25 | E | 1C | 142 | 20 | 3A |
| Octal | 267 | 163 | 236 | 0 | 45 | 16 | 34 | 502 | 40 | 72 |
| Binary | 10110111 | 1110011 | 10011110 | 0 | 100101 | 1110 | 11100 | 101000010 | 100000 | 111010 |
Color Harmonies of #B7739E
Complementary color
Monochromatic Colors of #B7739E
Black with #B7739E
Text Example
Text Example
White with #B7739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7739E; }
p { color: rgb(183,115,158); }
H1.HeaderClassName
{
color: #B7739E;
}
.AnyTagClassName
{
color: #B7739E;
}
</style>
background-color css
<style>
a { background-color: #B7739E; }
a { background-color: rgb(183,115,158); }
div.DivClassName
{
background-color: #B7739E;
}
.BgClassName
{
background-color: #B7739E;
}
</style>
border-color css
<style>
span { border-color: #B7739E; }
span { border-color: rgb(183,115,158); }
td.TdClassName
{
border-color: #B7739E;
}
.TagClassName
{
border-color: #B7739E;
}
</style>