Shades of Bouquet #B7659B
Tints of Bouquet #B7659B
RGB
CMYK
RGB Variations
Color information
#B7659B (or 0xB7659B) is known color: Bouquet. HEX triplet: B7, 65 and 9B. RGB value is (183,101,155). Sum of RGB (Red+Green+Blue) = 183+101+155=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7659B is #489A64. Grayscale: #838383. Windows color (decimal): -4758117 or 10184119. OLE color: 10184119.
HSL color Cylindrical-coordinate representation of color #B7659B: hue angle of 320.49º 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 #B7659B is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 155 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.28 |
| HSL | 320.49º | 0.36% | 0.56% | - |
| HSV(B) | 320.49º | 0.45% | 0.72% | - |
| XYZ | 30.1 | 21.74 | 33.62 | - |
| YUV | 131.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 155 | 0 | 0.45 | 0.15 | 0.28 | 320.49 | 0.36 | 0.56 |
| Hex | B7 | 65 | 9B | 0 | 2D | F | 1C | 140 | 24 | 38 |
| Octal | 267 | 145 | 233 | 0 | 55 | 17 | 34 | 500 | 44 | 70 |
| Binary | 10110111 | 1100101 | 10011011 | 0 | 101101 | 1111 | 11100 | 101000000 | 100100 | 111000 |
Color Harmonies of #B7659B
Complementary color
Monochromatic Colors of #B7659B
Black with #B7659B
Text Example
Text Example
White with #B7659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7659B; }
p { color: rgb(183,101,155); }
H1.HeaderClassName
{
color: #B7659B;
}
.AnyTagClassName
{
color: #B7659B;
}
</style>
background-color css
<style>
a { background-color: #B7659B; }
a { background-color: rgb(183,101,155); }
div.DivClassName
{
background-color: #B7659B;
}
.BgClassName
{
background-color: #B7659B;
}
</style>
border-color css
<style>
span { border-color: #B7659B; }
span { border-color: rgb(183,101,155); }
td.TdClassName
{
border-color: #B7659B;
}
.TagClassName
{
border-color: #B7659B;
}
</style>