Shades of Twine #BA8552
Tints of Twine #BA8552
RGB
CMYK
RGB Variations
Color information
#BA8552 (or 0xBA8552) is known color: Twine. HEX triplet: BA, 85 and 52. RGB value is (186,133,82). Sum of RGB (Red+Green+Blue) = 186+133+82=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8552 is #457AAD. Grayscale: #8F8F8F. Windows color (decimal): -4553390 or 5408186. OLE color: 5408186.
HSL color Cylindrical-coordinate representation of color #BA8552: hue angle of 29.42º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA8552 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 82 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.27 |
| HSL | 29.42º | 0.43% | 0.53% | - |
| HSV(B) | 29.42º | 0.56% | 0.73% | - |
| XYZ | 30.16 | 27.82 | 11.76 | - |
| YUV | 143.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 82 | 0 | 0.28 | 0.56 | 0.27 | 29.42 | 0.43 | 0.53 |
| Hex | BA | 85 | 52 | 0 | 1C | 38 | 1B | 1D | 2B | 35 |
| Octal | 272 | 205 | 122 | 0 | 34 | 70 | 33 | 35 | 53 | 65 |
| Binary | 10111010 | 10000101 | 1010010 | 0 | 11100 | 111000 | 11011 | 11101 | 101011 | 110101 |
Color Harmonies of #BA8552
Complementary color
Monochromatic Colors of #BA8552
Black with #BA8552
Text Example
Text Example
White with #BA8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8552; }
p { color: rgb(186,133,82); }
H1.HeaderClassName
{
color: #BA8552;
}
.AnyTagClassName
{
color: #BA8552;
}
</style>
background-color css
<style>
a { background-color: #BA8552; }
a { background-color: rgb(186,133,82); }
div.DivClassName
{
background-color: #BA8552;
}
.BgClassName
{
background-color: #BA8552;
}
</style>
border-color css
<style>
span { border-color: #BA8552; }
span { border-color: rgb(186,133,82); }
td.TdClassName
{
border-color: #BA8552;
}
.TagClassName
{
border-color: #BA8552;
}
</style>