Shades of Bouquet #B7659F
Tints of Bouquet #B7659F
RGB
CMYK
RGB Variations
Color information
#B7659F (or 0xB7659F) is known color: Bouquet. HEX triplet: B7, 65 and 9F. RGB value is (183,101,159). Sum of RGB (Red+Green+Blue) = 183+101+159=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7659F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7659F is #489A60. Grayscale: #838383. Windows color (decimal): -4758113 or 10446263. OLE color: 10446263.
HSL color Cylindrical-coordinate representation of color #B7659F: hue angle of 317.56º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7659F is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 159 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.28 |
| HSL | 317.56º | 0.36% | 0.56% | - |
| HSV(B) | 317.56º | 0.45% | 0.72% | - |
| XYZ | 30.44 | 21.88 | 35.42 | - |
| YUV | 132.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 159 | 0 | 0.45 | 0.13 | 0.28 | 317.56 | 0.36 | 0.56 |
| Hex | B7 | 65 | 9F | 0 | 2D | D | 1C | 13E | 24 | 38 |
| Octal | 267 | 145 | 237 | 0 | 55 | 15 | 34 | 476 | 44 | 70 |
| Binary | 10110111 | 1100101 | 10011111 | 0 | 101101 | 1101 | 11100 | 100111110 | 100100 | 111000 |
Color Harmonies of #B7659F
Complementary color
Monochromatic Colors of #B7659F
Black with #B7659F
Text Example
Text Example
White with #B7659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7659F; }
p { color: rgb(183,101,159); }
H1.HeaderClassName
{
color: #B7659F;
}
.AnyTagClassName
{
color: #B7659F;
}
</style>
background-color css
<style>
a { background-color: #B7659F; }
a { background-color: rgb(183,101,159); }
div.DivClassName
{
background-color: #B7659F;
}
.BgClassName
{
background-color: #B7659F;
}
</style>
border-color css
<style>
span { border-color: #B7659F; }
span { border-color: rgb(183,101,159); }
td.TdClassName
{
border-color: #B7659F;
}
.TagClassName
{
border-color: #B7659F;
}
</style>