Shades of Twine #BA8B5C
Tints of Twine #BA8B5C
RGB
CMYK
RGB Variations
Color information
#BA8B5C (or 0xBA8B5C) is known color: Twine. HEX triplet: BA, 8B and 5C. RGB value is (186,139,92). Sum of RGB (Red+Green+Blue) = 186+139+92=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B5C is #4574A3. Grayscale: #939393. Windows color (decimal): -4551844 or 6065082. OLE color: 6065082.
HSL color Cylindrical-coordinate representation of color #BA8B5C: hue angle of 30º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA8B5C is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 92 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.27 |
| HSL | 30º | 0.41% | 0.55% | - |
| HSV(B) | 30º | 0.51% | 0.73% | - |
| XYZ | 31.41 | 29.68 | 14.2 | - |
| YUV | 147.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 92 | 0 | 0.25 | 0.51 | 0.27 | 30 | 0.41 | 0.55 |
| Hex | BA | 8B | 5C | 0 | 19 | 33 | 1B | 1E | 29 | 37 |
| Octal | 272 | 213 | 134 | 0 | 31 | 63 | 33 | 36 | 51 | 67 |
| Binary | 10111010 | 10001011 | 1011100 | 0 | 11001 | 110011 | 11011 | 11110 | 101001 | 110111 |
Color Harmonies of #BA8B5C
Complementary color
Monochromatic Colors of #BA8B5C
Black with #BA8B5C
Text Example
Text Example
White with #BA8B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B5C; }
p { color: rgb(186,139,92); }
H1.HeaderClassName
{
color: #BA8B5C;
}
.AnyTagClassName
{
color: #BA8B5C;
}
</style>
background-color css
<style>
a { background-color: #BA8B5C; }
a { background-color: rgb(186,139,92); }
div.DivClassName
{
background-color: #BA8B5C;
}
.BgClassName
{
background-color: #BA8B5C;
}
</style>
border-color css
<style>
span { border-color: #BA8B5C; }
span { border-color: rgb(186,139,92); }
td.TdClassName
{
border-color: #BA8B5C;
}
.TagClassName
{
border-color: #BA8B5C;
}
</style>