Shades of Bourbon #BA7047
Tints of Bourbon #BA7047
RGB
CMYK
RGB Variations
Color information
#BA7047 (or 0xBA7047) is known color: Bourbon. HEX triplet: BA, 70 and 47. RGB value is (186,112,71). Sum of RGB (Red+Green+Blue) = 186+112+71=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7047 is #458FB8. Grayscale: #818181. Windows color (decimal): -4558777 or 4681914. OLE color: 4681914.
HSL color Cylindrical-coordinate representation of color #BA7047: hue angle of 21.39º degrees, saturation: 0.45, 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 #BA7047 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 71 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.27 |
| HSL | 21.39º | 0.45% | 0.5% | - |
| HSV(B) | 21.39º | 0.62% | 0.73% | - |
| XYZ | 27.18 | 22.48 | 8.87 | - |
| YUV | 129.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 71 | 0 | 0.40 | 0.62 | 0.27 | 21.39 | 0.45 | 0.5 |
| Hex | BA | 70 | 47 | 0 | 28 | 3E | 1B | 15 | 2D | 32 |
| Octal | 272 | 160 | 107 | 0 | 50 | 76 | 33 | 25 | 55 | 62 |
| Binary | 10111010 | 1110000 | 1000111 | 0 | 101000 | 111110 | 11011 | 10101 | 101101 | 110010 |
Color Harmonies of #BA7047
Complementary color
Monochromatic Colors of #BA7047
Black with #BA7047
Text Example
Text Example
White with #BA7047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7047; }
p { color: rgb(186,112,71); }
H1.HeaderClassName
{
color: #BA7047;
}
.AnyTagClassName
{
color: #BA7047;
}
</style>
background-color css
<style>
a { background-color: #BA7047; }
a { background-color: rgb(186,112,71); }
div.DivClassName
{
background-color: #BA7047;
}
.BgClassName
{
background-color: #BA7047;
}
</style>
border-color css
<style>
span { border-color: #BA7047; }
span { border-color: rgb(186,112,71); }
td.TdClassName
{
border-color: #BA7047;
}
.TagClassName
{
border-color: #BA7047;
}
</style>