Shades of Twine #BA885F
Tints of Twine #BA885F
RGB
CMYK
RGB Variations
Color information
#BA885F (or 0xBA885F) is known color: Twine. HEX triplet: BA, 88 and 5F. RGB value is (186,136,95). Sum of RGB (Red+Green+Blue) = 186+136+95=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA885F is #4577A0. Grayscale: #929292. Windows color (decimal): -4552609 or 6260922. OLE color: 6260922.
HSL color Cylindrical-coordinate representation of color #BA885F: hue angle of 27.03º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA885F is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 95 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.27 |
| HSL | 27.03º | 0.4% | 0.55% | - |
| HSV(B) | 27.03º | 0.49% | 0.73% | - |
| XYZ | 31.12 | 28.87 | 14.76 | - |
| YUV | 146.28 | 99.07 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 95 | 0 | 0.27 | 0.49 | 0.27 | 27.03 | 0.4 | 0.55 |
| Hex | BA | 88 | 5F | 0 | 1B | 31 | 1B | 1B | 28 | 37 |
| Octal | 272 | 210 | 137 | 0 | 33 | 61 | 33 | 33 | 50 | 67 |
| Binary | 10111010 | 10001000 | 1011111 | 0 | 11011 | 110001 | 11011 | 11011 | 101000 | 110111 |
Color Harmonies of #BA885F
Complementary color
Monochromatic Colors of #BA885F
Black with #BA885F
Text Example
Text Example
White with #BA885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA885F; }
p { color: rgb(186,136,95); }
H1.HeaderClassName
{
color: #BA885F;
}
.AnyTagClassName
{
color: #BA885F;
}
</style>
background-color css
<style>
a { background-color: #BA885F; }
a { background-color: rgb(186,136,95); }
div.DivClassName
{
background-color: #BA885F;
}
.BgClassName
{
background-color: #BA885F;
}
</style>
border-color css
<style>
span { border-color: #BA885F; }
span { border-color: rgb(186,136,95); }
td.TdClassName
{
border-color: #BA885F;
}
.TagClassName
{
border-color: #BA885F;
}
</style>