Shades of Bouquet #B7649D
Tints of Bouquet #B7649D
RGB
CMYK
RGB Variations
Color information
#B7649D (or 0xB7649D) is known color: Bouquet. HEX triplet: B7, 64 and 9D. RGB value is (183,100,157). Sum of RGB (Red+Green+Blue) = 183+100+157=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7649D is #489B62. Grayscale: #838383. Windows color (decimal): -4758371 or 10314935. OLE color: 10314935.
HSL color Cylindrical-coordinate representation of color #B7649D: hue angle of 318.8º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7649D is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 157 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.28 |
| HSL | 318.8º | 0.37% | 0.55% | - |
| HSV(B) | 318.8º | 0.45% | 0.72% | - |
| XYZ | 30.17 | 21.62 | 34.48 | - |
| YUV | 131.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 157 | 0 | 0.45 | 0.14 | 0.28 | 318.8 | 0.37 | 0.55 |
| Hex | B7 | 64 | 9D | 0 | 2D | E | 1C | 13F | 25 | 37 |
| Octal | 267 | 144 | 235 | 0 | 55 | 16 | 34 | 477 | 45 | 67 |
| Binary | 10110111 | 1100100 | 10011101 | 0 | 101101 | 1110 | 11100 | 100111111 | 100101 | 110111 |
Color Harmonies of #B7649D
Complementary color
Monochromatic Colors of #B7649D
Black with #B7649D
Text Example
Text Example
White with #B7649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7649D; }
p { color: rgb(183,100,157); }
H1.HeaderClassName
{
color: #B7649D;
}
.AnyTagClassName
{
color: #B7649D;
}
</style>
background-color css
<style>
a { background-color: #B7649D; }
a { background-color: rgb(183,100,157); }
div.DivClassName
{
background-color: #B7649D;
}
.BgClassName
{
background-color: #B7649D;
}
</style>
border-color css
<style>
span { border-color: #B7649D; }
span { border-color: rgb(183,100,157); }
td.TdClassName
{
border-color: #B7649D;
}
.TagClassName
{
border-color: #B7649D;
}
</style>