Shades of Bourbon #BA7149
Tints of Bourbon #BA7149
RGB
CMYK
RGB Variations
Color information
#BA7149 (or 0xBA7149) is known color: Bourbon. HEX triplet: BA, 71 and 49. RGB value is (186,113,73). Sum of RGB (Red+Green+Blue) = 186+113+73=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7149 is #458EB6. Grayscale: #828282. Windows color (decimal): -4558519 or 4813242. OLE color: 4813242.
HSL color Cylindrical-coordinate representation of color #BA7149: hue angle of 21.24º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA7149 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 73 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.27 |
| HSL | 21.24º | 0.45% | 0.51% | - |
| HSV(B) | 21.24º | 0.61% | 0.73% | - |
| XYZ | 27.36 | 22.73 | 9.25 | - |
| YUV | 130.27 | 95.68 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 73 | 0 | 0.39 | 0.61 | 0.27 | 21.24 | 0.45 | 0.51 |
| Hex | BA | 71 | 49 | 0 | 27 | 3D | 1B | 15 | 2D | 33 |
| Octal | 272 | 161 | 111 | 0 | 47 | 75 | 33 | 25 | 55 | 63 |
| Binary | 10111010 | 1110001 | 1001001 | 0 | 100111 | 111101 | 11011 | 10101 | 101101 | 110011 |
Color Harmonies of #BA7149
Complementary color
Monochromatic Colors of #BA7149
Black with #BA7149
Text Example
Text Example
White with #BA7149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7149; }
p { color: rgb(186,113,73); }
H1.HeaderClassName
{
color: #BA7149;
}
.AnyTagClassName
{
color: #BA7149;
}
</style>
background-color css
<style>
a { background-color: #BA7149; }
a { background-color: rgb(186,113,73); }
div.DivClassName
{
background-color: #BA7149;
}
.BgClassName
{
background-color: #BA7149;
}
</style>
border-color css
<style>
span { border-color: #BA7149; }
span { border-color: rgb(186,113,73); }
td.TdClassName
{
border-color: #BA7149;
}
.TagClassName
{
border-color: #BA7149;
}
</style>