#BA8964

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

Shades of Twine #BA8964

Tints of Twine #BA8964

Color information

#BA8964 (or 0xBA8964) is unknown color: approx Twine. HEX triplet: BA, 89 and 64. RGB value is (186,137,100). Sum of RGB (Red+Green+Blue) = 186+137+100=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8964 is #45769B. Grayscale: #939393. Windows color (decimal): -4552348 or 6588858. OLE color: 6588858.

HSL color Cylindrical-coordinate representation of color #BA8964: hue angle of 25.81º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA8964 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB186137100-
CMYK00.260.460.27
HSL25.81º38.39%56.08%-
HSV(B)25.81º46.24%72.94%-
XYZ31.529.2516.04-
YUV147.43101.23155.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 137 (53.91% from 255) = 32.39%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=43.97%
G=32.39%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613710000.260.460.2725.8138.3956.08
HexBA896401A2E1B1a2638
Octal2722111440325633324670
Binary101110101000100111001000110101011101101111010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8964; }

 p { color: rgb(186,137,100); }

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

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

 a { background-color: rgb(186,137,100); }

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

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

 span { border-color: rgb(186,137,100); }

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