Shades of Twine #BA8B5A
Tints of Twine #BA8B5A
RGB
CMYK
RGB Variations
Color information
#BA8B5A (or 0xBA8B5A) is known color: Twine. HEX triplet: BA, 8B and 5A. RGB value is (186,139,90). Sum of RGB (Red+Green+Blue) = 186+139+90=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B5A is #4574A5. Grayscale: #939393. Windows color (decimal): -4551846 or 5934010. OLE color: 5934010.
HSL color Cylindrical-coordinate representation of color #BA8B5A: hue angle of 30.63º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA8B5A is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 90 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.27 |
| HSL | 30.63º | 0.41% | 0.54% | - |
| HSV(B) | 30.63º | 0.52% | 0.73% | - |
| XYZ | 31.33 | 29.64 | 13.74 | - |
| YUV | 147.47 | 95.57 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 90 | 0 | 0.25 | 0.52 | 0.27 | 30.63 | 0.41 | 0.54 |
| Hex | BA | 8B | 5A | 0 | 19 | 34 | 1B | 1F | 29 | 36 |
| Octal | 272 | 213 | 132 | 0 | 31 | 64 | 33 | 37 | 51 | 66 |
| Binary | 10111010 | 10001011 | 1011010 | 0 | 11001 | 110100 | 11011 | 11111 | 101001 | 110110 |
Color Harmonies of #BA8B5A
Complementary color
Monochromatic Colors of #BA8B5A
Black with #BA8B5A
Text Example
Text Example
White with #BA8B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B5A; }
p { color: rgb(186,139,90); }
H1.HeaderClassName
{
color: #BA8B5A;
}
.AnyTagClassName
{
color: #BA8B5A;
}
</style>
background-color css
<style>
a { background-color: #BA8B5A; }
a { background-color: rgb(186,139,90); }
div.DivClassName
{
background-color: #BA8B5A;
}
.BgClassName
{
background-color: #BA8B5A;
}
</style>
border-color css
<style>
span { border-color: #BA8B5A; }
span { border-color: rgb(186,139,90); }
td.TdClassName
{
border-color: #BA8B5A;
}
.TagClassName
{
border-color: #BA8B5A;
}
</style>