Shades of Twine #BA8750
Tints of Twine #BA8750
RGB
CMYK
RGB Variations
Color information
#BA8750 (or 0xBA8750) is known color: Twine. HEX triplet: BA, 87 and 50. RGB value is (186,135,80). Sum of RGB (Red+Green+Blue) = 186+135+80=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8750 is #4578AF. Grayscale: #909090. Windows color (decimal): -4552880 or 5277626. OLE color: 5277626.
HSL color Cylindrical-coordinate representation of color #BA8750: hue angle of 31.13º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA8750 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 80 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.27 |
| HSL | 31.13º | 0.43% | 0.52% | - |
| HSV(B) | 31.13º | 0.57% | 0.73% | - |
| XYZ | 30.36 | 28.35 | 11.46 | - |
| YUV | 143.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 80 | 0 | 0.27 | 0.57 | 0.27 | 31.13 | 0.43 | 0.52 |
| Hex | BA | 87 | 50 | 0 | 1B | 39 | 1B | 1F | 2B | 34 |
| Octal | 272 | 207 | 120 | 0 | 33 | 71 | 33 | 37 | 53 | 64 |
| Binary | 10111010 | 10000111 | 1010000 | 0 | 11011 | 111001 | 11011 | 11111 | 101011 | 110100 |
Color Harmonies of #BA8750
Complementary color
Monochromatic Colors of #BA8750
Black with #BA8750
Text Example
Text Example
White with #BA8750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8750; }
p { color: rgb(186,135,80); }
H1.HeaderClassName
{
color: #BA8750;
}
.AnyTagClassName
{
color: #BA8750;
}
</style>
background-color css
<style>
a { background-color: #BA8750; }
a { background-color: rgb(186,135,80); }
div.DivClassName
{
background-color: #BA8750;
}
.BgClassName
{
background-color: #BA8750;
}
</style>
border-color css
<style>
span { border-color: #BA8750; }
span { border-color: rgb(186,135,80); }
td.TdClassName
{
border-color: #BA8750;
}
.TagClassName
{
border-color: #BA8750;
}
</style>