Shades of Twine #BA8A5C
Tints of Twine #BA8A5C
RGB
CMYK
RGB Variations
Color information
#BA8A5C (or 0xBA8A5C) is known color: Twine. HEX triplet: BA, 8A and 5C. RGB value is (186,138,92). Sum of RGB (Red+Green+Blue) = 186+138+92=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A5C is #4575A3. Grayscale: #939393. Windows color (decimal): -4552100 or 6064826. OLE color: 6064826.
HSL color Cylindrical-coordinate representation of color #BA8A5C: hue angle of 29.36º 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 #BA8A5C is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 92 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.27 |
| HSL | 29.36º | 0.41% | 0.55% | - |
| HSV(B) | 29.36º | 0.51% | 0.73% | - |
| XYZ | 31.27 | 29.39 | 14.15 | - |
| YUV | 147.11 | 96.9 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 92 | 0 | 0.26 | 0.51 | 0.27 | 29.36 | 0.41 | 0.55 |
| Hex | BA | 8A | 5C | 0 | 1A | 33 | 1B | 1D | 29 | 37 |
| Octal | 272 | 212 | 134 | 0 | 32 | 63 | 33 | 35 | 51 | 67 |
| Binary | 10111010 | 10001010 | 1011100 | 0 | 11010 | 110011 | 11011 | 11101 | 101001 | 110111 |
Color Harmonies of #BA8A5C
Complementary color
Monochromatic Colors of #BA8A5C
Black with #BA8A5C
Text Example
Text Example
White with #BA8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A5C; }
p { color: rgb(186,138,92); }
H1.HeaderClassName
{
color: #BA8A5C;
}
.AnyTagClassName
{
color: #BA8A5C;
}
</style>
background-color css
<style>
a { background-color: #BA8A5C; }
a { background-color: rgb(186,138,92); }
div.DivClassName
{
background-color: #BA8A5C;
}
.BgClassName
{
background-color: #BA8A5C;
}
</style>
border-color css
<style>
span { border-color: #BA8A5C; }
span { border-color: rgb(186,138,92); }
td.TdClassName
{
border-color: #BA8A5C;
}
.TagClassName
{
border-color: #BA8A5C;
}
</style>