Shades of Bouquet #B7689E
Tints of Bouquet #B7689E
RGB
CMYK
RGB Variations
Color information
#B7689E (or 0xB7689E) is known color: Bouquet. HEX triplet: B7, 68 and 9E. RGB value is (183,104,158). Sum of RGB (Red+Green+Blue) = 183+104+158=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B7689E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7689E is #489761. Grayscale: #858585. Windows color (decimal): -4757346 or 10381495. OLE color: 10381495.
HSL color Cylindrical-coordinate representation of color #B7689E: hue angle of 318.99º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7689E is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 158 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.28 |
| HSL | 318.99º | 0.35% | 0.56% | - |
| HSV(B) | 318.99º | 0.43% | 0.72% | - |
| XYZ | 30.65 | 22.44 | 35.06 | - |
| YUV | 133.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 158 | 0 | 0.43 | 0.14 | 0.28 | 318.99 | 0.35 | 0.56 |
| Hex | B7 | 68 | 9E | 0 | 2B | E | 1C | 13F | 23 | 38 |
| Octal | 267 | 150 | 236 | 0 | 53 | 16 | 34 | 477 | 43 | 70 |
| Binary | 10110111 | 1101000 | 10011110 | 0 | 101011 | 1110 | 11100 | 100111111 | 100011 | 111000 |
Color Harmonies of #B7689E
Complementary color
Monochromatic Colors of #B7689E
Black with #B7689E
Text Example
Text Example
White with #B7689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7689E; }
p { color: rgb(183,104,158); }
H1.HeaderClassName
{
color: #B7689E;
}
.AnyTagClassName
{
color: #B7689E;
}
</style>
background-color css
<style>
a { background-color: #B7689E; }
a { background-color: rgb(183,104,158); }
div.DivClassName
{
background-color: #B7689E;
}
.BgClassName
{
background-color: #B7689E;
}
</style>
border-color css
<style>
span { border-color: #B7689E; }
span { border-color: rgb(183,104,158); }
td.TdClassName
{
border-color: #B7689E;
}
.TagClassName
{
border-color: #B7689E;
}
</style>