Shades of Bourbon #BA683F
Tints of Bourbon #BA683F
RGB
CMYK
RGB Variations
Color information
#BA683F (or 0xBA683F) is known color: Bourbon. HEX triplet: BA, 68 and 3F. RGB value is (186,104,63). Sum of RGB (Red+Green+Blue) = 186+104+63=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA683F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA683F is #4597C0. Grayscale: #7C7C7C. Windows color (decimal): -4560833 or 4155578. OLE color: 4155578.
HSL color Cylindrical-coordinate representation of color #BA683F: hue angle of 20º 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 #BA683F is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 63 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.27 |
| HSL | 20º | 0.49% | 0.49% | - |
| HSV(B) | 20º | 0.66% | 0.73% | - |
| XYZ | 26.1 | 20.7 | 7.32 | - |
| YUV | 123.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 63 | 0 | 0.44 | 0.66 | 0.27 | 20 | 0.49 | 0.49 |
| Hex | BA | 68 | 3F | 0 | 2C | 42 | 1B | 14 | 31 | 31 |
| Octal | 272 | 150 | 77 | 0 | 54 | 102 | 33 | 24 | 61 | 61 |
| Binary | 10111010 | 1101000 | 111111 | 0 | 101100 | 1000010 | 11011 | 10100 | 110001 | 110001 |
Color Harmonies of #BA683F
Complementary color
Monochromatic Colors of #BA683F
Black with #BA683F
Text Example
Text Example
White with #BA683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA683F; }
p { color: rgb(186,104,63); }
H1.HeaderClassName
{
color: #BA683F;
}
.AnyTagClassName
{
color: #BA683F;
}
</style>
background-color css
<style>
a { background-color: #BA683F; }
a { background-color: rgb(186,104,63); }
div.DivClassName
{
background-color: #BA683F;
}
.BgClassName
{
background-color: #BA683F;
}
</style>
border-color css
<style>
span { border-color: #BA683F; }
span { border-color: rgb(186,104,63); }
td.TdClassName
{
border-color: #BA683F;
}
.TagClassName
{
border-color: #BA683F;
}
</style>