Shades of Bouquet #B7659D
Tints of Bouquet #B7659D
RGB
CMYK
RGB Variations
Color information
#B7659D (or 0xB7659D) is known color: Bouquet. HEX triplet: B7, 65 and 9D. RGB value is (183,101,157). Sum of RGB (Red+Green+Blue) = 183+101+157=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7659D is #489A62. Grayscale: #838383. Windows color (decimal): -4758115 or 10315191. OLE color: 10315191.
HSL color Cylindrical-coordinate representation of color #B7659D: hue angle of 319.02º 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 #B7659D is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 157 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.28 |
| HSL | 319.02º | 0.36% | 0.56% | - |
| HSV(B) | 319.02º | 0.45% | 0.72% | - |
| XYZ | 30.27 | 21.81 | 34.51 | - |
| YUV | 131.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 157 | 0 | 0.45 | 0.14 | 0.28 | 319.02 | 0.36 | 0.56 |
| Hex | B7 | 65 | 9D | 0 | 2D | E | 1C | 13F | 24 | 38 |
| Octal | 267 | 145 | 235 | 0 | 55 | 16 | 34 | 477 | 44 | 70 |
| Binary | 10110111 | 1100101 | 10011101 | 0 | 101101 | 1110 | 11100 | 100111111 | 100100 | 111000 |
Color Harmonies of #B7659D
Complementary color
Monochromatic Colors of #B7659D
Black with #B7659D
Text Example
Text Example
White with #B7659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7659D; }
p { color: rgb(183,101,157); }
H1.HeaderClassName
{
color: #B7659D;
}
.AnyTagClassName
{
color: #B7659D;
}
</style>
background-color css
<style>
a { background-color: #B7659D; }
a { background-color: rgb(183,101,157); }
div.DivClassName
{
background-color: #B7659D;
}
.BgClassName
{
background-color: #B7659D;
}
</style>
border-color css
<style>
span { border-color: #B7659D; }
span { border-color: rgb(183,101,157); }
td.TdClassName
{
border-color: #B7659D;
}
.TagClassName
{
border-color: #B7659D;
}
</style>