Shades of Fallow #BA8B67
Tints of Fallow #BA8B67
RGB
CMYK
RGB Variations
Color information
#BA8B67 (or 0xBA8B67) is known color: Fallow. HEX triplet: BA, 8B and 67. RGB value is (186,139,103). Sum of RGB (Red+Green+Blue) = 186+139+103=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B67 is #457498. Grayscale: #959595. Windows color (decimal): -4551833 or 6785978. OLE color: 6785978.
HSL color Cylindrical-coordinate representation of color #BA8B67: hue angle of 26.02º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA8B67 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 103 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.27 |
| HSL | 26.02º | 0.38% | 0.57% | - |
| HSV(B) | 26.02º | 0.45% | 0.73% | - |
| XYZ | 31.93 | 29.88 | 16.92 | - |
| YUV | 148.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 103 | 0 | 0.25 | 0.45 | 0.27 | 26.02 | 0.38 | 0.57 |
| Hex | BA | 8B | 67 | 0 | 19 | 2D | 1B | 1A | 26 | 39 |
| Octal | 272 | 213 | 147 | 0 | 31 | 55 | 33 | 32 | 46 | 71 |
| Binary | 10111010 | 10001011 | 1100111 | 0 | 11001 | 101101 | 11011 | 11010 | 100110 | 111001 |
Color Harmonies of #BA8B67
Complementary color
Monochromatic Colors of #BA8B67
Black with #BA8B67
Text Example
Text Example
White with #BA8B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B67; }
p { color: rgb(186,139,103); }
H1.HeaderClassName
{
color: #BA8B67;
}
.AnyTagClassName
{
color: #BA8B67;
}
</style>
background-color css
<style>
a { background-color: #BA8B67; }
a { background-color: rgb(186,139,103); }
div.DivClassName
{
background-color: #BA8B67;
}
.BgClassName
{
background-color: #BA8B67;
}
</style>
border-color css
<style>
span { border-color: #BA8B67; }
span { border-color: rgb(186,139,103); }
td.TdClassName
{
border-color: #BA8B67;
}
.TagClassName
{
border-color: #BA8B67;
}
</style>