Shades of Twine #BA9054
Tints of Twine #BA9054
RGB
CMYK
RGB Variations
Color information
#BA9054 (or 0xBA9054) is known color: Twine. HEX triplet: BA, 90 and 54. RGB value is (186,144,84). Sum of RGB (Red+Green+Blue) = 186+144+84=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9054 is #456FAB. Grayscale: #969696. Windows color (decimal): -4550572 or 5542074. OLE color: 5542074.
HSL color Cylindrical-coordinate representation of color #BA9054: hue angle of 35.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA9054 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 84 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.27 |
| HSL | 35.29º | 0.43% | 0.53% | - |
| HSV(B) | 35.29º | 0.55% | 0.73% | - |
| XYZ | 31.82 | 31.03 | 12.7 | - |
| YUV | 149.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 84 | 0 | 0.23 | 0.55 | 0.27 | 35.29 | 0.43 | 0.53 |
| Hex | BA | 90 | 54 | 0 | 17 | 37 | 1B | 23 | 2A | 35 |
| Octal | 272 | 220 | 124 | 0 | 27 | 67 | 33 | 43 | 52 | 65 |
| Binary | 10111010 | 10010000 | 1010100 | 0 | 10111 | 110111 | 11011 | 100011 | 101010 | 110101 |
Color Harmonies of #BA9054
Complementary color
Monochromatic Colors of #BA9054
Black with #BA9054
Text Example
Text Example
White with #BA9054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9054; }
p { color: rgb(186,144,84); }
H1.HeaderClassName
{
color: #BA9054;
}
.AnyTagClassName
{
color: #BA9054;
}
</style>
background-color css
<style>
a { background-color: #BA9054; }
a { background-color: rgb(186,144,84); }
div.DivClassName
{
background-color: #BA9054;
}
.BgClassName
{
background-color: #BA9054;
}
</style>
border-color css
<style>
span { border-color: #BA9054; }
span { border-color: rgb(186,144,84); }
td.TdClassName
{
border-color: #BA9054;
}
.TagClassName
{
border-color: #BA9054;
}
</style>