Shades of Bourbon #BA6C46
Tints of Bourbon #BA6C46
RGB
CMYK
RGB Variations
Color information
#BA6C46 (or 0xBA6C46) is known color: Bourbon. HEX triplet: BA, 6C and 46. RGB value is (186,108,70). Sum of RGB (Red+Green+Blue) = 186+108+70=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C46 is #4593B9. Grayscale: #7F7F7F. Windows color (decimal): -4559802 or 4615354. OLE color: 4615354.
HSL color Cylindrical-coordinate representation of color #BA6C46: hue angle of 19.66º 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 #BA6C46 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 70 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.27 |
| HSL | 19.66º | 0.46% | 0.5% | - |
| HSV(B) | 19.66º | 0.62% | 0.73% | - |
| XYZ | 26.72 | 21.61 | 8.56 | - |
| YUV | 126.99 | 95.84 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 70 | 0 | 0.42 | 0.62 | 0.27 | 19.66 | 0.46 | 0.5 |
| Hex | BA | 6C | 46 | 0 | 2A | 3E | 1B | 14 | 2E | 32 |
| Octal | 272 | 154 | 106 | 0 | 52 | 76 | 33 | 24 | 56 | 62 |
| Binary | 10111010 | 1101100 | 1000110 | 0 | 101010 | 111110 | 11011 | 10100 | 101110 | 110010 |
Color Harmonies of #BA6C46
Complementary color
Monochromatic Colors of #BA6C46
Black with #BA6C46
Text Example
Text Example
White with #BA6C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C46; }
p { color: rgb(186,108,70); }
H1.HeaderClassName
{
color: #BA6C46;
}
.AnyTagClassName
{
color: #BA6C46;
}
</style>
background-color css
<style>
a { background-color: #BA6C46; }
a { background-color: rgb(186,108,70); }
div.DivClassName
{
background-color: #BA6C46;
}
.BgClassName
{
background-color: #BA6C46;
}
</style>
border-color css
<style>
span { border-color: #BA6C46; }
span { border-color: rgb(186,108,70); }
td.TdClassName
{
border-color: #BA6C46;
}
.TagClassName
{
border-color: #BA6C46;
}
</style>