Shades of Twine #BA875D
Tints of Twine #BA875D
RGB
CMYK
RGB Variations
Color information
#BA875D (or 0xBA875D) is known color: Twine. HEX triplet: BA, 87 and 5D. RGB value is (186,135,93). Sum of RGB (Red+Green+Blue) = 186+135+93=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA875D is #4578A2. Grayscale: #919191. Windows color (decimal): -4552867 or 6129594. OLE color: 6129594.
HSL color Cylindrical-coordinate representation of color #BA875D: hue angle of 27.1º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA875D is Cyan = 0, Magento = 0.27, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 93 | - |
| CMYK | 0 | 0.27 | 0.5 | 0.27 |
| HSL | 27.1º | 0.4% | 0.55% | - |
| HSV(B) | 27.1º | 0.5% | 0.73% | - |
| XYZ | 30.89 | 28.56 | 14.24 | - |
| YUV | 145.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 93 | 0 | 0.27 | 0.5 | 0.27 | 27.1 | 0.4 | 0.55 |
| Hex | BA | 87 | 5D | 0 | 1B | 32 | 1B | 1B | 28 | 37 |
| Octal | 272 | 207 | 135 | 0 | 33 | 62 | 33 | 33 | 50 | 67 |
| Binary | 10111010 | 10000111 | 1011101 | 0 | 11011 | 110010 | 11011 | 11011 | 101000 | 110111 |
Color Harmonies of #BA875D
Complementary color
Monochromatic Colors of #BA875D
Black with #BA875D
Text Example
Text Example
White with #BA875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA875D; }
p { color: rgb(186,135,93); }
H1.HeaderClassName
{
color: #BA875D;
}
.AnyTagClassName
{
color: #BA875D;
}
</style>
background-color css
<style>
a { background-color: #BA875D; }
a { background-color: rgb(186,135,93); }
div.DivClassName
{
background-color: #BA875D;
}
.BgClassName
{
background-color: #BA875D;
}
</style>
border-color css
<style>
span { border-color: #BA875D; }
span { border-color: rgb(186,135,93); }
td.TdClassName
{
border-color: #BA875D;
}
.TagClassName
{
border-color: #BA875D;
}
</style>