Shades of Twine #BA8B5D
Tints of Twine #BA8B5D
RGB
CMYK
RGB Variations
Color information
#BA8B5D (or 0xBA8B5D) is known color: Twine. HEX triplet: BA, 8B and 5D. RGB value is (186,139,93). Sum of RGB (Red+Green+Blue) = 186+139+93=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B5D is #4574A2. Grayscale: #949494. Windows color (decimal): -4551843 or 6130618. OLE color: 6130618.
HSL color Cylindrical-coordinate representation of color #BA8B5D: hue angle of 29.68º 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 #BA8B5D is Cyan = 0, Magento = 0.25, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 93 | - |
| CMYK | 0 | 0.25 | 0.5 | 0.27 |
| HSL | 29.68º | 0.4% | 0.55% | - |
| HSV(B) | 29.68º | 0.5% | 0.73% | - |
| XYZ | 31.46 | 29.69 | 14.43 | - |
| YUV | 147.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 93 | 0 | 0.25 | 0.5 | 0.27 | 29.68 | 0.4 | 0.55 |
| Hex | BA | 8B | 5D | 0 | 19 | 32 | 1B | 1E | 28 | 37 |
| Octal | 272 | 213 | 135 | 0 | 31 | 62 | 33 | 36 | 50 | 67 |
| Binary | 10111010 | 10001011 | 1011101 | 0 | 11001 | 110010 | 11011 | 11110 | 101000 | 110111 |
Color Harmonies of #BA8B5D
Complementary color
Monochromatic Colors of #BA8B5D
Black with #BA8B5D
Text Example
Text Example
White with #BA8B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B5D; }
p { color: rgb(186,139,93); }
H1.HeaderClassName
{
color: #BA8B5D;
}
.AnyTagClassName
{
color: #BA8B5D;
}
</style>
background-color css
<style>
a { background-color: #BA8B5D; }
a { background-color: rgb(186,139,93); }
div.DivClassName
{
background-color: #BA8B5D;
}
.BgClassName
{
background-color: #BA8B5D;
}
</style>
border-color css
<style>
span { border-color: #BA8B5D; }
span { border-color: rgb(186,139,93); }
td.TdClassName
{
border-color: #BA8B5D;
}
.TagClassName
{
border-color: #BA8B5D;
}
</style>