Shades of Twine #BA844F
Tints of Twine #BA844F
RGB
CMYK
RGB Variations
Color information
#BA844F (or 0xBA844F) is known color: Twine. HEX triplet: BA, 84 and 4F. RGB value is (186,132,79). Sum of RGB (Red+Green+Blue) = 186+132+79=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA844F is #457BB0. Grayscale: #8E8E8E. Windows color (decimal): -4553649 or 5211322. OLE color: 5211322.
HSL color Cylindrical-coordinate representation of color #BA844F: hue angle of 29.72º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA844F is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 79 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.27 |
| HSL | 29.72º | 0.44% | 0.52% | - |
| HSV(B) | 29.72º | 0.58% | 0.73% | - |
| XYZ | 29.91 | 27.51 | 11.13 | - |
| YUV | 142.1 | 92.39 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 79 | 0 | 0.29 | 0.58 | 0.27 | 29.72 | 0.44 | 0.52 |
| Hex | BA | 84 | 4F | 0 | 1D | 3A | 1B | 1E | 2C | 34 |
| Octal | 272 | 204 | 117 | 0 | 35 | 72 | 33 | 36 | 54 | 64 |
| Binary | 10111010 | 10000100 | 1001111 | 0 | 11101 | 111010 | 11011 | 11110 | 101100 | 110100 |
Color Harmonies of #BA844F
Complementary color
Monochromatic Colors of #BA844F
Black with #BA844F
Text Example
Text Example
White with #BA844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA844F; }
p { color: rgb(186,132,79); }
H1.HeaderClassName
{
color: #BA844F;
}
.AnyTagClassName
{
color: #BA844F;
}
</style>
background-color css
<style>
a { background-color: #BA844F; }
a { background-color: rgb(186,132,79); }
div.DivClassName
{
background-color: #BA844F;
}
.BgClassName
{
background-color: #BA844F;
}
</style>
border-color css
<style>
span { border-color: #BA844F; }
span { border-color: rgb(186,132,79); }
td.TdClassName
{
border-color: #BA844F;
}
.TagClassName
{
border-color: #BA844F;
}
</style>