Shades of Bouquet #B6829C
Tints of Bouquet #B6829C
RGB
CMYK
RGB Variations
Color information
#B6829C (or 0xB6829C) is known color: Bouquet. HEX triplet: B6, 82 and 9C. RGB value is (182,130,156). Sum of RGB (Red+Green+Blue) = 182+130+156=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6829C is #497D63. Grayscale: #949494. Windows color (decimal): -4816228 or 10257078. OLE color: 10257078.
HSL color Cylindrical-coordinate representation of color #B6829C: hue angle of 330º 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 #B6829C is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 156 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.29 |
| HSL | 330º | 0.26% | 0.61% | - |
| HSV(B) | 330º | 0.29% | 0.71% | - |
| XYZ | 33.27 | 28.31 | 35.16 | - |
| YUV | 148.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 156 | 0 | 0.29 | 0.14 | 0.29 | 330 | 0.26 | 0.61 |
| Hex | B6 | 82 | 9C | 0 | 1D | E | 1D | 14A | 1A | 3D |
| Octal | 266 | 202 | 234 | 0 | 35 | 16 | 35 | 512 | 32 | 75 |
| Binary | 10110110 | 10000010 | 10011100 | 0 | 11101 | 1110 | 11101 | 101001010 | 11010 | 111101 |
Color Harmonies of #B6829C
Complementary color
Monochromatic Colors of #B6829C
Black with #B6829C
Text Example
Text Example
White with #B6829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6829C; }
p { color: rgb(182,130,156); }
H1.HeaderClassName
{
color: #B6829C;
}
.AnyTagClassName
{
color: #B6829C;
}
</style>
background-color css
<style>
a { background-color: #B6829C; }
a { background-color: rgb(182,130,156); }
div.DivClassName
{
background-color: #B6829C;
}
.BgClassName
{
background-color: #B6829C;
}
</style>
border-color css
<style>
span { border-color: #B6829C; }
span { border-color: rgb(182,130,156); }
td.TdClassName
{
border-color: #B6829C;
}
.TagClassName
{
border-color: #B6829C;
}
</style>