Shades of Bourbon #BA7046
Tints of Bourbon #BA7046
RGB
CMYK
RGB Variations
Color information
#BA7046 (or 0xBA7046) is known color: Bourbon. HEX triplet: BA, 70 and 46. RGB value is (186,112,70). Sum of RGB (Red+Green+Blue) = 186+112+70=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7046 is #458FB9. Grayscale: #818181. Windows color (decimal): -4558778 or 4616378. OLE color: 4616378.
HSL color Cylindrical-coordinate representation of color #BA7046: hue angle of 21.72º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA7046 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 70 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.27 |
| HSL | 21.72º | 0.46% | 0.5% | - |
| HSV(B) | 21.72º | 0.62% | 0.73% | - |
| XYZ | 27.15 | 22.47 | 8.7 | - |
| YUV | 129.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 70 | 0 | 0.40 | 0.62 | 0.27 | 21.72 | 0.46 | 0.5 |
| Hex | BA | 70 | 46 | 0 | 28 | 3E | 1B | 16 | 2E | 32 |
| Octal | 272 | 160 | 106 | 0 | 50 | 76 | 33 | 26 | 56 | 62 |
| Binary | 10111010 | 1110000 | 1000110 | 0 | 101000 | 111110 | 11011 | 10110 | 101110 | 110010 |
Color Harmonies of #BA7046
Complementary color
Monochromatic Colors of #BA7046
Black with #BA7046
Text Example
Text Example
White with #BA7046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7046; }
p { color: rgb(186,112,70); }
H1.HeaderClassName
{
color: #BA7046;
}
.AnyTagClassName
{
color: #BA7046;
}
</style>
background-color css
<style>
a { background-color: #BA7046; }
a { background-color: rgb(186,112,70); }
div.DivClassName
{
background-color: #BA7046;
}
.BgClassName
{
background-color: #BA7046;
}
</style>
border-color css
<style>
span { border-color: #BA7046; }
span { border-color: rgb(186,112,70); }
td.TdClassName
{
border-color: #BA7046;
}
.TagClassName
{
border-color: #BA7046;
}
</style>