Shades of Twine #BA8C5C
Tints of Twine #BA8C5C
RGB
CMYK
RGB Variations
Color information
#BA8C5C (or 0xBA8C5C) is known color: Twine. HEX triplet: BA, 8C and 5C. RGB value is (186,140,92). Sum of RGB (Red+Green+Blue) = 186+140+92=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C5C is #4573A3. Grayscale: #949494. Windows color (decimal): -4551588 or 6065338. OLE color: 6065338.
HSL color Cylindrical-coordinate representation of color #BA8C5C: hue angle of 30.64º 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 #BA8C5C is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 92 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.27 |
| HSL | 30.64º | 0.41% | 0.55% | - |
| HSV(B) | 30.64º | 0.51% | 0.73% | - |
| XYZ | 31.56 | 29.97 | 14.25 | - |
| YUV | 148.28 | 96.24 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 92 | 0 | 0.25 | 0.51 | 0.27 | 30.64 | 0.41 | 0.55 |
| Hex | BA | 8C | 5C | 0 | 19 | 33 | 1B | 1F | 29 | 37 |
| Octal | 272 | 214 | 134 | 0 | 31 | 63 | 33 | 37 | 51 | 67 |
| Binary | 10111010 | 10001100 | 1011100 | 0 | 11001 | 110011 | 11011 | 11111 | 101001 | 110111 |
Color Harmonies of #BA8C5C
Complementary color
Monochromatic Colors of #BA8C5C
Black with #BA8C5C
Text Example
Text Example
White with #BA8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C5C; }
p { color: rgb(186,140,92); }
H1.HeaderClassName
{
color: #BA8C5C;
}
.AnyTagClassName
{
color: #BA8C5C;
}
</style>
background-color css
<style>
a { background-color: #BA8C5C; }
a { background-color: rgb(186,140,92); }
div.DivClassName
{
background-color: #BA8C5C;
}
.BgClassName
{
background-color: #BA8C5C;
}
</style>
border-color css
<style>
span { border-color: #BA8C5C; }
span { border-color: rgb(186,140,92); }
td.TdClassName
{
border-color: #BA8C5C;
}
.TagClassName
{
border-color: #BA8C5C;
}
</style>