Shades of Twine #BA8751
Tints of Twine #BA8751
RGB
CMYK
RGB Variations
Color information
#BA8751 (or 0xBA8751) is known color: Twine. HEX triplet: BA, 87 and 51. RGB value is (186,135,81). Sum of RGB (Red+Green+Blue) = 186+135+81=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8751 is #4578AE. Grayscale: #909090. Windows color (decimal): -4552879 or 5343162. OLE color: 5343162.
HSL color Cylindrical-coordinate representation of color #BA8751: hue angle of 30.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA8751 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 81 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.27 |
| HSL | 30.86º | 0.43% | 0.52% | - |
| HSV(B) | 30.86º | 0.56% | 0.73% | - |
| XYZ | 30.4 | 28.36 | 11.66 | - |
| YUV | 144.09 | 92.4 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 81 | 0 | 0.27 | 0.56 | 0.27 | 30.86 | 0.43 | 0.52 |
| Hex | BA | 87 | 51 | 0 | 1B | 38 | 1B | 1F | 2B | 34 |
| Octal | 272 | 207 | 121 | 0 | 33 | 70 | 33 | 37 | 53 | 64 |
| Binary | 10111010 | 10000111 | 1010001 | 0 | 11011 | 111000 | 11011 | 11111 | 101011 | 110100 |
Color Harmonies of #BA8751
Complementary color
Monochromatic Colors of #BA8751
Black with #BA8751
Text Example
Text Example
White with #BA8751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8751; }
p { color: rgb(186,135,81); }
H1.HeaderClassName
{
color: #BA8751;
}
.AnyTagClassName
{
color: #BA8751;
}
</style>
background-color css
<style>
a { background-color: #BA8751; }
a { background-color: rgb(186,135,81); }
div.DivClassName
{
background-color: #BA8751;
}
.BgClassName
{
background-color: #BA8751;
}
</style>
border-color css
<style>
span { border-color: #BA8751; }
span { border-color: rgb(186,135,81); }
td.TdClassName
{
border-color: #BA8751;
}
.TagClassName
{
border-color: #BA8751;
}
</style>