Shades of Bouquet #B6809C
Tints of Bouquet #B6809C
RGB
CMYK
RGB Variations
Color information
#B6809C (or 0xB6809C) is known color: Bouquet. HEX triplet: B6, 80 and 9C. RGB value is (182,128,156). Sum of RGB (Red+Green+Blue) = 182+128+156=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B6809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6809C is #497F63. Grayscale: #939393. Windows color (decimal): -4816740 or 10256566. OLE color: 10256566.
HSL color Cylindrical-coordinate representation of color #B6809C: hue angle of 328.89º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6809C is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 156 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.29 |
| HSL | 328.89º | 0.27% | 0.61% | - |
| HSV(B) | 328.89º | 0.3% | 0.71% | - |
| XYZ | 33.01 | 27.78 | 35.08 | - |
| YUV | 147.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 156 | 0 | 0.30 | 0.14 | 0.29 | 328.89 | 0.27 | 0.61 |
| Hex | B6 | 80 | 9C | 0 | 1E | E | 1D | 149 | 1B | 3D |
| Octal | 266 | 200 | 234 | 0 | 36 | 16 | 35 | 511 | 33 | 75 |
| Binary | 10110110 | 10000000 | 10011100 | 0 | 11110 | 1110 | 11101 | 101001001 | 11011 | 111101 |
Color Harmonies of #B6809C
Complementary color
Monochromatic Colors of #B6809C
Black with #B6809C
Text Example
Text Example
White with #B6809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6809C; }
p { color: rgb(182,128,156); }
H1.HeaderClassName
{
color: #B6809C;
}
.AnyTagClassName
{
color: #B6809C;
}
</style>
background-color css
<style>
a { background-color: #B6809C; }
a { background-color: rgb(182,128,156); }
div.DivClassName
{
background-color: #B6809C;
}
.BgClassName
{
background-color: #B6809C;
}
</style>
border-color css
<style>
span { border-color: #B6809C; }
span { border-color: rgb(182,128,156); }
td.TdClassName
{
border-color: #B6809C;
}
.TagClassName
{
border-color: #B6809C;
}
</style>