Shades of Bouquet #B6639C
Tints of Bouquet #B6639C
RGB
CMYK
RGB Variations
Color information
#B6639C (or 0xB6639C) is known color: Bouquet. HEX triplet: B6, 63 and 9C. RGB value is (182,99,156). Sum of RGB (Red+Green+Blue) = 182+99+156=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6639C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6639C is #499C63. Grayscale: #828282. Windows color (decimal): -4824164 or 10249142. OLE color: 10249142.
HSL color Cylindrical-coordinate representation of color #B6639C: hue angle of 318.8º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6639C is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 99 | 156 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.29 |
| HSL | 318.8º | 0.36% | 0.55% | - |
| HSV(B) | 318.8º | 0.46% | 0.71% | - |
| XYZ | 29.75 | 21.27 | 33.99 | - |
| YUV | 130.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 99 | 156 | 0 | 0.46 | 0.14 | 0.29 | 318.8 | 0.36 | 0.55 |
| Hex | B6 | 63 | 9C | 0 | 2E | E | 1D | 13F | 24 | 37 |
| Octal | 266 | 143 | 234 | 0 | 56 | 16 | 35 | 477 | 44 | 67 |
| Binary | 10110110 | 1100011 | 10011100 | 0 | 101110 | 1110 | 11101 | 100111111 | 100100 | 110111 |
Color Harmonies of #B6639C
Complementary color
Monochromatic Colors of #B6639C
Black with #B6639C
Text Example
Text Example
White with #B6639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6639C; }
p { color: rgb(182,99,156); }
H1.HeaderClassName
{
color: #B6639C;
}
.AnyTagClassName
{
color: #B6639C;
}
</style>
background-color css
<style>
a { background-color: #B6639C; }
a { background-color: rgb(182,99,156); }
div.DivClassName
{
background-color: #B6639C;
}
.BgClassName
{
background-color: #B6639C;
}
</style>
border-color css
<style>
span { border-color: #B6639C; }
span { border-color: rgb(182,99,156); }
td.TdClassName
{
border-color: #B6639C;
}
.TagClassName
{
border-color: #B6639C;
}
</style>