Shades of Twine #BA7F58
Tints of Twine #BA7F58
RGB
CMYK
RGB Variations
Color information
#BA7F58 (or 0xBA7F58) is known color: Twine. HEX triplet: BA, 7F and 58. RGB value is (186,127,88). Sum of RGB (Red+Green+Blue) = 186+127+88=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F58 is #4580A7. Grayscale: #8C8C8C. Windows color (decimal): -4554920 or 5799866. OLE color: 5799866.
HSL color Cylindrical-coordinate representation of color #BA7F58: hue angle of 23.88º 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 #BA7F58 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 88 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.27 |
| HSL | 23.88º | 0.42% | 0.54% | - |
| HSV(B) | 23.88º | 0.53% | 0.73% | - |
| XYZ | 29.6 | 26.32 | 12.75 | - |
| YUV | 140.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 88 | 0 | 0.32 | 0.53 | 0.27 | 23.88 | 0.42 | 0.54 |
| Hex | BA | 7F | 58 | 0 | 20 | 35 | 1B | 18 | 2A | 36 |
| Octal | 272 | 177 | 130 | 0 | 40 | 65 | 33 | 30 | 52 | 66 |
| Binary | 10111010 | 1111111 | 1011000 | 0 | 100000 | 110101 | 11011 | 11000 | 101010 | 110110 |
Color Harmonies of #BA7F58
Complementary color
Monochromatic Colors of #BA7F58
Black with #BA7F58
Text Example
Text Example
White with #BA7F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F58; }
p { color: rgb(186,127,88); }
H1.HeaderClassName
{
color: #BA7F58;
}
.AnyTagClassName
{
color: #BA7F58;
}
</style>
background-color css
<style>
a { background-color: #BA7F58; }
a { background-color: rgb(186,127,88); }
div.DivClassName
{
background-color: #BA7F58;
}
.BgClassName
{
background-color: #BA7F58;
}
</style>
border-color css
<style>
span { border-color: #BA7F58; }
span { border-color: rgb(186,127,88); }
td.TdClassName
{
border-color: #BA7F58;
}
.TagClassName
{
border-color: #BA7F58;
}
</style>