Shades of Twine #BA8758
Tints of Twine #BA8758
RGB
CMYK
RGB Variations
Color information
#BA8758 (or 0xBA8758) is known color: Twine. HEX triplet: BA, 87 and 58. RGB value is (186,135,88). Sum of RGB (Red+Green+Blue) = 186+135+88=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8758 is #4578A7. Grayscale: #919191. Windows color (decimal): -4552872 or 5801914. OLE color: 5801914.
HSL color Cylindrical-coordinate representation of color #BA8758: hue angle of 28.78º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA8758 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 88 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.27 |
| HSL | 28.78º | 0.42% | 0.54% | - |
| HSV(B) | 28.78º | 0.53% | 0.73% | - |
| XYZ | 30.68 | 28.47 | 13.11 | - |
| YUV | 144.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 88 | 0 | 0.27 | 0.53 | 0.27 | 28.78 | 0.42 | 0.54 |
| Hex | BA | 87 | 58 | 0 | 1B | 35 | 1B | 1D | 2A | 36 |
| Octal | 272 | 207 | 130 | 0 | 33 | 65 | 33 | 35 | 52 | 66 |
| Binary | 10111010 | 10000111 | 1011000 | 0 | 11011 | 110101 | 11011 | 11101 | 101010 | 110110 |
Color Harmonies of #BA8758
Complementary color
Monochromatic Colors of #BA8758
Black with #BA8758
Text Example
Text Example
White with #BA8758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8758; }
p { color: rgb(186,135,88); }
H1.HeaderClassName
{
color: #BA8758;
}
.AnyTagClassName
{
color: #BA8758;
}
</style>
background-color css
<style>
a { background-color: #BA8758; }
a { background-color: rgb(186,135,88); }
div.DivClassName
{
background-color: #BA8758;
}
.BgClassName
{
background-color: #BA8758;
}
</style>
border-color css
<style>
span { border-color: #BA8758; }
span { border-color: rgb(186,135,88); }
td.TdClassName
{
border-color: #BA8758;
}
.TagClassName
{
border-color: #BA8758;
}
</style>