Shades of Bourbon #BA6F45
Tints of Bourbon #BA6F45
RGB
CMYK
RGB Variations
Color information
#BA6F45 (or 0xBA6F45) is known color: Bourbon. HEX triplet: BA, 6F and 45. RGB value is (186,111,69). Sum of RGB (Red+Green+Blue) = 186+111+69=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F45 is #4590BA. Grayscale: #808080. Windows color (decimal): -4559035 or 4550586. OLE color: 4550586.
HSL color Cylindrical-coordinate representation of color #BA6F45: hue angle of 21.54º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA6F45 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 69 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.27 |
| HSL | 21.54º | 0.46% | 0.5% | - |
| HSV(B) | 21.54º | 0.63% | 0.73% | - |
| XYZ | 27.01 | 22.24 | 8.5 | - |
| YUV | 128.64 | 94.35 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 69 | 0 | 0.40 | 0.63 | 0.27 | 21.54 | 0.46 | 0.5 |
| Hex | BA | 6F | 45 | 0 | 28 | 3F | 1B | 16 | 2E | 32 |
| Octal | 272 | 157 | 105 | 0 | 50 | 77 | 33 | 26 | 56 | 62 |
| Binary | 10111010 | 1101111 | 1000101 | 0 | 101000 | 111111 | 11011 | 10110 | 101110 | 110010 |
Color Harmonies of #BA6F45
Complementary color
Monochromatic Colors of #BA6F45
Black with #BA6F45
Text Example
Text Example
White with #BA6F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F45; }
p { color: rgb(186,111,69); }
H1.HeaderClassName
{
color: #BA6F45;
}
.AnyTagClassName
{
color: #BA6F45;
}
</style>
background-color css
<style>
a { background-color: #BA6F45; }
a { background-color: rgb(186,111,69); }
div.DivClassName
{
background-color: #BA6F45;
}
.BgClassName
{
background-color: #BA6F45;
}
</style>
border-color css
<style>
span { border-color: #BA6F45; }
span { border-color: rgb(186,111,69); }
td.TdClassName
{
border-color: #BA6F45;
}
.TagClassName
{
border-color: #BA6F45;
}
</style>