Shades of Twine #BA8B5B
Tints of Twine #BA8B5B
RGB
CMYK
RGB Variations
Color information
#BA8B5B (or 0xBA8B5B) is known color: Twine. HEX triplet: BA, 8B and 5B. RGB value is (186,139,91). Sum of RGB (Red+Green+Blue) = 186+139+91=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B5B is #4574A4. Grayscale: #939393. Windows color (decimal): -4551845 or 5999546. OLE color: 5999546.
HSL color Cylindrical-coordinate representation of color #BA8B5B: hue angle of 30.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA8B5B is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 91 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.27 |
| HSL | 30.32º | 0.41% | 0.54% | - |
| HSV(B) | 30.32º | 0.51% | 0.73% | - |
| XYZ | 31.37 | 29.66 | 13.97 | - |
| YUV | 147.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 91 | 0 | 0.25 | 0.51 | 0.27 | 30.32 | 0.41 | 0.54 |
| Hex | BA | 8B | 5B | 0 | 19 | 33 | 1B | 1E | 29 | 36 |
| Octal | 272 | 213 | 133 | 0 | 31 | 63 | 33 | 36 | 51 | 66 |
| Binary | 10111010 | 10001011 | 1011011 | 0 | 11001 | 110011 | 11011 | 11110 | 101001 | 110110 |
Color Harmonies of #BA8B5B
Complementary color
Monochromatic Colors of #BA8B5B
Black with #BA8B5B
Text Example
Text Example
White with #BA8B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B5B; }
p { color: rgb(186,139,91); }
H1.HeaderClassName
{
color: #BA8B5B;
}
.AnyTagClassName
{
color: #BA8B5B;
}
</style>
background-color css
<style>
a { background-color: #BA8B5B; }
a { background-color: rgb(186,139,91); }
div.DivClassName
{
background-color: #BA8B5B;
}
.BgClassName
{
background-color: #BA8B5B;
}
</style>
border-color css
<style>
span { border-color: #BA8B5B; }
span { border-color: rgb(186,139,91); }
td.TdClassName
{
border-color: #BA8B5B;
}
.TagClassName
{
border-color: #BA8B5B;
}
</style>