#BA8D57

Color #BA8D57 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #BA8D57

Tints of Twine #BA8D57

Color information

#BA8D57 (or 0xBA8D57) is unknown color: approx Twine. HEX triplet: BA, 8D and 57. RGB value is (186,141,87). Sum of RGB (Red+Green+Blue) = 186+141+87=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D57 is #4572A8. Grayscale: #949494. Windows color (decimal): -4551337 or 5737914. OLE color: 5737914.

HSL color Cylindrical-coordinate representation of color #BA8D57: hue angle of 32.73º 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 #BA8D57 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18614187-
CMYK00.240.530.27
HSL32.73º41.77%53.53%-
HSV(B)32.73º53.23%72.94%-
XYZ31.4930.1813.18-
YUV148.393.41154.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 87 (34.38% from 255) = 21.01%
R=44.93%
G=34.06%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861418700.240.530.2732.7341.7753.53
HexBA8D57018351B212a36
Octal2722151270306533415266
Binary1011101010001101101011101100011010111011100001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D57; }

 p { color: rgb(186,141,87); }

 H1.HeaderClassName
 {
   color: #BA8D57;
 }
 .AnyTagClassName
 {
   color: #BA8D57;
 }
</style>
background-color css

<style>
 a { background-color: #BA8D57; }

 a { background-color: rgb(186,141,87); }

 div.DivClassName
 {
   background-color: #BA8D57;
 }
 .BgClassName
 {
   background-color: #BA8D57;
 }
</style>
border-color css

<style>
 span { border-color: #BA8D57; }

 span { border-color: rgb(186,141,87); }

 td.TdClassName
 {
   border-color: #BA8D57;
 }
 .TagClassName
 {
   border-color: #BA8D57;
 }
</style>