Shades of Bourbon #BA683E
Tints of Bourbon #BA683E
RGB
CMYK
RGB Variations
Color information
#BA683E (or 0xBA683E) is known color: Bourbon. HEX triplet: BA, 68 and 3E. RGB value is (186,104,62). Sum of RGB (Red+Green+Blue) = 186+104+62=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA683E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA683E is #4597C1. Grayscale: #7B7B7B. Windows color (decimal): -4560834 or 4090042. OLE color: 4090042.
HSL color Cylindrical-coordinate representation of color #BA683E: hue angle of 20.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA683E is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 62 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.27 |
| HSL | 20.32º | 0.5% | 0.49% | - |
| HSV(B) | 20.32º | 0.67% | 0.73% | - |
| XYZ | 26.07 | 20.69 | 7.18 | - |
| YUV | 123.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 62 | 0 | 0.44 | 0.67 | 0.27 | 20.32 | 0.5 | 0.49 |
| Hex | BA | 68 | 3E | 0 | 2C | 43 | 1B | 14 | 32 | 31 |
| Octal | 272 | 150 | 76 | 0 | 54 | 103 | 33 | 24 | 62 | 61 |
| Binary | 10111010 | 1101000 | 111110 | 0 | 101100 | 1000011 | 11011 | 10100 | 110010 | 110001 |
Color Harmonies of #BA683E
Complementary color
Monochromatic Colors of #BA683E
Black with #BA683E
Text Example
Text Example
White with #BA683E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA683E; }
p { color: rgb(186,104,62); }
H1.HeaderClassName
{
color: #BA683E;
}
.AnyTagClassName
{
color: #BA683E;
}
</style>
background-color css
<style>
a { background-color: #BA683E; }
a { background-color: rgb(186,104,62); }
div.DivClassName
{
background-color: #BA683E;
}
.BgClassName
{
background-color: #BA683E;
}
</style>
border-color css
<style>
span { border-color: #BA683E; }
span { border-color: rgb(186,104,62); }
td.TdClassName
{
border-color: #BA683E;
}
.TagClassName
{
border-color: #BA683E;
}
</style>