Shades of Twine #BA835D
Tints of Twine #BA835D
RGB
CMYK
RGB Variations
Color information
#BA835D (or 0xBA835D) is known color: Twine. HEX triplet: BA, 83 and 5D. RGB value is (186,131,93). Sum of RGB (Red+Green+Blue) = 186+131+93=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA835D is #457CA2. Grayscale: #8F8F8F. Windows color (decimal): -4553891 or 6128570. OLE color: 6128570.
HSL color Cylindrical-coordinate representation of color #BA835D: hue angle of 24.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA835D is Cyan = 0, Magento = 0.30, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 93 | - |
| CMYK | 0 | 0.30 | 0.5 | 0.27 |
| HSL | 24.52º | 0.4% | 0.55% | - |
| HSV(B) | 24.52º | 0.5% | 0.73% | - |
| XYZ | 30.34 | 27.46 | 14.06 | - |
| YUV | 143.11 | 99.72 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 93 | 0 | 0.30 | 0.5 | 0.27 | 24.52 | 0.4 | 0.55 |
| Hex | BA | 83 | 5D | 0 | 1E | 32 | 1B | 19 | 28 | 37 |
| Octal | 272 | 203 | 135 | 0 | 36 | 62 | 33 | 31 | 50 | 67 |
| Binary | 10111010 | 10000011 | 1011101 | 0 | 11110 | 110010 | 11011 | 11001 | 101000 | 110111 |
Color Harmonies of #BA835D
Complementary color
Monochromatic Colors of #BA835D
Black with #BA835D
Text Example
Text Example
White with #BA835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA835D; }
p { color: rgb(186,131,93); }
H1.HeaderClassName
{
color: #BA835D;
}
.AnyTagClassName
{
color: #BA835D;
}
</style>
background-color css
<style>
a { background-color: #BA835D; }
a { background-color: rgb(186,131,93); }
div.DivClassName
{
background-color: #BA835D;
}
.BgClassName
{
background-color: #BA835D;
}
</style>
border-color css
<style>
span { border-color: #BA835D; }
span { border-color: rgb(186,131,93); }
td.TdClassName
{
border-color: #BA835D;
}
.TagClassName
{
border-color: #BA835D;
}
</style>