Shades of Bouquet #B6649A
Tints of Bouquet #B6649A
RGB
CMYK
RGB Variations
Color information
#B6649A (or 0xB6649A) is known color: Bouquet. HEX triplet: B6, 64 and 9A. RGB value is (182,100,154). Sum of RGB (Red+Green+Blue) = 182+100+154=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B6649A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6649A is #499B65. Grayscale: #828282. Windows color (decimal): -4823910 or 10118326. OLE color: 10118326.
HSL color Cylindrical-coordinate representation of color #B6649A: hue angle of 320.49º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6649A is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 100 | 154 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.29 |
| HSL | 320.49º | 0.36% | 0.55% | - |
| HSV(B) | 320.49º | 0.45% | 0.71% | - |
| XYZ | 29.68 | 21.39 | 33.14 | - |
| YUV | 130.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 154 | 0 | 0.45 | 0.15 | 0.29 | 320.49 | 0.36 | 0.55 |
| Hex | B6 | 64 | 9A | 0 | 2D | F | 1D | 140 | 24 | 37 |
| Octal | 266 | 144 | 232 | 0 | 55 | 17 | 35 | 500 | 44 | 67 |
| Binary | 10110110 | 1100100 | 10011010 | 0 | 101101 | 1111 | 11101 | 101000000 | 100100 | 110111 |
Color Harmonies of #B6649A
Complementary color
Monochromatic Colors of #B6649A
Black with #B6649A
Text Example
Text Example
White with #B6649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6649A; }
p { color: rgb(182,100,154); }
H1.HeaderClassName
{
color: #B6649A;
}
.AnyTagClassName
{
color: #B6649A;
}
</style>
background-color css
<style>
a { background-color: #B6649A; }
a { background-color: rgb(182,100,154); }
div.DivClassName
{
background-color: #B6649A;
}
.BgClassName
{
background-color: #B6649A;
}
</style>
border-color css
<style>
span { border-color: #B6649A; }
span { border-color: rgb(182,100,154); }
td.TdClassName
{
border-color: #B6649A;
}
.TagClassName
{
border-color: #B6649A;
}
</style>