Shades of Bouquet #B6829D
Tints of Bouquet #B6829D
RGB
CMYK
RGB Variations
Color information
#B6829D (or 0xB6829D) is known color: Bouquet. HEX triplet: B6, 82 and 9D. RGB value is (182,130,157). Sum of RGB (Red+Green+Blue) = 182+130+157=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6829D is #497D62. Grayscale: #949494. Windows color (decimal): -4816227 or 10322614. OLE color: 10322614.
HSL color Cylindrical-coordinate representation of color #B6829D: hue angle of 328.85º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6829D is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 157 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.29 |
| HSL | 328.85º | 0.26% | 0.61% | - |
| HSV(B) | 328.85º | 0.29% | 0.71% | - |
| XYZ | 33.36 | 28.34 | 35.61 | - |
| YUV | 148.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 157 | 0 | 0.29 | 0.14 | 0.29 | 328.85 | 0.26 | 0.61 |
| Hex | B6 | 82 | 9D | 0 | 1D | E | 1D | 149 | 1A | 3D |
| Octal | 266 | 202 | 235 | 0 | 35 | 16 | 35 | 511 | 32 | 75 |
| Binary | 10110110 | 10000010 | 10011101 | 0 | 11101 | 1110 | 11101 | 101001001 | 11010 | 111101 |
Color Harmonies of #B6829D
Complementary color
Monochromatic Colors of #B6829D
Black with #B6829D
Text Example
Text Example
White with #B6829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6829D; }
p { color: rgb(182,130,157); }
H1.HeaderClassName
{
color: #B6829D;
}
.AnyTagClassName
{
color: #B6829D;
}
</style>
background-color css
<style>
a { background-color: #B6829D; }
a { background-color: rgb(182,130,157); }
div.DivClassName
{
background-color: #B6829D;
}
.BgClassName
{
background-color: #B6829D;
}
</style>
border-color css
<style>
span { border-color: #B6829D; }
span { border-color: rgb(182,130,157); }
td.TdClassName
{
border-color: #B6829D;
}
.TagClassName
{
border-color: #B6829D;
}
</style>