Shades of Bouquet #B7699B
Tints of Bouquet #B7699B
RGB
CMYK
RGB Variations
Color information
#B7699B (or 0xB7699B) is known color: Bouquet. HEX triplet: B7, 69 and 9B. RGB value is (183,105,155). Sum of RGB (Red+Green+Blue) = 183+105+155=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7699B is #489664. Grayscale: #858585. Windows color (decimal): -4757093 or 10185143. OLE color: 10185143.
HSL color Cylindrical-coordinate representation of color #B7699B: hue angle of 321.54º 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 #B7699B is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 155 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.28 |
| HSL | 321.54º | 0.35% | 0.56% | - |
| HSV(B) | 321.54º | 0.43% | 0.72% | - |
| XYZ | 30.5 | 22.54 | 33.75 | - |
| YUV | 134.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 155 | 0 | 0.43 | 0.15 | 0.28 | 321.54 | 0.35 | 0.56 |
| Hex | B7 | 69 | 9B | 0 | 2B | F | 1C | 142 | 23 | 38 |
| Octal | 267 | 151 | 233 | 0 | 53 | 17 | 34 | 502 | 43 | 70 |
| Binary | 10110111 | 1101001 | 10011011 | 0 | 101011 | 1111 | 11100 | 101000010 | 100011 | 111000 |
Color Harmonies of #B7699B
Complementary color
Monochromatic Colors of #B7699B
Black with #B7699B
Text Example
Text Example
White with #B7699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7699B; }
p { color: rgb(183,105,155); }
H1.HeaderClassName
{
color: #B7699B;
}
.AnyTagClassName
{
color: #B7699B;
}
</style>
background-color css
<style>
a { background-color: #B7699B; }
a { background-color: rgb(183,105,155); }
div.DivClassName
{
background-color: #B7699B;
}
.BgClassName
{
background-color: #B7699B;
}
</style>
border-color css
<style>
span { border-color: #B7699B; }
span { border-color: rgb(183,105,155); }
td.TdClassName
{
border-color: #B7699B;
}
.TagClassName
{
border-color: #B7699B;
}
</style>