Shades of Bourbon #BA6F3C
Tints of Bourbon #BA6F3C
RGB
CMYK
RGB Variations
Color information
#BA6F3C (or 0xBA6F3C) is known color: Bourbon. HEX triplet: BA, 6F and 3C. RGB value is (186,111,60). Sum of RGB (Red+Green+Blue) = 186+111+60=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F3C is #4590C3. Grayscale: #7F7F7F. Windows color (decimal): -4559044 or 3960762. OLE color: 3960762.
HSL color Cylindrical-coordinate representation of color #BA6F3C: hue angle of 24.29º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA6F3C is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 60 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.27 |
| HSL | 24.29º | 0.51% | 0.48% | - |
| HSV(B) | 24.29º | 0.68% | 0.73% | - |
| XYZ | 26.75 | 22.13 | 7.14 | - |
| YUV | 127.61 | 89.85 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 60 | 0 | 0.40 | 0.68 | 0.27 | 24.29 | 0.51 | 0.48 |
| Hex | BA | 6F | 3C | 0 | 28 | 44 | 1B | 18 | 33 | 30 |
| Octal | 272 | 157 | 74 | 0 | 50 | 104 | 33 | 30 | 63 | 60 |
| Binary | 10111010 | 1101111 | 111100 | 0 | 101000 | 1000100 | 11011 | 11000 | 110011 | 110000 |
Color Harmonies of #BA6F3C
Complementary color
Monochromatic Colors of #BA6F3C
Black with #BA6F3C
Text Example
Text Example
White with #BA6F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F3C; }
p { color: rgb(186,111,60); }
H1.HeaderClassName
{
color: #BA6F3C;
}
.AnyTagClassName
{
color: #BA6F3C;
}
</style>
background-color css
<style>
a { background-color: #BA6F3C; }
a { background-color: rgb(186,111,60); }
div.DivClassName
{
background-color: #BA6F3C;
}
.BgClassName
{
background-color: #BA6F3C;
}
</style>
border-color css
<style>
span { border-color: #BA6F3C; }
span { border-color: rgb(186,111,60); }
td.TdClassName
{
border-color: #BA6F3C;
}
.TagClassName
{
border-color: #BA6F3C;
}
</style>