Shades of Bourbon #BA6F41
Tints of Bourbon #BA6F41
RGB
CMYK
RGB Variations
Color information
#BA6F41 (or 0xBA6F41) is known color: Bourbon. HEX triplet: BA, 6F and 41. RGB value is (186,111,65). Sum of RGB (Red+Green+Blue) = 186+111+65=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F41 is #4590BE. Grayscale: #808080. Windows color (decimal): -4559039 or 4288442. OLE color: 4288442.
HSL color Cylindrical-coordinate representation of color #BA6F41: hue angle of 22.81º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA6F41 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 65 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.27 |
| HSL | 22.81º | 0.48% | 0.49% | - |
| HSV(B) | 22.81º | 0.65% | 0.73% | - |
| XYZ | 26.89 | 22.19 | 7.87 | - |
| YUV | 128.18 | 92.35 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 65 | 0 | 0.40 | 0.65 | 0.27 | 22.81 | 0.48 | 0.49 |
| Hex | BA | 6F | 41 | 0 | 28 | 41 | 1B | 17 | 30 | 31 |
| Octal | 272 | 157 | 101 | 0 | 50 | 101 | 33 | 27 | 60 | 61 |
| Binary | 10111010 | 1101111 | 1000001 | 0 | 101000 | 1000001 | 11011 | 10111 | 110000 | 110001 |
Color Harmonies of #BA6F41
Complementary color
Monochromatic Colors of #BA6F41
Black with #BA6F41
Text Example
Text Example
White with #BA6F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F41; }
p { color: rgb(186,111,65); }
H1.HeaderClassName
{
color: #BA6F41;
}
.AnyTagClassName
{
color: #BA6F41;
}
</style>
background-color css
<style>
a { background-color: #BA6F41; }
a { background-color: rgb(186,111,65); }
div.DivClassName
{
background-color: #BA6F41;
}
.BgClassName
{
background-color: #BA6F41;
}
</style>
border-color css
<style>
span { border-color: #BA6F41; }
span { border-color: rgb(186,111,65); }
td.TdClassName
{
border-color: #BA6F41;
}
.TagClassName
{
border-color: #BA6F41;
}
</style>