Shades of Bourbon #BA703D
Tints of Bourbon #BA703D
RGB
CMYK
RGB Variations
Color information
#BA703D (or 0xBA703D) is known color: Bourbon. HEX triplet: BA, 70 and 3D. RGB value is (186,112,61). Sum of RGB (Red+Green+Blue) = 186+112+61=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA703D is #458FC2. Grayscale: #808080. Windows color (decimal): -4558787 or 4026554. OLE color: 4026554.
HSL color Cylindrical-coordinate representation of color #BA703D: hue angle of 24.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA703D is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 61 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.27 |
| HSL | 24.48º | 0.51% | 0.48% | - |
| HSV(B) | 24.48º | 0.67% | 0.73% | - |
| XYZ | 26.89 | 22.36 | 7.31 | - |
| YUV | 128.31 | 90.02 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 61 | 0 | 0.40 | 0.67 | 0.27 | 24.48 | 0.51 | 0.48 |
| Hex | BA | 70 | 3D | 0 | 28 | 43 | 1B | 18 | 33 | 30 |
| Octal | 272 | 160 | 75 | 0 | 50 | 103 | 33 | 30 | 63 | 60 |
| Binary | 10111010 | 1110000 | 111101 | 0 | 101000 | 1000011 | 11011 | 11000 | 110011 | 110000 |
Color Harmonies of #BA703D
Complementary color
Monochromatic Colors of #BA703D
Black with #BA703D
Text Example
Text Example
White with #BA703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA703D; }
p { color: rgb(186,112,61); }
H1.HeaderClassName
{
color: #BA703D;
}
.AnyTagClassName
{
color: #BA703D;
}
</style>
background-color css
<style>
a { background-color: #BA703D; }
a { background-color: rgb(186,112,61); }
div.DivClassName
{
background-color: #BA703D;
}
.BgClassName
{
background-color: #BA703D;
}
</style>
border-color css
<style>
span { border-color: #BA703D; }
span { border-color: rgb(186,112,61); }
td.TdClassName
{
border-color: #BA703D;
}
.TagClassName
{
border-color: #BA703D;
}
</style>