Shades of Bouquet #BA86A6
Tints of Bouquet #BA86A6
RGB
CMYK
RGB Variations
Color information
#BA86A6 (or 0xBA86A6) is known color: Bouquet. HEX triplet: BA, 86 and A6. RGB value is (186,134,166). Sum of RGB (Red+Green+Blue) = 186+134+166=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA86A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA86A6 is #457959. Grayscale: #999999. Windows color (decimal): -4553050 or 10913466. OLE color: 10913466.
HSL color Cylindrical-coordinate representation of color #BA86A6: hue angle of 323.08º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA86A6 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 166 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.27 |
| HSL | 323.08º | 0.27% | 0.63% | - |
| HSV(B) | 323.08º | 0.28% | 0.73% | - |
| XYZ | 35.66 | 30.24 | 40.03 | - |
| YUV | 153.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 166 | 0 | 0.28 | 0.11 | 0.27 | 323.08 | 0.27 | 0.63 |
| Hex | BA | 86 | A6 | 0 | 1C | B | 1B | 143 | 1B | 3F |
| Octal | 272 | 206 | 246 | 0 | 34 | 13 | 33 | 503 | 33 | 77 |
| Binary | 10111010 | 10000110 | 10100110 | 0 | 11100 | 1011 | 11011 | 101000011 | 11011 | 111111 |
Color Harmonies of #BA86A6
Complementary color
Monochromatic Colors of #BA86A6
Black with #BA86A6
Text Example
Text Example
White with #BA86A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA86A6; }
p { color: rgb(186,134,166); }
H1.HeaderClassName
{
color: #BA86A6;
}
.AnyTagClassName
{
color: #BA86A6;
}
</style>
background-color css
<style>
a { background-color: #BA86A6; }
a { background-color: rgb(186,134,166); }
div.DivClassName
{
background-color: #BA86A6;
}
.BgClassName
{
background-color: #BA86A6;
}
</style>
border-color css
<style>
span { border-color: #BA86A6; }
span { border-color: rgb(186,134,166); }
td.TdClassName
{
border-color: #BA86A6;
}
.TagClassName
{
border-color: #BA86A6;
}
</style>