Shades of Bourbon #BA6B3F
Tints of Bourbon #BA6B3F
RGB
CMYK
RGB Variations
Color information
#BA6B3F (or 0xBA6B3F) is known color: Bourbon. HEX triplet: BA, 6B and 3F. RGB value is (186,107,63). Sum of RGB (Red+Green+Blue) = 186+107+63=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B3F is #4594C0. Grayscale: #7D7D7D. Windows color (decimal): -4560065 or 4156346. OLE color: 4156346.
HSL color Cylindrical-coordinate representation of color #BA6B3F: hue angle of 21.46º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA6B3F is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 63 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.27 |
| HSL | 21.46º | 0.49% | 0.49% | - |
| HSV(B) | 21.46º | 0.66% | 0.73% | - |
| XYZ | 26.4 | 21.31 | 7.42 | - |
| YUV | 125.61 | 92.67 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 63 | 0 | 0.42 | 0.66 | 0.27 | 21.46 | 0.49 | 0.49 |
| Hex | BA | 6B | 3F | 0 | 2A | 42 | 1B | 15 | 31 | 31 |
| Octal | 272 | 153 | 77 | 0 | 52 | 102 | 33 | 25 | 61 | 61 |
| Binary | 10111010 | 1101011 | 111111 | 0 | 101010 | 1000010 | 11011 | 10101 | 110001 | 110001 |
Color Harmonies of #BA6B3F
Complementary color
Monochromatic Colors of #BA6B3F
Black with #BA6B3F
Text Example
Text Example
White with #BA6B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B3F; }
p { color: rgb(186,107,63); }
H1.HeaderClassName
{
color: #BA6B3F;
}
.AnyTagClassName
{
color: #BA6B3F;
}
</style>
background-color css
<style>
a { background-color: #BA6B3F; }
a { background-color: rgb(186,107,63); }
div.DivClassName
{
background-color: #BA6B3F;
}
.BgClassName
{
background-color: #BA6B3F;
}
</style>
border-color css
<style>
span { border-color: #BA6B3F; }
span { border-color: rgb(186,107,63); }
td.TdClassName
{
border-color: #BA6B3F;
}
.TagClassName
{
border-color: #BA6B3F;
}
</style>