Shades of Bourbon #BA6B43
Tints of Bourbon #BA6B43
RGB
CMYK
RGB Variations
Color information
#BA6B43 (or 0xBA6B43) is known color: Bourbon. HEX triplet: BA, 6B and 43. RGB value is (186,107,67). Sum of RGB (Red+Green+Blue) = 186+107+67=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B43 is #4594BC. Grayscale: #7E7E7E. Windows color (decimal): -4560061 or 4418490. OLE color: 4418490.
HSL color Cylindrical-coordinate representation of color #BA6B43: hue angle of 20.17º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA6B43 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 67 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.27 |
| HSL | 20.17º | 0.47% | 0.5% | - |
| HSV(B) | 20.17º | 0.64% | 0.73% | - |
| XYZ | 26.52 | 21.36 | 8.04 | - |
| YUV | 126.06 | 94.67 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 67 | 0 | 0.42 | 0.64 | 0.27 | 20.17 | 0.47 | 0.5 |
| Hex | BA | 6B | 43 | 0 | 2A | 40 | 1B | 14 | 2F | 32 |
| Octal | 272 | 153 | 103 | 0 | 52 | 100 | 33 | 24 | 57 | 62 |
| Binary | 10111010 | 1101011 | 1000011 | 0 | 101010 | 1000000 | 11011 | 10100 | 101111 | 110010 |
Color Harmonies of #BA6B43
Complementary color
Monochromatic Colors of #BA6B43
Black with #BA6B43
Text Example
Text Example
White with #BA6B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B43; }
p { color: rgb(186,107,67); }
H1.HeaderClassName
{
color: #BA6B43;
}
.AnyTagClassName
{
color: #BA6B43;
}
</style>
background-color css
<style>
a { background-color: #BA6B43; }
a { background-color: rgb(186,107,67); }
div.DivClassName
{
background-color: #BA6B43;
}
.BgClassName
{
background-color: #BA6B43;
}
</style>
border-color css
<style>
span { border-color: #BA6B43; }
span { border-color: rgb(186,107,67); }
td.TdClassName
{
border-color: #BA6B43;
}
.TagClassName
{
border-color: #BA6B43;
}
</style>