Shades of Bourbon #BA683D
Tints of Bourbon #BA683D
RGB
CMYK
RGB Variations
Color information
#BA683D (or 0xBA683D) is known color: Bourbon. HEX triplet: BA, 68 and 3D. RGB value is (186,104,61). Sum of RGB (Red+Green+Blue) = 186+104+61=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA683D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA683D is #4597C2. Grayscale: #7B7B7B. Windows color (decimal): -4560835 or 4024506. OLE color: 4024506.
HSL color Cylindrical-coordinate representation of color #BA683D: hue angle of 20.64º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA683D is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 61 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.27 |
| HSL | 20.64º | 0.51% | 0.48% | - |
| HSV(B) | 20.64º | 0.67% | 0.73% | - |
| XYZ | 26.04 | 20.68 | 7.03 | - |
| YUV | 123.62 | 92.67 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 61 | 0 | 0.44 | 0.67 | 0.27 | 20.64 | 0.51 | 0.48 |
| Hex | BA | 68 | 3D | 0 | 2C | 43 | 1B | 15 | 33 | 30 |
| Octal | 272 | 150 | 75 | 0 | 54 | 103 | 33 | 25 | 63 | 60 |
| Binary | 10111010 | 1101000 | 111101 | 0 | 101100 | 1000011 | 11011 | 10101 | 110011 | 110000 |
Color Harmonies of #BA683D
Complementary color
Monochromatic Colors of #BA683D
Black with #BA683D
Text Example
Text Example
White with #BA683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA683D; }
p { color: rgb(186,104,61); }
H1.HeaderClassName
{
color: #BA683D;
}
.AnyTagClassName
{
color: #BA683D;
}
</style>
background-color css
<style>
a { background-color: #BA683D; }
a { background-color: rgb(186,104,61); }
div.DivClassName
{
background-color: #BA683D;
}
.BgClassName
{
background-color: #BA683D;
}
</style>
border-color css
<style>
span { border-color: #BA683D; }
span { border-color: rgb(186,104,61); }
td.TdClassName
{
border-color: #BA683D;
}
.TagClassName
{
border-color: #BA683D;
}
</style>