Shades of Bourbon #BA703E
Tints of Bourbon #BA703E
RGB
CMYK
RGB Variations
Color information
#BA703E (or 0xBA703E) is known color: Bourbon. HEX triplet: BA, 70 and 3E. RGB value is (186,112,62). Sum of RGB (Red+Green+Blue) = 186+112+62=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA703E is #458FC1. Grayscale: #808080. Windows color (decimal): -4558786 or 4092090. OLE color: 4092090.
HSL color Cylindrical-coordinate representation of color #BA703E: hue angle of 24.19º 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 #BA703E is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 62 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.27 |
| HSL | 24.19º | 0.5% | 0.49% | - |
| HSV(B) | 24.19º | 0.67% | 0.73% | - |
| XYZ | 26.91 | 22.38 | 7.46 | - |
| YUV | 128.43 | 90.52 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 62 | 0 | 0.40 | 0.67 | 0.27 | 24.19 | 0.5 | 0.49 |
| Hex | BA | 70 | 3E | 0 | 28 | 43 | 1B | 18 | 32 | 31 |
| Octal | 272 | 160 | 76 | 0 | 50 | 103 | 33 | 30 | 62 | 61 |
| Binary | 10111010 | 1110000 | 111110 | 0 | 101000 | 1000011 | 11011 | 11000 | 110010 | 110001 |
Color Harmonies of #BA703E
Complementary color
Monochromatic Colors of #BA703E
Black with #BA703E
Text Example
Text Example
White with #BA703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA703E; }
p { color: rgb(186,112,62); }
H1.HeaderClassName
{
color: #BA703E;
}
.AnyTagClassName
{
color: #BA703E;
}
</style>
background-color css
<style>
a { background-color: #BA703E; }
a { background-color: rgb(186,112,62); }
div.DivClassName
{
background-color: #BA703E;
}
.BgClassName
{
background-color: #BA703E;
}
</style>
border-color css
<style>
span { border-color: #BA703E; }
span { border-color: rgb(186,112,62); }
td.TdClassName
{
border-color: #BA703E;
}
.TagClassName
{
border-color: #BA703E;
}
</style>