Shades of Bourbon #BA6E40
Tints of Bourbon #BA6E40
RGB
CMYK
RGB Variations
Color information
#BA6E40 (or 0xBA6E40) is known color: Bourbon. HEX triplet: BA, 6E and 40. RGB value is (186,110,64). Sum of RGB (Red+Green+Blue) = 186+110+64=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E40 is #4591BF. Grayscale: #7F7F7F. Windows color (decimal): -4559296 or 4222650. OLE color: 4222650.
HSL color Cylindrical-coordinate representation of color #BA6E40: hue angle of 22.62º 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 #BA6E40 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 64 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.27 |
| HSL | 22.62º | 0.49% | 0.49% | - |
| HSV(B) | 22.62º | 0.66% | 0.73% | - |
| XYZ | 26.75 | 21.96 | 7.68 | - |
| YUV | 127.48 | 92.18 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 64 | 0 | 0.41 | 0.66 | 0.27 | 22.62 | 0.49 | 0.49 |
| Hex | BA | 6E | 40 | 0 | 29 | 42 | 1B | 17 | 31 | 31 |
| Octal | 272 | 156 | 100 | 0 | 51 | 102 | 33 | 27 | 61 | 61 |
| Binary | 10111010 | 1101110 | 1000000 | 0 | 101001 | 1000010 | 11011 | 10111 | 110001 | 110001 |
Color Harmonies of #BA6E40
Complementary color
Monochromatic Colors of #BA6E40
Black with #BA6E40
Text Example
Text Example
White with #BA6E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6E40; }
p { color: rgb(186,110,64); }
H1.HeaderClassName
{
color: #BA6E40;
}
.AnyTagClassName
{
color: #BA6E40;
}
</style>
background-color css
<style>
a { background-color: #BA6E40; }
a { background-color: rgb(186,110,64); }
div.DivClassName
{
background-color: #BA6E40;
}
.BgClassName
{
background-color: #BA6E40;
}
</style>
border-color css
<style>
span { border-color: #BA6E40; }
span { border-color: rgb(186,110,64); }
td.TdClassName
{
border-color: #BA6E40;
}
.TagClassName
{
border-color: #BA6E40;
}
</style>