Shades of Bouquet #B7689A
Tints of Bouquet #B7689A
RGB
CMYK
RGB Variations
Color information
#B7689A (or 0xB7689A) is known color: Bouquet. HEX triplet: B7, 68 and 9A. RGB value is (183,104,154). Sum of RGB (Red+Green+Blue) = 183+104+154=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7689A is #489765. Grayscale: #858585. Windows color (decimal): -4757350 or 10119351. OLE color: 10119351.
HSL color Cylindrical-coordinate representation of color #B7689A: hue angle of 322.03º 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 #B7689A is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 154 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.28 |
| HSL | 322.03º | 0.35% | 0.56% | - |
| HSV(B) | 322.03º | 0.43% | 0.72% | - |
| XYZ | 30.31 | 22.3 | 33.28 | - |
| YUV | 133.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 154 | 0 | 0.43 | 0.16 | 0.28 | 322.03 | 0.35 | 0.56 |
| Hex | B7 | 68 | 9A | 0 | 2B | 10 | 1C | 142 | 23 | 38 |
| Octal | 267 | 150 | 232 | 0 | 53 | 20 | 34 | 502 | 43 | 70 |
| Binary | 10110111 | 1101000 | 10011010 | 0 | 101011 | 10000 | 11100 | 101000010 | 100011 | 111000 |
Color Harmonies of #B7689A
Complementary color
Monochromatic Colors of #B7689A
Black with #B7689A
Text Example
Text Example
White with #B7689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7689A; }
p { color: rgb(183,104,154); }
H1.HeaderClassName
{
color: #B7689A;
}
.AnyTagClassName
{
color: #B7689A;
}
</style>
background-color css
<style>
a { background-color: #B7689A; }
a { background-color: rgb(183,104,154); }
div.DivClassName
{
background-color: #B7689A;
}
.BgClassName
{
background-color: #B7689A;
}
</style>
border-color css
<style>
span { border-color: #B7689A; }
span { border-color: rgb(183,104,154); }
td.TdClassName
{
border-color: #B7689A;
}
.TagClassName
{
border-color: #B7689A;
}
</style>