Shades of Bourbon #BA6840
Tints of Bourbon #BA6840
RGB
CMYK
RGB Variations
Color information
#BA6840 (or 0xBA6840) is known color: Bourbon. HEX triplet: BA, 68 and 40. RGB value is (186,104,64). Sum of RGB (Red+Green+Blue) = 186+104+64=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6840 is #4597BF. Grayscale: #7C7C7C. Windows color (decimal): -4560832 or 4221114. OLE color: 4221114.
HSL color Cylindrical-coordinate representation of color #BA6840: hue angle of 19.67º 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 #BA6840 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 64 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.27 |
| HSL | 19.67º | 0.49% | 0.49% | - |
| HSV(B) | 19.67º | 0.66% | 0.73% | - |
| XYZ | 26.13 | 20.71 | 7.47 | - |
| YUV | 123.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 64 | 0 | 0.44 | 0.66 | 0.27 | 19.67 | 0.49 | 0.49 |
| Hex | BA | 68 | 40 | 0 | 2C | 42 | 1B | 14 | 31 | 31 |
| Octal | 272 | 150 | 100 | 0 | 54 | 102 | 33 | 24 | 61 | 61 |
| Binary | 10111010 | 1101000 | 1000000 | 0 | 101100 | 1000010 | 11011 | 10100 | 110001 | 110001 |
Color Harmonies of #BA6840
Complementary color
Monochromatic Colors of #BA6840
Black with #BA6840
Text Example
Text Example
White with #BA6840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6840; }
p { color: rgb(186,104,64); }
H1.HeaderClassName
{
color: #BA6840;
}
.AnyTagClassName
{
color: #BA6840;
}
</style>
background-color css
<style>
a { background-color: #BA6840; }
a { background-color: rgb(186,104,64); }
div.DivClassName
{
background-color: #BA6840;
}
.BgClassName
{
background-color: #BA6840;
}
</style>
border-color css
<style>
span { border-color: #BA6840; }
span { border-color: rgb(186,104,64); }
td.TdClassName
{
border-color: #BA6840;
}
.TagClassName
{
border-color: #BA6840;
}
</style>