Shades of Bouquet #B6859A
Tints of Bouquet #B6859A
RGB
CMYK
RGB Variations
Color information
#B6859A (or 0xB6859A) is known color: Bouquet. HEX triplet: B6, 85 and 9A. RGB value is (182,133,154). Sum of RGB (Red+Green+Blue) = 182+133+154=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6859A is #497A65. Grayscale: #969696. Windows color (decimal): -4815462 or 10126774. OLE color: 10126774.
HSL color Cylindrical-coordinate representation of color #B6859A: hue angle of 334.29º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6859A is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 154 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.29 |
| HSL | 334.29º | 0.25% | 0.62% | - |
| HSV(B) | 334.29º | 0.27% | 0.71% | - |
| XYZ | 33.51 | 29.05 | 34.41 | - |
| YUV | 150.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 154 | 0 | 0.27 | 0.15 | 0.29 | 334.29 | 0.25 | 0.62 |
| Hex | B6 | 85 | 9A | 0 | 1B | F | 1D | 14E | 19 | 3E |
| Octal | 266 | 205 | 232 | 0 | 33 | 17 | 35 | 516 | 31 | 76 |
| Binary | 10110110 | 10000101 | 10011010 | 0 | 11011 | 1111 | 11101 | 101001110 | 11001 | 111110 |
Color Harmonies of #B6859A
Complementary color
Monochromatic Colors of #B6859A
Black with #B6859A
Text Example
Text Example
White with #B6859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6859A; }
p { color: rgb(182,133,154); }
H1.HeaderClassName
{
color: #B6859A;
}
.AnyTagClassName
{
color: #B6859A;
}
</style>
background-color css
<style>
a { background-color: #B6859A; }
a { background-color: rgb(182,133,154); }
div.DivClassName
{
background-color: #B6859A;
}
.BgClassName
{
background-color: #B6859A;
}
</style>
border-color css
<style>
span { border-color: #B6859A; }
span { border-color: rgb(182,133,154); }
td.TdClassName
{
border-color: #B6859A;
}
.TagClassName
{
border-color: #B6859A;
}
</style>